Home
last modified time | relevance | path

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

/external/icu4c/common/
Duloc.c544 int32_t tmpLength = 0; in getShortestSubtagLength() local
551 tmpLength = 0; in getShortestSubtagLength()
554 tmpLength++; in getShortestSubtagLength()
556 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()
557 length = tmpLength; in getShortestSubtagLength()
/external/webrtc/src/modules/interface/
Dmodule_common_types.h623 WebRtc_UWord32 tmpLength = _bufferLength; in Swap() local
629 newLength = tmpLength; in Swap()
/external/icu4c/tools/pkgdata/
Dpkgdata.cpp1660 int32_t tmpLength = 0; in loadLists() local
1745 tmpLength = uprv_strlen(o->srcDir) + in loadLists()
1747 if((tmp = (char *)uprv_malloc(tmpLength)) == NULL) { in loadLists()
1748 … fprintf(stderr, "pkgdata: Error: Unable to allocate tmp buffer size: %d\n", tmpLength); in loadLists()