Searched refs:tmpLength (Results 1 – 5 of 5) sorted by relevance
536 int32_t tmpLength = 0; in getShortestSubtagLength() local543 tmpLength = 0; in getShortestSubtagLength()546 tmpLength++; in getShortestSubtagLength()548 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()549 length = tmpLength; in getShortestSubtagLength()
935 int tmpLength = 0; in getShortestSubtagLength() local941 tmpLength = 0; in getShortestSubtagLength()943 tmpLength++; in getShortestSubtagLength()945 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()946 length = tmpLength; in getShortestSubtagLength()
1077 int tmpLength = 0; in getShortestSubtagLength() local1083 tmpLength = 0; in getShortestSubtagLength()1085 tmpLength++; in getShortestSubtagLength()1087 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()1088 length = tmpLength; in getShortestSubtagLength()
1008 int tmpLength = 0; in getShortestSubtagLength() local1014 tmpLength = 0; in getShortestSubtagLength()1016 tmpLength++; in getShortestSubtagLength()1018 if (tmpLength != 0 && tmpLength < length) { in getShortestSubtagLength()1019 length = tmpLength; in getShortestSubtagLength()
1997 int32_t tmpLength = 0; in loadLists() local2085 tmpLength = uprv_strlen(o->srcDir) + in loadLists()2087 if((tmp = (char *)uprv_malloc(tmpLength)) == NULL) { in loadLists()2088 … fprintf(stderr, "pkgdata: Error: Unable to allocate tmp buffer size: %d\n", tmpLength); in loadLists()