Searched refs:lastCode (Results 1 – 6 of 6) sorted by relevance
193 int lastCode = 0; in getValueTypePairsFromStrRangeList() local200 if (lastCode < first) { in getValueTypePairsFromStrRangeList()201 addPair(result, first - lastCode - 1, 0); in getValueTypePairsFromStrRangeList()202 } else if (lastCode > first) { in getValueTypePairsFromStrRangeList()203 addPair(result, lastCode - first - 1, 1); in getValueTypePairsFromStrRangeList()204 } else if (lastCode == first) { in getValueTypePairsFromStrRangeList()207 lastCode = first; in getValueTypePairsFromStrRangeList()218 lastCode += rangesize; in getValueTypePairsFromStrRangeList()221 lastCode = last; in getValueTypePairsFromStrRangeList()230 int lastCode = 0; in getStrRangeListFromValueTypePairs() local[all …]
1424 const char* lastCode = "RHD"; in TestAvailableIsoCodes() local1450 u_charsToUChars(lastCode, isoCode, uprv_strlen(zzzCode) + 1); in TestAvailableIsoCodes()1452 log_data_err("FAIL: ISO code (%s) is not found.\n", lastCode); in TestAvailableIsoCodes()1459 log_data_err("FAIL: ISO code (%s) was available in time range >1970-01-01.\n", lastCode); in TestAvailableIsoCodes()1463 log_data_err("FAIL: ISO code (%s) was available in time range >1975.\n", lastCode); in TestAvailableIsoCodes()1467 log_err("FAIL: ISO code (%s) was not available in time range >1981.\n", lastCode); in TestAvailableIsoCodes()1472 log_err("FAIL: ISO code (%s) was not available in time range <1970.\n", lastCode); in TestAvailableIsoCodes()1476 log_data_err("FAIL: ISO code (%s) was available in time range <1975.\n", lastCode); in TestAvailableIsoCodes()1480 log_data_err("FAIL: ISO code (%s) was available in time range <1981.\n", lastCode); in TestAvailableIsoCodes()1485 log_data_err("FAIL: ISO code (%s) was available in time range 1975-1978.\n", lastCode); in TestAvailableIsoCodes()[all …]
611 lastCode = startCode623 orderedBegin = lastCode627 subRanges.append((orderedBegin, lastCode))631 lastCode = code634 subRanges.append((orderedBegin, lastCode))635 assert lastCode == endCode782 lastCode = charCodes[0]784 startCode = [lastCode]786 if charCode == lastCode + 1:787 lastCode = charCode[all …]
474 String lastCode = null; in getData() local529 lastCode = result.toString(); in getData()532 String old = toHeirarchyTemp.get(lastCode); in getData()533 … toHeirarchyTemp.put(lastCode, old == null || old.length() == 0 ? result.toString().trim() in getData()
330 String lastCode = null; in SubdivisionSet() local366 TO_COUNTRY_CODE.put(lastCode, target); in SubdivisionSet()375 addName(lastCode, lang, value); in SubdivisionSet()403 lastCode = value; in SubdivisionSet()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...