Home
last modified time | relevance | path

Searched refs:localeIDLength (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Duloc.cpp492 int32_t localeIDLength = static_cast<int32_t>(uprv_strlen(localeID)); in getShortestSubtagLength() local
493 int32_t length = localeIDLength; in getShortestSubtagLength()
498 for (i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()
Dloclikely.cpp1001 const int32_t localeIDLength = (int32_t)uprv_strlen(localeID); in _uloc_minimizeSubtags() local
1002 sink.Append(localeID, localeIDLength); in _uloc_minimizeSubtags()
/third_party/icu/icu4c/source/common/
Dloclikely.cpp1001 const int32_t localeIDLength = (int32_t)uprv_strlen(localeID); in _uloc_minimizeSubtags() local
1002 sink.Append(localeID, localeIDLength); in _uloc_minimizeSubtags()
Duloc.cpp501 int32_t localeIDLength = static_cast<int32_t>(uprv_strlen(localeID)); in getShortestSubtagLength() local
502 int32_t length = localeIDLength; in getShortestSubtagLength()
507 for (i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()
/third_party/node/deps/icu-small/source/common/
Duloc.cpp482 int32_t localeIDLength = static_cast<int32_t>(uprv_strlen(localeID)); in getShortestSubtagLength() local
483 int32_t length = localeIDLength; in getShortestSubtagLength()
488 for (i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DULocale.java1047 int localeIDLength = localeID.length(); in getShortestSubtagLength() local
1048 int length = localeIDLength; in getShortestSubtagLength()
1052 for (int i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java1103 int localeIDLength = localeID.length(); in getShortestSubtagLength() local
1104 int length = localeIDLength; in getShortestSubtagLength()
1108 for (int i = 0; i < localeIDLength; i++) { in getShortestSubtagLength()