Searched defs:dontCares (Results 1 – 2 of 2) sorted by relevance
166 int dontCares = glyphs[j]->getGlyphID() - glyphs[j - 1]->getGlyphID() - 1; in SkPDFMakeCIDGlyphWidthsArray() local
464 UnicodeSet dontCares = new UnicodeSet("[[:surrogate:][:unassigned:][:control:]]").freeze(); in checkEastAsianWidth() local501 private static void showSpans(String title, UnicodeSet sourceSet, UnicodeSet dontCares) { in showSpans()