Searched refs:dontCare (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dmeasfmt.cpp1041 FieldPosition dontCare(FieldPosition::DONT_CARE);
1060 formatMeasure(measures[i], *nf, results[i], dontCare, status);
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp2341 GrGLenum dontCare; local
2343 internalFormat = &dontCare;
2346 externalFormat = &dontCare;
2349 externalType = &dontCare;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java4615 * Simplify the ranges in a Unicode set by merging any ranges that are only separated by characters in the dontCare set.
4617 * if the dontCare set includes unassigned characters (for a particular version of Unicode).
4618 * @param dontCare Set with the don't-care characters for spanning
4624 public UnicodeSet addBridges(UnicodeSet dontCare) { argument
4627 if (it.codepoint != 0 && it.codepoint != UnicodeSetIterator.IS_STRING && it.codepointEnd != 0x10FFFF && dontCare.contains(it.codepoint,it.codepointEnd)) {

Completed in 182 milliseconds