/third_party/skia/third_party/externals/icu/patches/ |
D | locid_operators.patch | 1 diff --git a/source/common/locid.cpp b/source/common/locid.cpp 3 --- a/source/common/locid.cpp 4 +++ b/source/common/locid.cpp
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tsdcfmsy.cpp | 352 const char* locid; in testNumberingSystem() member 373 Locale loc(cas.locid); in testNumberingSystem() 387 assertEquals((UnicodeString) "Percent sign with " + cas.locid + " and " + cas.nsname, in testNumberingSystem()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uresimp.h | 228 … const char *path, const char *resName, const char *keyword, const char *locid,
|
D | sources.txt | 36 locid.cpp
|
D | locid.cpp | 2418 Locale::getLocale(int locid) in getLocale() argument 2421 U_ASSERT((locid < eMAX_LOCALES)&&(locid>=0)); in getLocale() 2425 locid = 0; in getLocale() 2427 return localeCache[locid]; /*operating on NULL*/ in getLocale()
|
D | uresbund.cpp | 2618 … const char *path, const char *resName, const char *keyword, const char *locid, in ures_getFunctionalEquivalent() argument 2633 uloc_getKeywordValue(locid, keyword, kwVal, 1024-1,&subStatus); in ures_getFunctionalEquivalent() 2637 uloc_getBaseName(locid, base, 1024-1,&subStatus); in ures_getFunctionalEquivalent() 2640 locid, keyword, kwVal, base, u_errorName(subStatus)); in ures_getFunctionalEquivalent()
|
/third_party/icu/icu4c/source/common/ |
D | uresimp.h | 231 … const char *path, const char *resName, const char *keyword, const char *locid,
|
D | sources.txt | 37 locid.cpp
|
D | locid.cpp | 2380 Locale::getLocale(int locid) in getLocale() argument 2383 U_ASSERT((locid < eMAX_LOCALES)&&(locid>=0)); in getLocale() 2387 locid = 0; in getLocale() 2389 return localeCache[locid]; /*operating on NULL*/ in getLocale()
|
D | uresbund.cpp | 2978 … const char *path, const char *resName, const char *keyword, const char *locid, in ures_getFunctionalEquivalent() argument 2993 uloc_getKeywordValue(locid, keyword, kwVal, 1024-1,&subStatus); in ures_getFunctionalEquivalent() 2997 uloc_getBaseName(locid, base, 1024-1,&subStatus); in ures_getFunctionalEquivalent() 3000 locid, keyword, kwVal, base, u_errorName(subStatus)); in ures_getFunctionalEquivalent()
|
D | BUILD.bazel | 603 "locid.cpp",
|
/third_party/node/deps/icu-small/source/common/ |
D | uresimp.h | 231 … const char *path, const char *resName, const char *keyword, const char *locid,
|
D | locid.cpp | 2397 Locale::getLocale(int locid) in getLocale() argument 2400 U_ASSERT((locid < eMAX_LOCALES)&&(locid>=0)); in getLocale() 2404 locid = 0; in getLocale() 2406 return localeCache[locid]; /*operating on nullptr*/ in getLocale()
|
D | uresbund.cpp | 3067 … const char *path, const char *resName, const char *keyword, const char *locid, in ures_getFunctionalEquivalent() argument 3084 ulocimp_getKeywordValue(locid, keyword, sink, &subStatus); in ures_getFunctionalEquivalent() 3091 ulocimp_getBaseName(locid, sink, &subStatus); in ures_getFunctionalEquivalent() 3095 locid, keyword, kwVal.data(), base.data(), u_errorName(subStatus)); in ures_getFunctionalEquivalent()
|
D | BUILD.bazel | 604 "locid.cpp",
|
/third_party/icu/icu4c/source/common/unicode/ |
D | locid.h | 1152 static const Locale &getLocale(int locid);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | locid.h | 1164 static const Locale &getLocale(int locid);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | locid.h | 1152 static const Locale &getLocale(int locid);
|
/third_party/icu/docs/userguide/collation/ |
D | examples.md | 109 #include "unicode/locid.h"
|
/third_party/icu/icu4c/source/test/depstest/ |
D | dependencies.txt | 644 # Even basic locid.cpp via Locale constructors and Locale::getDefault() 648 locid.o locmap.o wintz.o
|
/third_party/skia/third_party/externals/icu/ |
D | icu.gyp | 630 'unicode/locid.h',
|
D | sources.gni | 581 "source/common/locid.cpp", 866 "source/common/unicode/locid.h",
|
D | icu.gypi | 292 'source/common/locid.cpp',
|
/third_party/skia/third_party/icu/ |
D | icu.gni | 56 "$_src/common/locid.cpp", 247 "$_src/common/unicode/locid.h",
|
/third_party/icu/icu4c/source/i18n/ |
D | calendar.cpp | 265 static ECalType getCalendarTypeForLocale(const char *locid) { in getCalendarTypeForLocale() argument 276 …int32_t canonicalLen = uloc_canonicalize(locid, canonicalName, sizeof(canonicalName) - 1, &status); in getCalendarTypeForLocale()
|