Home
last modified time | relevance | path

Searched refs:UCHAR_INT_START (Results 1 – 11 of 11) 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()
205 int32_t inclIndex = UPROPS_SRC_COUNT + prop - UCHAR_INT_START; in initIntPropInclusion()
249 if (UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT) { in getInclusionsForProperty()
250 int32_t inclIndex = UPROPS_SRC_COUNT + prop - UCHAR_INT_START; in getInclusionsForProperty()
373 if (property < UCHAR_INT_START || UCHAR_INT_LIMIT <= property) { in u_getIntPropertyMap()
378 UCPMap *map = maps[property - UCHAR_INT_START]; in u_getIntPropertyMap()
380 maps[property - UCHAR_INT_START] = map = makeMap(property, *pErrorCode); in u_getIntPropertyMap()
Duprops.cpp575 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={
617 if(which<UCHAR_INT_START) { in u_getIntPropertyValue()
623 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyValue()
638 if(which<UCHAR_INT_START) { in u_getIntPropertyMaxValue()
643 const IntProperty &prop=intProps[which-UCHAR_INT_START]; in u_getIntPropertyMaxValue()
660 } else if(which<UCHAR_INT_START) { in uprops_getSource()
663 const IntProperty &prop=intProps[which-UCHAR_INT_START]; 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.h47 int32_t getIntProp(int32_t prop) const { return intProps[prop-UCHAR_INT_START]; } in getIntProp()
51 int32_t intProps[UCHAR_INT_LIMIT-UCHAR_INT_START];
Dppucd.cpp253 int32_t blkIndex=UCHAR_BLOCK-UCHAR_INT_START; in getProps()
290 for(int32_t prop=UCHAR_INT_START; prop<UCHAR_INT_LIMIT; ++prop) { in getProps()
291 int32_t index=prop-UCHAR_INT_START; in getProps()
369 } else if (prop < UCHAR_INT_START) { in parseProperty()
390 props.intProps[prop-UCHAR_INT_START]=value; 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/icu4c/source/test/cintltst/
Dcucdtst.c2915 if(which<UCHAR_INT_START) { in TestAdditionalProperties()
3128 p = UCHAR_INT_START - 1; in TestPropertyNames()
3144 for (p=UCHAR_INT_START; p<UCHAR_INT_LIMIT; ++p) { in TestPropertyValues()
3595 const UCPMap *map = u_getIntPropertyMap(UCHAR_INT_START - 1, &errorCode); in TestIntCharacterPropertiesAPI()
/external/icu/libicu/cts_headers/unicode/
Duchar.h498 UCHAR_INT_START=UCHAR_BIDI_CLASS, enumerator
/external/icu/libicu/ndk_headers/unicode/
Duchar.h498 UCHAR_INT_START=UCHAR_BIDI_CLASS, enumerator
/external/icu/libandroidicu/include/unicode/
Duchar.h498 UCHAR_INT_START=UCHAR_BIDI_CLASS, enumerator
/external/icu/icu4c/source/common/unicode/
Duchar.h498 UCHAR_INT_START=UCHAR_BIDI_CLASS, enumerator