Home
last modified time | relevance | path

Searched refs:errors2 (Results 1 – 5 of 5) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DUnlocode.java559 …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()
666errors2.add("** No matching record for\t" + countryName + "\t" + countryCode + "\t" + cityName); in add()
680errors2.add("** No matching country record for\t" + countryName + "\t" + countryCode + "\t" + city… in add()
682errors2.add("** Multiple matching country records for\t" + countryName + "\t" + countryCode + "\t"… in add()
/external/cldr/tools/java/org/unicode/cldr/draft/
DKeyboard.java416 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/
Dpreconfig.c56 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/
DPathOpsExtendedTest.cpp159 int errors2 = 0; in pathsDrawTheSame() local
170 errors2 += addr1[x + 1] != addr3[x + 1] in pathsDrawTheSame()
176 error2x2 = errors2; in pathsDrawTheSame()
/external/skqp/tests/
DPathOpsExtendedTest.cpp251 int errors2 = 0; in pathsDrawTheSame() local
262 errors2 += addr1[x + 1] != addr3[x + 1] in pathsDrawTheSame()
268 error2x2 = errors2; in pathsDrawTheSame()