Home
last modified time | relevance | path

Searched refs:UCHAR_BINARY_LIMIT (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/common/
Duprops.cpp325 static const BinaryProperty binProps[UCHAR_BINARY_LIMIT]={
404 if(which<UCHAR_BINARY_START || UCHAR_BINARY_LIMIT<=which) { in u_hasBinaryProperty()
618 if(UCHAR_BINARY_START<=which && which<UCHAR_BINARY_LIMIT) { in u_getIntPropertyValue()
639 if(UCHAR_BINARY_START<=which && which<UCHAR_BINARY_LIMIT) { in u_getIntPropertyMaxValue()
653 } else if(which<UCHAR_BINARY_LIMIT) { in uprops_getSource()
Dcharacterproperties.cpp46 UnicodeSet *sets[UCHAR_BINARY_LIMIT] = {};
357 if (property < 0 || UCHAR_BINARY_LIMIT <= property) { in u_getBinaryPropertySet()
Duniset_props.cpp820 } else if (0 <= prop && prop < UCHAR_BINARY_LIMIT) { in applyIntPropertyValue()
876 if ((p >= UCHAR_BINARY_START && p < UCHAR_BINARY_LIMIT) || in applyPropertyAlias()
971 if (p >= UCHAR_BINARY_START && p < UCHAR_BINARY_LIMIT) { in applyPropertyAlias()
/external/icu/icu4c/source/tools/toolutil/
Dppucd.h50 UBool binProps[UCHAR_BINARY_LIMIT];
Dppucd.cpp285 for(int32_t prop=0; prop<UCHAR_BINARY_LIMIT; ++prop) { in getProps()
351 if(prop<UCHAR_BINARY_LIMIT) { in parseProperty()
/external/icu/icu4c/source/test/intltest/
Ducdtest.cpp630 for (int32_t prop = 0; prop < UCHAR_BINARY_LIMIT; ++prop) { in TestBinaryCharacterProperties()
/external/icu/libicu/cts_headers/unicode/
Duchar.h491 UCHAR_BINARY_LIMIT, enumerator
/external/icu/libicu/ndk_headers/unicode/
Duchar.h491 UCHAR_BINARY_LIMIT, enumerator
/external/icu/libandroidicu/include/unicode/
Duchar.h491 UCHAR_BINARY_LIMIT, enumerator
/external/icu/icu4c/source/common/unicode/
Duchar.h491 UCHAR_BINARY_LIMIT, enumerator
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c2845 if( u_getIntPropertyMaxValue((UProperty)(UCHAR_BINARY_LIMIT-1))!=1) { in TestAdditionalProperties()
3127 } else if (p>=UCHAR_BINARY_LIMIT) { in TestPropertyNames()
3581 set = u_getBinaryPropertySet(UCHAR_BINARY_LIMIT, &errorCode); in TestBinaryCharacterPropertiesAPI()