Home
last modified time | relevance | path

Searched refs:UCHAR_INT_LIMIT (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4c/source/common/
Dcharacterproperties.cpp38 constexpr int32_t NUM_INCLUSIONS = UPROPS_SRC_COUNT + UCHAR_INT_LIMIT - UCHAR_INT_START;
48 UCPMap *maps[UCHAR_INT_LIMIT - UCHAR_INT_START] = {};
204 U_ASSERT(UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT); in initIntPropInclusion()
249 if (UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT) { in getInclusionsForProperty()
373 if (property < UCHAR_INT_START || UCHAR_INT_LIMIT <= property) { in u_getIntPropertyMap()
Duprops.cpp575 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={
622 } else if(which<UCHAR_INT_LIMIT) { in u_getIntPropertyValue()
642 } else if(which<UCHAR_INT_LIMIT) { in u_getIntPropertyMaxValue()
662 } else if(which<UCHAR_INT_LIMIT) { in uprops_getSource()
Duniset_props.cpp831 } else if (UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT) { in applyIntPropertyValue()
877 (p >= UCHAR_INT_START && p < UCHAR_INT_LIMIT) || in applyPropertyAlias()
/external/icu/icu4c/source/tools/toolutil/
Dppucd.h51 int32_t intProps[UCHAR_INT_LIMIT-UCHAR_INT_START];
Dppucd.cpp290 for(int32_t prop=UCHAR_INT_START; prop<UCHAR_INT_LIMIT; ++prop) { in getProps()
374 } else if(prop<UCHAR_INT_LIMIT) { in parseProperty()
/external/icu/icu4c/source/test/intltest/
Ducdtest.cpp676 for (int32_t prop = UCHAR_INT_START; prop < UCHAR_INT_LIMIT; ++prop) { in TestIntCharacterProperties()
/external/icu/libicu/cts_headers/unicode/
Duchar.h606 UCHAR_INT_LIMIT=0x1019, enumerator
/external/icu/libicu/ndk_headers/unicode/
Duchar.h606 UCHAR_INT_LIMIT=0x1019, enumerator
/external/icu/libandroidicu/include/unicode/
Duchar.h606 UCHAR_INT_LIMIT=0x1019, enumerator
/external/icu/icu4c/source/common/unicode/
Duchar.h606 UCHAR_INT_LIMIT=0x1019, enumerator
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c3125 } else if (p>=UCHAR_INT_LIMIT) { in TestPropertyNames()
3144 for (p=UCHAR_INT_START; p<UCHAR_INT_LIMIT; ++p) { in TestPropertyValues()
3600 map = u_getIntPropertyMap(UCHAR_INT_LIMIT, &errorCode); in TestIntCharacterPropertiesAPI()
/external/icu/icu4c/source/data/unidata/
Dchanges.txt996 + uchar.h: update UCHAR_INT_LIMIT