20 #if U_SHOW_CPLUSPLUS_API 129 UBool incremental) = 0;
153 virtual UBool matchesIndexValue(uint8_t v)
const = 0;
161 virtual void addMatchSetTo(
UnicodeSet& toUnionTo)
const = 0;
Constant returned by matches() indicating a mismatch between the text and this matcher.
UnicodeMatcher defines a protocol for objects that can match a range of characters in a Replaceable s...
Constant returned by matches() indicating a complete match between the text and this matcher...
UMatchDegree
Constants returned by UnicodeMatcher::matches() indicating the degree of match.
Constant returned by matches() indicating a partial match between the text and this matcher...
Replaceable is an abstract base class representing a string of characters that supports the replaceme...
A mutable set of Unicode characters and multicharacter strings.
Basic definitions for ICU, for both C and C++ APIs.
#define FALSE
The FALSE value of a UBool.
#define U_COMMON_API
Set to export library symbols from inside the common library, and to import them from outside...
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
int8_t UBool
The ICU boolean type.