Home
last modified time | relevance | path

Searched refs:locid (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/icu/patches/
Dlocid_operators.patch1 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/
Dtsdcfmsy.cpp352 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/
Duresimp.h228 … const char *path, const char *resName, const char *keyword, const char *locid,
Dsources.txt36 locid.cpp
Dlocid.cpp2418 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()
Duresbund.cpp2618 … 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/
Duresimp.h231 … const char *path, const char *resName, const char *keyword, const char *locid,
Dsources.txt37 locid.cpp
Dlocid.cpp2380 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()
Duresbund.cpp2978 … 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()
DBUILD.bazel603 "locid.cpp",
/third_party/node/deps/icu-small/source/common/
Duresimp.h231 … const char *path, const char *resName, const char *keyword, const char *locid,
Dlocid.cpp2397 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()
Duresbund.cpp3067 … 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()
DBUILD.bazel604 "locid.cpp",
/third_party/icu/icu4c/source/common/unicode/
Dlocid.h1152 static const Locale &getLocale(int locid);
/third_party/node/deps/icu-small/source/common/unicode/
Dlocid.h1164 static const Locale &getLocale(int locid);
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dlocid.h1152 static const Locale &getLocale(int locid);
/third_party/icu/docs/userguide/collation/
Dexamples.md109 #include "unicode/locid.h"
/third_party/icu/icu4c/source/test/depstest/
Ddependencies.txt644 # Even basic locid.cpp via Locale constructors and Locale::getDefault()
648 locid.o locmap.o wintz.o
/third_party/skia/third_party/externals/icu/
Dicu.gyp630 'unicode/locid.h',
Dsources.gni581 "source/common/locid.cpp",
866 "source/common/unicode/locid.h",
Dicu.gypi292 'source/common/locid.cpp',
/third_party/skia/third_party/icu/
Dicu.gni56 "$_src/common/locid.cpp",
247 "$_src/common/unicode/locid.h",
/third_party/icu/icu4c/source/i18n/
Dcalendar.cpp265 static ECalType getCalendarTypeForLocale(const char *locid) { in getCalendarTypeForLocale() argument
276 …int32_t canonicalLen = uloc_canonicalize(locid, canonicalName, sizeof(canonicalName) - 1, &status); in getCalendarTypeForLocale()

12