Searched refs:tmpLength (Results 1 – 4 of 4) sorted by relevance
494 int32_t tmpLength = 0; in getShortestSubtagLength() local501 tmpLength = 0; in getShortestSubtagLength()504 tmpLength++; in getShortestSubtagLength()506 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()507 length = tmpLength; in getShortestSubtagLength()
1107 int tmpLength = 0; in getShortestSubtagLength() local1113 tmpLength = 0; in getShortestSubtagLength()1115 tmpLength++; in getShortestSubtagLength()1117 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()1118 length = tmpLength; in getShortestSubtagLength()
1027 int tmpLength = 0; in getShortestSubtagLength() local1033 tmpLength = 0; in getShortestSubtagLength()1035 tmpLength++; in getShortestSubtagLength()1037 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()1038 length = tmpLength; in getShortestSubtagLength()
2073 int32_t tmpLength = 0; in loadLists() local2162 tmpLength = static_cast<int32_t>(uprv_strlen(o->srcDir) + uprv_strlen(s) + 5); in loadLists()2163 if((tmp = (char *)uprv_malloc(tmpLength)) == NULL) { in loadLists()2164 … fprintf(stderr, "pkgdata: Error: Unable to allocate tmp buffer size: %d\n", tmpLength); in loadLists()