/third_party/icu/tools/unicode/c/genuca/ |
D | collationbasedatabuilder.h | 90 uint16_t scriptsIndex[USCRIPT_CODE_LIMIT + 16]; // need exactly this many 91 uint16_t scriptStarts[USCRIPT_CODE_LIMIT + 16]; // should be safely more than needed
|
D | collationbasedatabuilder.cpp | 331 U_ASSERT(0 <= script && script < USCRIPT_CODE_LIMIT); in addScriptStart() 334 script = USCRIPT_CODE_LIMIT + script - UCOL_REORDER_CODE_FIRST; in addScriptStart() 362 int32_t numScripts = USCRIPT_CODE_LIMIT; in build() 367 scriptsIndex[numScripts + i] = scriptsIndex[USCRIPT_CODE_LIMIT + i]; in build()
|
D | genuca.cpp | 214 UChar32 sampleChars[USCRIPT_CODE_LIMIT] = { U_SENTINEL }; 387 for (int32_t script = 0; script < USCRIPT_CODE_LIMIT; ++script) { in getCharScript() 396 for (int32_t script = 0; script < USCRIPT_CODE_LIMIT; ++script) { in getCharScript()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cucdapi.c | 366 for(i=0; (UScriptCode)i< USCRIPT_CODE_LIMIT; i++){ in TestUScriptCodeAPI() 462 if(UPRV_LENGTHOF(expectedLong)!=(USCRIPT_CODE_LIMIT-USCRIPT_BALINESE)) { in TestUScriptCodeAPI() 466 for(i=USCRIPT_BALINESE; (UScriptCode)i<USCRIPT_CODE_LIMIT; i++, j++){ in TestUScriptCodeAPI() 679 if(uscript_getSampleString(USCRIPT_CODE_LIMIT, sample, 0, &errorCode)!=0 || in TestScriptMetadataAPI() 692 uscript_getUsage(USCRIPT_CODE_LIMIT)!=USCRIPT_USAGE_NOT_ENCODED) { in TestScriptMetadataAPI()
|
D | cldrtest.c | 893 UScriptCode scripts[USCRIPT_CODE_LIMIT]; in VerifyTranslation()
|
D | cucdtst.c | 2857 if(u_getIntPropertyMaxValue(UCHAR_SCRIPT)!=(int32_t)USCRIPT_CODE_LIMIT-1) { in TestAdditionalProperties()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | uscript.h | 476 USCRIPT_CODE_LIMIT = 185 enumerator
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | uscript.h | 494 USCRIPT_CODE_LIMIT = 193 enumerator
|
/third_party/icu/icu4c/source/common/unicode/ |
D | uscript.h | 494 USCRIPT_CODE_LIMIT = 193 enumerator
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | uscript.h | 505 USCRIPT_CODE_LIMIT = 198 enumerator
|
/third_party/icu/icu4c/source/test/intltest/ |
D | itspoof.cpp | 429 TEST_ASSERT(USCRIPT_CODE_LIMIT <= ScriptSet::SCRIPT_LIMIT); in testScriptSet() 449 static constexpr UScriptCode LAST_SCRIPT_CODE = (UScriptCode)(USCRIPT_CODE_LIMIT - 1); in testScriptSet() 486 TEST_ASSERT(s2.countMembers() >= USCRIPT_CODE_LIMIT); in testScriptSet()
|
D | ucdtest.cpp | 459 for(int32_t sci = 0; sci < USCRIPT_CODE_LIMIT; ++sci) { in TestScriptMetadata()
|
D | transtst.cpp | 3972 for (int32_t i = 0; i < USCRIPT_CODE_LIMIT; i++) { in TestAny()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | uspoof_impl.cpp | 271 getResolvedScriptSetWithout(input, USCRIPT_CODE_LIMIT, result, status); in getResolvedScriptSet() 290 if (script == USCRIPT_CODE_LIMIT || !temp.test(script, status)) { in getResolvedScriptSetWithout()
|
D | coll.cpp | 375 int32_t codes[USCRIPT_CODE_LIMIT + UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST]; in setAttributesFromKeywords()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | uspoof_impl.cpp | 271 getResolvedScriptSetWithout(input, USCRIPT_CODE_LIMIT, result, status); in getResolvedScriptSet() 290 if (script == USCRIPT_CODE_LIMIT || !temp.test(script, status)) { in getResolvedScriptSetWithout()
|
D | coll.cpp | 375 int32_t codes[USCRIPT_CODE_LIMIT + UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST]; in setAttributesFromKeywords()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | uspoof_impl.cpp | 283 getResolvedScriptSetWithout(input, USCRIPT_CODE_LIMIT, result, status); in getResolvedScriptSet() 302 if (script == USCRIPT_CODE_LIMIT || !temp.test(script, status)) { in getResolvedScriptSetWithout()
|
D | coll.cpp | 377 int32_t codes[USCRIPT_CODE_LIMIT + UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST]; in setAttributesFromKeywords()
|
/third_party/icu/icu4c/source/i18n/ |
D | uspoof_impl.cpp | 271 getResolvedScriptSetWithout(input, USCRIPT_CODE_LIMIT, result, status); in getResolvedScriptSet() 290 if (script == USCRIPT_CODE_LIMIT || !temp.test(script, status)) { in getResolvedScriptSetWithout()
|
D | coll.cpp | 375 int32_t codes[USCRIPT_CODE_LIMIT + UCOL_REORDER_CODE_LIMIT - UCOL_REORDER_CODE_FIRST]; in setAttributesFromKeywords()
|
/third_party/icu/icu4c/source/test/letest/ |
D | letest.cpp | 51 if ((int)scriptCodeCount != (int)USCRIPT_CODE_LIMIT) { in ScriptTest() 52 …tCodeCount = %d, but UScriptCode::USCRIPT_CODE_LIMIT = %d\n", scriptCodeCount, USCRIPT_CODE_LIMIT); in ScriptTest()
|
/third_party/icu/tools/unicode/c/genprops/ |
D | corepropsbuilder.cpp | 860 (int32_t)splitScriptCodeOrIndex(USCRIPT_CODE_LIMIT-1); in build()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uchar.cpp | 585 if(sc>=USCRIPT_CODE_LIMIT) { in uscript_hasScript()
|
/third_party/icu/tools/colprobe/ |
D | colprobe.cpp | 1434 const char* usedScriptNames[USCRIPT_CODE_LIMIT]; in prepareStartingSet()
|