Lines Matching refs:contains
26 * Helper class for frozen UnicodeSets, implements contains() and span()
33 * Supplementary characters: Call contains() on the parent set.
41 virtual UBool contains(UChar32 c) const;
44 * Span the initial substring for which each character c has spanCondition==contains(c).
51 * Span the trailing substring for which each character c has spanCondition==contains(c).
58 * Span the initial substring for which each character c has spanCondition==contains(c).
65 * Span the trailing substring for which each character c has spanCondition==contains(c).
99 * The value for trail bytes is the result of contains(FFFD)
111 * it is set.contains(c)==(table7FF[trail] bit lead)
113 * Bits for 0..7F (non-shortest forms) are set to the result of contains(FFFD)
126 * If the upper bit is 0, then the lower bit indicates if contains(c)
128 * If the upper bit is 1, then the block is mixed and set.contains(c)
132 * the result of contains(FFFD) for faster validity checking at runtime.
147 * The inversion list of the parent set, for the slower contains() implementation