Searched refs:supportedLocalesLength (Results 1 – 8 of 8) sorted by relevance
/third_party/icu/icu4c/source/common/ |
D | localematcher.cpp | 365 supportedLocales(nullptr), lsrs(nullptr), supportedLocalesLength(0), in LocaleMatcher() 384 supportedLocalesLength = builder.supportedLocales_ != nullptr ? in LocaleMatcher() 386 if (supportedLocalesLength > 0) { in LocaleMatcher() 391 uprv_malloc(supportedLocalesLength * sizeof(const Locale *))); in LocaleMatcher() 395 lsrs = new LSR[supportedLocalesLength]; in LocaleMatcher() 401 uprv_memset(supportedLocales, 0, supportedLocalesLength * sizeof(const Locale *)); in LocaleMatcher() 402 for (int32_t i = 0; i < supportedLocalesLength; ++i) { in LocaleMatcher() 422 supportedLocalesLength, &errorCode); in LocaleMatcher() 425 uprv_malloc(supportedLocalesLength * sizeof(const LSR *))); in LocaleMatcher() 427 uprv_malloc(supportedLocalesLength * sizeof(int32_t))); in LocaleMatcher() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | localematcher.cpp | 365 supportedLocales(nullptr), lsrs(nullptr), supportedLocalesLength(0), in LocaleMatcher() 384 supportedLocalesLength = builder.supportedLocales_ != nullptr ? in LocaleMatcher() 386 if (supportedLocalesLength > 0) { in LocaleMatcher() 391 uprv_malloc(supportedLocalesLength * sizeof(const Locale *))); in LocaleMatcher() 395 lsrs = new LSR[supportedLocalesLength]; in LocaleMatcher() 401 uprv_memset(supportedLocales, 0, supportedLocalesLength * sizeof(const Locale *)); in LocaleMatcher() 402 for (int32_t i = 0; i < supportedLocalesLength; ++i) { in LocaleMatcher() 422 supportedLocalesLength, &errorCode); in LocaleMatcher() 425 uprv_malloc(supportedLocalesLength * sizeof(const LSR *))); in LocaleMatcher() 427 uprv_malloc(supportedLocalesLength * sizeof(int32_t))); in LocaleMatcher() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | localematcher.cpp | 365 supportedLocales(nullptr), lsrs(nullptr), supportedLocalesLength(0), in LocaleMatcher() 384 supportedLocalesLength = builder.supportedLocales_ != nullptr ? in LocaleMatcher() 386 if (supportedLocalesLength > 0) { in LocaleMatcher() 391 uprv_malloc(supportedLocalesLength * sizeof(const Locale *))); in LocaleMatcher() 395 lsrs = new LSR[supportedLocalesLength]; in LocaleMatcher() 401 uprv_memset(supportedLocales, 0, supportedLocalesLength * sizeof(const Locale *)); in LocaleMatcher() 402 for (int32_t i = 0; i < supportedLocalesLength; ++i) { in LocaleMatcher() 422 supportedLocalesLength, &errorCode); in LocaleMatcher() 425 uprv_malloc(supportedLocalesLength * sizeof(const LSR *))); in LocaleMatcher() 427 uprv_malloc(supportedLocalesLength * sizeof(int32_t))); in LocaleMatcher() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | LocaleMatcher.java | 615 int supportedLocalesLength = builder.supportedLocales != null ? in LocaleMatcher() 617 supportedULocales = new ULocale[supportedLocalesLength]; in LocaleMatcher() 618 supportedLocales = new Locale[supportedLocalesLength]; in LocaleMatcher() 620 LSR lsrs[] = new LSR[supportedLocalesLength]; in LocaleMatcher() 622 if (supportedLocalesLength > 0) { in LocaleMatcher() 637 supportedLsrToIndex = new HashMap<>(supportedLocalesLength); in LocaleMatcher() 638 supportedLSRs = new LSR[supportedLocalesLength]; in LocaleMatcher() 639 supportedIndexes = new int[supportedLocalesLength]; in LocaleMatcher() 643 byte[] order = new byte[supportedLocalesLength]; in LocaleMatcher() 666 for (i = 0; i < supportedLocalesLength && suppLength < paradigmLimit; ++i) { in LocaleMatcher() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | LocaleMatcher.java | 690 int supportedLocalesLength = builder.supportedLocales != null ? in LocaleMatcher() local 692 supportedULocales = new ULocale[supportedLocalesLength]; in LocaleMatcher() 693 supportedLocales = new Locale[supportedLocalesLength]; in LocaleMatcher() 695 LSR lsrs[] = new LSR[supportedLocalesLength]; in LocaleMatcher() 697 if (supportedLocalesLength > 0) { in LocaleMatcher() 712 supportedLsrToIndex = new HashMap<>(supportedLocalesLength); in LocaleMatcher() 713 supportedLSRs = new LSR[supportedLocalesLength]; in LocaleMatcher() 714 supportedIndexes = new int[supportedLocalesLength]; in LocaleMatcher() 718 byte[] order = new byte[supportedLocalesLength]; in LocaleMatcher() 742 for (i = 0; i < supportedLocalesLength && suppLength < paradigmLimit; ++i) { in LocaleMatcher() [all …]
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | localematcher.h | 693 int32_t supportedLocalesLength; variable
|
/third_party/icu/icu4c/source/common/unicode/ |
D | localematcher.h | 699 int32_t supportedLocalesLength; variable
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | localematcher.h | 699 int32_t supportedLocalesLength; variable
|