Home
last modified time | relevance | path

Searched refs:dontCares (Results 1 – 11 of 11) sorted by relevance

/dports/cad/qmls/qmls-0.2/qmls/
H A Dcdl.cpp36 dontCares = NULL; in CanonicalDecimalList()
51 if (dontCares) in ~CanonicalDecimalList()
53 delete[] dontCares; in ~CanonicalDecimalList()
54 dontCares = NULL; in ~CanonicalDecimalList()
78 outs << cl.dontCares[i]; in operator <<()
268 cl.dontCares = new unsigned int[cl.numDontCares]; in operator >>()
269 assert(cl.dontCares); in operator >>()
272 cl.dontCares[i] = dontCareStack.Pop(); in operator >>()
H A Dcdl.h34 unum* dontCares; variable
54 return dontCares; in GetDontCares()
H A Dquine.cpp192 unum* dontCares; in Setup() local
203 dontCares = cdl->GetDontCares(numDontCares); in Setup()
226 qgDontCares[i]->Insert(dontCares[i]); in Setup()
259 value = dontCares[i]; in Setup()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/pdf/
H A DSkPDFMakeCIDGlyphWidthsArray.cpp171 int dontCares = glyphs[j]->getGlyphID() - glyphs[j - 1]->getGlyphID() - 1; in SkPDFMakeCIDGlyphWidthsArray() local
173 if (dontCares >= 4) { in SkPDFMakeCIDGlyphWidthsArray()
182 if (advance == next_advance && dontCares + next_dontCares >= 4) { in SkPDFMakeCIDGlyphWidthsArray()
195 while (dontCares --> 0) { in SkPDFMakeCIDGlyphWidthsArray()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/pdf/
H A DSkPDFMakeCIDGlyphWidthsArray.cpp171 int dontCares = glyphs[j]->getGlyphID() - glyphs[j - 1]->getGlyphID() - 1; in SkPDFMakeCIDGlyphWidthsArray() local
173 if (dontCares >= 4) { in SkPDFMakeCIDGlyphWidthsArray()
182 if (advance == next_advance && dontCares + next_dontCares >= 4) { in SkPDFMakeCIDGlyphWidthsArray()
195 while (dontCares --> 0) { in SkPDFMakeCIDGlyphWidthsArray()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/pdf/
H A DSkPDFMakeCIDGlyphWidthsArray.cpp171 int dontCares = glyphs[j]->getGlyphID() - glyphs[j - 1]->getGlyphID() - 1; in SkPDFMakeCIDGlyphWidthsArray() local
173 if (dontCares >= 4) { in SkPDFMakeCIDGlyphWidthsArray()
182 if (advance == next_advance && dontCares + next_dontCares >= 4) { in SkPDFMakeCIDGlyphWidthsArray()
195 while (dontCares --> 0) { in SkPDFMakeCIDGlyphWidthsArray()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/pdf/
H A DSkPDFMakeCIDGlyphWidthsArray.cpp171 int dontCares = glyphs[j]->getGlyphID() - glyphs[j - 1]->getGlyphID() - 1; in SkPDFMakeCIDGlyphWidthsArray() local
173 if (dontCares >= 4) { in SkPDFMakeCIDGlyphWidthsArray()
182 if (advance == next_advance && dontCares + next_dontCares >= 4) { in SkPDFMakeCIDGlyphWidthsArray()
195 while (dontCares --> 0) { in SkPDFMakeCIDGlyphWidthsArray()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/pdf/
H A DSkPDFMakeCIDGlyphWidthsArray.cpp171 int dontCares = glyphs[j]->getGlyphID() - glyphs[j - 1]->getGlyphID() - 1; in SkPDFMakeCIDGlyphWidthsArray() local
173 if (dontCares >= 4) { in SkPDFMakeCIDGlyphWidthsArray()
182 if (advance == next_advance && dontCares + next_dontCares >= 4) { in SkPDFMakeCIDGlyphWidthsArray()
195 while (dontCares --> 0) { in SkPDFMakeCIDGlyphWidthsArray()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/pdf/
H A DSkPDFMakeCIDGlyphWidthsArray.cpp171 int dontCares = glyphs[j]->getGlyphID() - glyphs[j - 1]->getGlyphID() - 1; in SkPDFMakeCIDGlyphWidthsArray() local
173 if (dontCares >= 4) { in SkPDFMakeCIDGlyphWidthsArray()
182 if (advance == next_advance && dontCares + next_dontCares >= 4) { in SkPDFMakeCIDGlyphWidthsArray()
195 while (dontCares --> 0) { in SkPDFMakeCIDGlyphWidthsArray()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/test/
H A DTestMisc.java417 UnicodeSet dontCares = new UnicodeSet("[[:surrogate:][:unassigned:][:control:]]").freeze(); in checkEastAsianWidth() local
434 showSpans("Bidi L", strongL, dontCares); in checkEastAsianWidth()
438 showSpans("Bidi R,AL", strongRAL, dontCares); in checkEastAsianWidth()
443 showSpans("Strong", strong, dontCares); in checkEastAsianWidth()
448 private static void showSpans(String title, UnicodeSet sourceSet, UnicodeSet dontCares) { in showSpans() argument
451 System.out.format("\tDon't Cares: %s" + CldrUtility.LINE_SEPARATOR, dontCares); in showSpans()
452 UnicodeSet spanned = new UnicodeSet(sourceSet).addBridges(dontCares); in showSpans()
/dports/devel/hyperscan/hyperscan-5.4.0/src/fdr/
H A Dfdr_compile.cpp551 u32 dontCares = 0; in getMultiEntriesAtPosition() local
575 dontCares |= dontCareByte << loc; in getMultiEntriesAtPosition()
580 dontCares &= (1U << eng.bits) - 1; in getMultiEntriesAtPosition()
581 if (dontCares == ((1U << eng.bits) - 1)) { in getMultiEntriesAtPosition()
584 m2[dontCares].insert(mask); in getMultiEntriesAtPosition()