/third_party/icu/icu4c/source/test/intltest/ |
D | dtptngts.cpp | 693 int32_t localeIndex=0; in testAPI() local 697 while (localeIndex < MAX_LOCALE ) in testAPI() 703 …Locale loc(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][2], tes… in testAPI() 704 …le: %s_%s_%s@%s", testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale[localeIndex][… in testAPI() 707 …ERROR: Could not create DateTimePatternGenerator with locale index:%d . - exiting\n", localeIndex); in testAPI() 718 if ( resultDate != patternResults[localeIndex][resultIndex] ) { in testAPI() 720 …ERROR: Test various skeletons[") + (dataIndex-1) + UnicodeString("], localeIndex ") + localeIndex + in testAPI() 723 u" Expected: \"" + patternResults[localeIndex][resultIndex] + u"\""); in testAPI() 729 localeIndex++; in testAPI() 736 localeIndex=0; in testAPI()
|
D | dtifmtts.cpp | 1607 uint32_t localeIndex; in testStress() local 1608 for ( localeIndex = 0; localeIndex < UPRV_LENGTHOF(testLocale); ++localeIndex ) { in testStress() 1610 uprv_strcpy(locName, testLocale[localeIndex][0]); in testStress() 1611 uprv_strcat(locName, testLocale[localeIndex][1]); in testStress() 1612 …TA, UPRV_LENGTHOF(DATA), Locale(testLocale[localeIndex][0], testLocale[localeIndex][1], testLocale… in testStress()
|
D | tzfmttst.cpp | 403 int32_t localeIndex; member 413 LocaleData() : localeIndex(0), patternIndex(0), testCounts(0), locales(NULL), in LocaleData() 421 localeIndex = -1; in resetTestIteration() 429 if (localeIndex >= nLocales - 1) { in nextTest() 433 ++localeIndex; in nextTest() 436 rLocaleIndex = localeIndex; in nextTest()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | locmap.cpp | 1055 uint32_t localeIndex; in uprv_convertToPosix() local 1116 for (localeIndex = 0; localeIndex < gLocaleCount; localeIndex++) { in uprv_convertToPosix() 1117 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID) { in uprv_convertToPosix() 1118 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid); in uprv_convertToPosix()
|
/third_party/node/deps/icu-small/source/common/ |
D | locmap.cpp | 1055 uint32_t localeIndex; in uprv_convertToPosix() local 1116 for (localeIndex = 0; localeIndex < gLocaleCount; localeIndex++) { in uprv_convertToPosix() 1117 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID) { in uprv_convertToPosix() 1118 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid); in uprv_convertToPosix()
|
/third_party/icu/icu4c/source/common/ |
D | locmap.cpp | 1055 uint32_t localeIndex; in uprv_convertToPosix() local 1116 for (localeIndex = 0; localeIndex < gLocaleCount; localeIndex++) { in uprv_convertToPosix() 1117 if (langID == gPosixIDmap[localeIndex].regionMaps->hostID) { in uprv_convertToPosix() 1118 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid); in uprv_convertToPosix()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | DateIntervalFormatTest.java | 1016 int localeIndex; in TestStress() local 1017 for ( localeIndex = 0; localeIndex < testLocale.length; ++localeIndex) { in TestStress() 1018 stress(DATA, DATA.length, new Locale(testLocale[localeIndex][0], in TestStress() 1019 testLocale[localeIndex][1], testLocale[localeIndex][2]), in TestStress() 1020 testLocale[localeIndex][0]+testLocale[localeIndex][1]); in TestStress()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateIntervalFormatTest.java | 1198 int localeIndex; in TestStress() local 1199 for ( localeIndex = 0; localeIndex < testLocale.length; ++localeIndex) { in TestStress() 1200 stress(DATA, DATA.length, new Locale(testLocale[localeIndex][0], in TestStress() 1201 testLocale[localeIndex][1], testLocale[localeIndex][2]), in TestStress() 1202 testLocale[localeIndex][0]+testLocale[localeIndex][1]); in TestStress()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | rbnf.cpp | 109 virtual const char16_t* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const = 0; 278 virtual const char16_t* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const override; 676 StringLocalizationInfo::getDisplayName(int32_t localeIndex, int32_t ruleIndex) const { in getDisplayName() argument 677 if (localeIndex >= 0 && localeIndex < getNumberOfDisplayLocales() && in getDisplayName() 679 return data[localeIndex+1][ruleIndex+1]; in getDisplayName()
|
/third_party/icu/icu4c/source/i18n/ |
D | rbnf.cpp | 109 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const = 0; 278 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const override; 676 StringLocalizationInfo::getDisplayName(int32_t localeIndex, int32_t ruleIndex) const { in getDisplayName() argument 677 if (localeIndex >= 0 && localeIndex < getNumberOfDisplayLocales() && in getDisplayName() 679 return data[localeIndex+1][ruleIndex+1]; in getDisplayName()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | rbnf.cpp | 109 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const = 0; 278 virtual const UChar* getDisplayName(int32_t localeIndex, int32_t ruleIndex) const; 676 StringLocalizationInfo::getDisplayName(int32_t localeIndex, int32_t ruleIndex) const { in getDisplayName() argument 677 if (localeIndex >= 0 && localeIndex < getNumberOfDisplayLocales() && in getDisplayName() 679 return data[localeIndex+1][ruleIndex+1]; in getDisplayName()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | AlphabeticIndexTest.java | 1098 AlphabeticIndex<?> localeIndex = new AlphabeticIndex<String>(Locale.CANADA); in testAddLabels_Locale() local 1100 localeIndex.addLabels(Locale.SIMPLIFIED_CHINESE); in testAddLabels_Locale() 1102 ulocaleIndex.getBucketLabels(), localeIndex.getBucketLabels()); in testAddLabels_Locale()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | AlphabeticIndexTest.java | 1101 AlphabeticIndex<?> localeIndex = new AlphabeticIndex<String>(Locale.CANADA); in testAddLabels_Locale() local 1103 localeIndex.addLabels(Locale.SIMPLIFIED_CHINESE); in testAddLabels_Locale() 1105 ulocaleIndex.getBucketLabels(), localeIndex.getBucketLabels()); in testAddLabels_Locale()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | udat.h | 1362 udat_getAvailable(int32_t localeIndex);
|
D | unum.h | 989 unum_getAvailable(int32_t localeIndex);
|
D | ucal.h | 1031 ucal_getAvailable(int32_t localeIndex);
|
D | ucol.h | 819 ucol_getAvailable(int32_t localeIndex);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | udat.h | 1362 udat_getAvailable(int32_t localeIndex);
|
D | unum.h | 982 unum_getAvailable(int32_t localeIndex);
|
D | ucol.h | 819 ucol_getAvailable(int32_t localeIndex);
|
D | ucal.h | 1031 ucal_getAvailable(int32_t localeIndex);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | udat.h | 1362 udat_getAvailable(int32_t localeIndex);
|
D | unum.h | 935 unum_getAvailable(int32_t localeIndex);
|
D | ucol.h | 819 ucol_getAvailable(int32_t localeIndex);
|
D | ucal.h | 1064 ucal_getAvailable(int32_t localeIndex);
|