Searched refs:errors2 (Results 1 – 5 of 5) 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 | 416 Set<String> errors2 = new LinkedHashSet<>(); field in Keyboard.KeyboardHandler 458 LanguageTagParser.Status status = ltp.getStatus(errors2); in handlePathValue() 459 if (errors2.size() != 0 || !ltp.hasT()) { in handlePathValue() 460 … errors.add(new KeyboardException("Bad locale tag: " + locale + ", " + errors2.toString())); in handlePathValue()
|
/external/python/cpython3/Python/ |
D | preconfig.c | 56 char *errors2 = _PyMem_RawStrdup(errors); in _Py_SetFileSystemEncoding() local 57 if (errors2 == NULL) { in _Py_SetFileSystemEncoding() 67 Py_FileSystemDefaultEncodeErrors = errors2; in _Py_SetFileSystemEncoding()
|
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 159 int errors2 = 0; in pathsDrawTheSame() local 170 errors2 += addr1[x + 1] != addr3[x + 1] in pathsDrawTheSame() 176 error2x2 = errors2; in pathsDrawTheSame()
|
/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()
|