Home
last modified time | relevance | path

Searched refs:lastCode (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c1418 const char* lastCode = "RHD"; in TestAvailableIsoCodes() local
1444 u_charsToUChars(lastCode, isoCode, uprv_strlen(zzzCode) + 1); in TestAvailableIsoCodes()
1446 log_data_err("FAIL: ISO code (%s) is not found.\n", lastCode); in TestAvailableIsoCodes()
1453 log_data_err("FAIL: ISO code (%s) was available in time range >1970-01-01.\n", lastCode); in TestAvailableIsoCodes()
1457 log_data_err("FAIL: ISO code (%s) was available in time range >1975.\n", lastCode); in TestAvailableIsoCodes()
1461 log_err("FAIL: ISO code (%s) was not available in time range >1981.\n", lastCode); in TestAvailableIsoCodes()
1466 log_err("FAIL: ISO code (%s) was not available in time range <1970.\n", lastCode); in TestAvailableIsoCodes()
1470 log_data_err("FAIL: ISO code (%s) was available in time range <1975.\n", lastCode); in TestAvailableIsoCodes()
1474 log_data_err("FAIL: ISO code (%s) was available in time range <1981.\n", lastCode); in TestAvailableIsoCodes()
1479 log_data_err("FAIL: ISO code (%s) was available in time range 1975-1978.\n", lastCode); in TestAvailableIsoCodes()
[all …]
/external/pdfium/xfa/src/fxbarcode/oned/
DBC_OnedCode128Reader.cpp212 int32_t lastCode = 0; in DecodeRow() local
220 lastCode = code; in DecodeRow()
350 checksumTotal -= multiplier * lastCode; in DecodeRow()
351 if (checksumTotal % 103 != lastCode) { in DecodeRow()
/external/fonttools/Lib/fontTools/ttLib/tables/
D_c_m_a_p.py561 lastCode = startCode
573 orderedBegin = lastCode
577 subRanges.append((orderedBegin, lastCode))
581 lastCode = code
584 subRanges.append((orderedBegin, lastCode))
585 assert lastCode == endCode
742 lastCode = charCodes[0]
744 startCode = [lastCode]
746 if charCode == lastCode + 1:
747 lastCode = charCode
[all …]