Searched refs:numCode (Results 1 – 6 of 6) sorted by relevance
44 Integer numCode = dataEntry.numericCode(); in createInstance() local45 if (alphaCode == null || numCode == null) { in createInstance()48 map.put(alphaCode, String.format("%03d", numCode)); in createInstance()57 String numCode = codeMapEntry.getValue(); in merge() local59 _codeMap.put(alphaCode, numCode); in merge()62 if (!existingValue.equals(numCode)) { in merge()63 …uplicated definition for " + alphaCode + ": value=" + existingValue + "/another value=" + numCode); in merge()
282 int32_t numCode; in TestNumericCode() local287 numCode = ucurr_getNumericCode(code); in TestNumericCode()288 if (numCode != NUMCODE_TESTDATA[i].numericCode) { in TestNumericCode()290 numCode, NUMCODE_TESTDATA[i].alphaCode, NUMCODE_TESTDATA[i].numericCode); in TestNumericCode()
887 int numCode = cur.getNumericCode(); in TestGetNumericCode() local889 if (numCode != expected) { in TestGetNumericCode()890 errln("FAIL: getNumericCode returned " + numCode + " for " in TestGetNumericCode()
875 int numCode = cur.getNumericCode(); in TestGetNumericCode() local877 if (numCode != expected) { in TestGetNumericCode()878 errln("FAIL: getNumericCode returned " + numCode + " for " in TestGetNumericCode()
476 UResourceBundle numCode = codeMap.get(subType); in getNumericCode() local477 result = numCode.getInt(); in getNumericCode()
503 UResourceBundle numCode = codeMap.get(subType); in getNumericCode() local504 result = numCode.getInt(); in getNumericCode()