Home
last modified time | relevance | path

Searched defs:dontCares (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp166 int dontCares = glyphs[j]->getGlyphID() - glyphs[j - 1]->getGlyphID() - 1; in SkPDFMakeCIDGlyphWidthsArray() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DTestMisc.java464 UnicodeSet dontCares = new UnicodeSet("[[:surrogate:][:unassigned:][:control:]]").freeze(); in checkEastAsianWidth() local
501 private static void showSpans(String title, UnicodeSet sourceSet, UnicodeSet dontCares) { in showSpans()