Searched refs:tmpLength (Results 1 – 3 of 3) sorted by relevance
544 int32_t tmpLength = 0; in getShortestSubtagLength() local551 tmpLength = 0; in getShortestSubtagLength()554 tmpLength++; in getShortestSubtagLength()556 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()557 length = tmpLength; in getShortestSubtagLength()
623 WebRtc_UWord32 tmpLength = _bufferLength; in Swap() local629 newLength = tmpLength; in Swap()
1660 int32_t tmpLength = 0; in loadLists() local1745 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()