Home
last modified time | relevance | path

Searched refs:tmpLength (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/
Duloc.cpp494 int32_t tmpLength = 0; in getShortestSubtagLength() local
501 tmpLength = 0; in getShortestSubtagLength()
504 tmpLength++; in getShortestSubtagLength()
506 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()
507 length = tmpLength; in getShortestSubtagLength()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DULocale.java1027 int tmpLength = 0; in getShortestSubtagLength() local
1033 tmpLength = 0; in getShortestSubtagLength()
1035 tmpLength++; in getShortestSubtagLength()
1037 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()
1038 length = tmpLength; in getShortestSubtagLength()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java1107 int tmpLength = 0; in getShortestSubtagLength() local
1113 tmpLength = 0; in getShortestSubtagLength()
1115 tmpLength++; in getShortestSubtagLength()
1117 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()
1118 length = tmpLength; in getShortestSubtagLength()
/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp2073 int32_t tmpLength = 0; in loadLists() local
2162 tmpLength = static_cast<int32_t>(uprv_strlen(o->srcDir) + uprv_strlen(s) + 5); in loadLists()
2163 if((tmp = (char *)uprv_malloc(tmpLength)) == NULL) { in loadLists()
2164 … fprintf(stderr, "pkgdata: Error: Unable to allocate tmp buffer size: %d\n", tmpLength); in loadLists()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...