ICU-1970 add max values for block and script codes

X-SVN-Rev: 9038
This commit is contained in:
Markus Scherer 2002-07-04 16:41:49 +00:00
parent b69d6275bf
commit 0dcc70147f

View File

@ -827,6 +827,15 @@ u_getUnicodeProperties(UChar32 c, int32_t column) {
}
}
U_CFUNC int32_t
uprv_getMaxValues() {
if(HAVE_DATA) {
return indexes[UPROPS_MAX_VALUES_INDEX];
} else {
return 0;
}
}
/* string casing ------------------------------------------------------------ */
/*