Searched refs:tmpLength (Results 1 – 5 of 5) sorted by relevance
540 int32_t tmpLength = 0; in getShortestSubtagLength() local547 tmpLength = 0; in getShortestSubtagLength()550 tmpLength++; in getShortestSubtagLength()552 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()553 length = tmpLength; in getShortestSubtagLength()
937 int tmpLength = 0; in getShortestSubtagLength() local943 tmpLength = 0; in getShortestSubtagLength()945 tmpLength++; in getShortestSubtagLength()947 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()948 length = tmpLength; in getShortestSubtagLength()
1141 int tmpLength = 0; in getShortestSubtagLength() local1147 tmpLength = 0; in getShortestSubtagLength()1149 tmpLength++; in getShortestSubtagLength()1151 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()1152 length = tmpLength; in getShortestSubtagLength()
1059 int tmpLength = 0; in getShortestSubtagLength() local1065 tmpLength = 0; in getShortestSubtagLength()1067 tmpLength++; in getShortestSubtagLength()1069 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()1070 length = tmpLength; in getShortestSubtagLength()
1999 int32_t tmpLength = 0; in loadLists() local2087 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()