Searched refs:cLocaleID (Results 1 - 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
H A D | strcase.cpp | 535 char cLocaleID[100]; in TestCasing() local 560 locale.extract(0, 0x7fffffff, cLocaleID, sizeof(cLocaleID), ""); in TestCasing() 566 iter.adoptInstead(ubrk_open((UBreakIteratorType)type, cLocaleID, NULL, 0, &status)); in TestCasing() 597 TestCasingImpl(input, output, whichCase, iter.getAlias(), cLocaleID, options); in TestCasing()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | locid.h | 1120 * @param cLocaleID The new locale name. 1121 * @param canonicalize whether to call uloc_canonicalize on cLocaleID 1123 Locale& init(const char* cLocaleID, UBool canonicalize);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | locid.h | 1132 * @param cLocaleID The new locale name. 1133 * @param canonicalize whether to call uloc_canonicalize on cLocaleID 1135 Locale& init(const char* cLocaleID, UBool canonicalize);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | locid.h | 1120 * @param cLocaleID The new locale name. 1121 * @param canonicalize whether to call uloc_canonicalize on cLocaleID 1123 Locale& init(const char* cLocaleID, UBool canonicalize);
|
Completed in 8 milliseconds