Home | History | Annotate | Download | only in common

Lines Matching refs:UBool

93 static UBool U_CALLCONV uset_cleanup();
101 static UBool U_CALLCONV uset_cleanup(void) {
140 static inline UBool
146 /*static inline UBool
151 static inline UBool
156 static inline UBool
161 /*static inline UBool
241 UBool UnicodeSet::resemblesPattern(const UnicodeString& pattern, int32_t pos) {
263 inline UBool allocate() {
313 UBool usePat = FALSE;
323 UBool invert = FALSE;
334 UBool literal = FALSE;
548 UBool ok = FALSE;
583 UBool anchor = (c == 0x5D /*']'*/ && !literal);
695 static UBool numericValueFilter(UChar32 ch, void* context) {
699 static UBool generalCategoryMaskFilter(UChar32 ch, void* context) {
704 static UBool versionFilter(UChar32 ch, void* context) {
717 static UBool intPropertyFilter(UChar32 ch, void* context) {
722 static UBool scriptExtensionsFilter(UChar32 ch, void* context) {
782 static UBool mungeCharName(char* dst, const char* src, int32_t dstCapacity) {
862 UBool invert = FALSE;
1008 UBool UnicodeSet::resemblesPropertyPattern(const UnicodeString& pattern,
1027 UBool UnicodeSet::resemblesPropertyPattern(RuleCharacterIterator& chars,
1030 UBool result = FALSE, literal;
1054 UBool posix = FALSE; // true for [:pat:], false for \p{pat} \P{pat} \N{pat}
1055 UBool isName = FALSE; // true for \N{pat}, o/w false
1056 UBool invert = FALSE;