Searched refs:errors2 (Results 1 – 4 of 4) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Unlocode.java | 559 …tiesOver1M(Relation<String, LocodeData> countryNameToCities, Set<String> errors2) throws IOExcepti… in loadCitiesOver1M() argument 585 add(countryName, subdivision, cityName, countryNameToCities, errors2); in loadCitiesOver1M() 620 …esCapitals(Relation<String, LocodeData> countryNameToCities, Set<String> errors2) throws IOExcepti… in loadCitiesCapitals() argument 635 add(countryName, null, cityName, countryNameToCities, errors2); in loadCitiesCapitals() 647 …division, String cityName, Relation<String, LocodeData> countryNameToCities, Set<String> errors2) { in add() argument 653 errors2.add("**Couldn't find country " + countryName); in add() 666 … errors2.add("** No matching record for\t" + countryName + "\t" + countryCode + "\t" + cityName); in add() 680 …errors2.add("** No matching country record for\t" + countryName + "\t" + countryCode + "\t" + city… in add() 682 …errors2.add("** Multiple matching country records for\t" + countryName + "\t" + countryCode + "\t"… in add()
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | Keyboard.java | 414 Set<String> errors2 = new LinkedHashSet<String>(); field in Keyboard.KeyboardHandler 459 LanguageTagParser.Status status = ltp.getStatus(errors2); in handlePathValue() 460 if (errors2.size() != 0 || !extensions.containsKey("t")) { in handlePathValue() 461 … errors.add(new KeyboardException("Bad locale tag: " + locale + ", " + errors2.toString())); in handlePathValue()
|
/external/skqp/tests/ |
D | PathOpsExtendedTest.cpp | 251 int errors2 = 0; in pathsDrawTheSame() local 262 errors2 += addr1[x + 1] != addr3[x + 1] in pathsDrawTheSame() 268 error2x2 = errors2; in pathsDrawTheSame()
|
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 251 int errors2 = 0; in pathsDrawTheSame() local 262 errors2 += addr1[x + 1] != addr3[x + 1] in pathsDrawTheSame() 268 error2x2 = errors2; in pathsDrawTheSame()
|