Home
last modified time | relevance | path

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

12

/third_party/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.cpp799 } else if (UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT) { in applyIntPropertyValue()
845 (p >= UCHAR_INT_START && p < UCHAR_INT_LIMIT) || in applyPropertyAlias()
/third_party/skia/third_party/externals/icu/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.cpp799 } else if (UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT) { in applyIntPropertyValue()
845 (p >= UCHAR_INT_START && p < UCHAR_INT_LIMIT) || in applyPropertyAlias()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dcharacterproperties.cpp36 constexpr int32_t NUM_INCLUSIONS = UPROPS_SRC_COUNT + UCHAR_INT_LIMIT - UCHAR_INT_START;
46 UCPMap *maps[UCHAR_INT_LIMIT - UCHAR_INT_START] = {};
202 U_ASSERT(UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT); in initIntPropInclusion()
247 if (UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT) { in getInclusionsForProperty()
371 if (property < UCHAR_INT_START || UCHAR_INT_LIMIT <= property) { in u_getIntPropertyMap()
Duprops.cpp448 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={
495 } else if(which<UCHAR_INT_LIMIT) { in u_getIntPropertyValue()
515 } else if(which<UCHAR_INT_LIMIT) { in u_getIntPropertyMaxValue()
535 } else if(which<UCHAR_INT_LIMIT) { in uprops_getSource()
Duniset_props.cpp828 } else if (UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT) { in applyIntPropertyValue()
874 (p >= UCHAR_INT_START && p < UCHAR_INT_LIMIT) || in applyPropertyAlias()
/third_party/node/deps/icu-small/source/common/
Dcharacterproperties.cpp39 constexpr int32_t NUM_INCLUSIONS = UPROPS_SRC_COUNT + UCHAR_INT_LIMIT - UCHAR_INT_START;
49 UCPMap *maps[UCHAR_INT_LIMIT - UCHAR_INT_START] = {};
212 U_ASSERT(UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT); in initIntPropInclusion()
257 if (UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT) { in getInclusionsForProperty()
401 if (property < UCHAR_INT_START || UCHAR_INT_LIMIT <= property) { in u_getIntPropertyMap()
Duprops.cpp608 static const IntProperty intProps[UCHAR_INT_LIMIT-UCHAR_INT_START]={
655 } else if(which<UCHAR_INT_LIMIT) { in u_getIntPropertyValue()
675 } else if(which<UCHAR_INT_LIMIT) { in u_getIntPropertyMaxValue()
695 } else if(which<UCHAR_INT_LIMIT) { in uprops_getSource()
Duniset_props.cpp799 } else if (UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT) { in applyIntPropertyValue()
845 (p >= UCHAR_INT_START && p < UCHAR_INT_LIMIT) || in applyPropertyAlias()
/third_party/node/deps/icu-small/source/tools/icuexportdata/
Dicuexportdata.cpp196 for (int i=UCHAR_BINARY_START; i<UCHAR_INT_LIMIT; i++) { in main()
273 } else if (UCHAR_INT_START <= propEnum && propEnum <= UCHAR_INT_LIMIT) { in main()
/third_party/skia/third_party/externals/icu/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()
/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/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()
/third_party/node/deps/icu-small/source/tools/toolutil/
Dppucd.h51 int32_t intProps[UCHAR_INT_LIMIT-UCHAR_INT_START];
Dppucd.cpp297 for(int32_t prop=UCHAR_INT_START; prop<UCHAR_INT_LIMIT; ++prop) { in getProps()
381 } else if(prop<UCHAR_INT_LIMIT) { in parseProperty()
/third_party/icu/tools/unicode/c/genprops/
Dlayoutpropsbuilder.cpp97 int32_t maxIntValues[UCHAR_INT_LIMIT - UCHAR_INT_START];
Dcorepropsbuilder.cpp680 if(newValues.containsSome(UCHAR_INT_START, UCHAR_INT_LIMIT-1)) { in setProps()
/third_party/flutter/skia/third_party/externals/icu/patches/
Duniset_perf2.patch19 +constexpr int32_t NUM_INCLUSIONS = UPROPS_SRC_COUNT + UCHAR_INT_LIMIT - UCHAR_INT_START;
109 + U_ASSERT(UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT);
156 + if (UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT) {
1555 } else if (UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT) {
/third_party/icu/icu4c/source/test/intltest/
Ducdtest.cpp676 for (int32_t prop = UCHAR_INT_START; prop < UCHAR_INT_LIMIT; ++prop) { in TestIntCharacterProperties()

12