ICU-1970 add max values for block and script codes
X-SVN-Rev: 9038
This commit is contained in:
parent
b69d6275bf
commit
0dcc70147f
@ -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 ------------------------------------------------------------ */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user