Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duloc.cpp536 int32_t tmpLength = 0; in getShortestSubtagLength() local
543 tmpLength = 0; in getShortestSubtagLength()
546 tmpLength++; in getShortestSubtagLength()
548 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()
549 length = tmpLength; in getShortestSubtagLength()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
DULocale.java935 int tmpLength = 0; in getShortestSubtagLength() local
941 tmpLength = 0; in getShortestSubtagLength()
943 tmpLength++; in getShortestSubtagLength()
945 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()
946 length = tmpLength; in getShortestSubtagLength()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java1077 int tmpLength = 0; in getShortestSubtagLength() local
1083 tmpLength = 0; in getShortestSubtagLength()
1085 tmpLength++; in getShortestSubtagLength()
1087 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()
1088 length = tmpLength; in getShortestSubtagLength()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DULocale.java1008 int tmpLength = 0; in getShortestSubtagLength() local
1014 tmpLength = 0; in getShortestSubtagLength()
1016 tmpLength++; in getShortestSubtagLength()
1018 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()
1019 length = tmpLength; in getShortestSubtagLength()
/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp1997 int32_t tmpLength = 0; in loadLists() local
2085 tmpLength = uprv_strlen(o->srcDir) + in loadLists()
2087 if((tmp = (char *)uprv_malloc(tmpLength)) == NULL) { in loadLists()
2088 … fprintf(stderr, "pkgdata: Error: Unable to allocate tmp buffer size: %d\n", tmpLength); in loadLists()