Searched refs:tmpLength (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duloc.cpp529 int32_t tmpLength = 0; local
536 tmpLength = 0;
539 tmpLength++;
541 if (tmpLength != 0 && tmpLength < length) {
542 length = tmpLength;
/external/icu/icu4c/source/common/
H A Duloc.cpp529 int32_t tmpLength = 0; local
536 tmpLength = 0;
539 tmpLength++;
541 if (tmpLength != 0 && tmpLength < length) {
542 length = tmpLength;
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h623 WebRtc_UWord32 tmpLength = _bufferLength; local
629 newLength = tmpLength;
/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule_common_types.h579 uint32_t tmpLength = _bufferLength; local
585 newLength = tmpLength;
/external/chromium_org/third_party/icu/source/tools/pkgdata/
H A Dpkgdata.cpp1867 int32_t tmpLength = 0; local
1955 tmpLength = uprv_strlen(o->srcDir) +
1957 if((tmp = (char *)uprv_malloc(tmpLength)) == NULL) {
1958 fprintf(stderr, "pkgdata: Error: Unable to allocate tmp buffer size: %d\n", tmpLength);
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp1957 int32_t tmpLength = 0; local
2045 tmpLength = uprv_strlen(o->srcDir) +
2047 if((tmp = (char *)uprv_malloc(tmpLength)) == NULL) {
2048 fprintf(stderr, "pkgdata: Error: Unable to allocate tmp buffer size: %d\n", tmpLength);

Completed in 212 milliseconds