Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duloc.cpp540 int32_t tmpLength = 0; in getShortestSubtagLength() local
547 tmpLength = 0; in getShortestSubtagLength()
550 tmpLength++; in getShortestSubtagLength()
552 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()
553 length = tmpLength; in getShortestSubtagLength()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
DULocale.java937 int tmpLength = 0; in getShortestSubtagLength() local
943 tmpLength = 0; in getShortestSubtagLength()
945 tmpLength++; in getShortestSubtagLength()
947 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()
948 length = tmpLength; in getShortestSubtagLength()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java1141 int tmpLength = 0; in getShortestSubtagLength() local
1147 tmpLength = 0; in getShortestSubtagLength()
1149 tmpLength++; in getShortestSubtagLength()
1151 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()
1152 length = tmpLength; in getShortestSubtagLength()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DULocale.java1059 int tmpLength = 0; in getShortestSubtagLength() local
1065 tmpLength = 0; in getShortestSubtagLength()
1067 tmpLength++; in getShortestSubtagLength()
1069 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()
1070 length = tmpLength; in getShortestSubtagLength()
/external/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp1999 int32_t tmpLength = 0; in loadLists() local
2087 tmpLength = uprv_strlen(o->srcDir) + in loadLists()
2089 if((tmp = (char *)uprv_malloc(tmpLength)) == NULL) { in loadLists()
2090 … fprintf(stderr, "pkgdata: Error: Unable to allocate tmp buffer size: %d\n", tmpLength); in loadLists()