Home | History | Annotate | Download | only in common

Lines Matching refs:UBool

97 static UBool U_CALLCONV uset_cleanup();
126 ((UnicodeSet *)set)->add(UnicodeString((UBool)(length<0), str, length));
132 static UBool U_CALLCONV uset_cleanup(void) {
285 static inline UBool
291 /*static inline UBool
296 static inline UBool
301 static inline UBool
306 /*static inline UBool
397 UBool UnicodeSet::resemblesPattern(const UnicodeString& pattern, int32_t pos) {
417 inline UBool allocate() {
458 UBool usePat = FALSE;
468 UBool invert = FALSE;
479 UBool literal = FALSE;
693 UBool ok = FALSE;
728 UBool anchor = (c == 0x5D /*']'*/ && !literal);
838 static UBool numericValueFilter(UChar32 ch, void* context) {
842 static UBool generalCategoryMaskFilter(UChar32 ch, void* context) {
847 static UBool versionFilter(UChar32 ch, void* context) {
860 static UBool intPropertyFilter(UChar32 ch, void* context) {
865 static UBool scriptExtensionsFilter(UChar32 ch, void* context) {
925 static UBool mungeCharName(char* dst, const char* src, int32_t dstCapacity) {
988 UBool mustNotBeEmpty = FALSE, invert = FALSE;
1137 UBool UnicodeSet::resemblesPropertyPattern(const UnicodeString& pattern,
1156 UBool UnicodeSet::resemblesPropertyPattern(RuleCharacterIterator& chars,
1159 UBool result = FALSE, literal;
1183 UBool posix = FALSE; // true for [:pat:], false for \p{pat} \P{pat} \N{pat}
1184 UBool isName = FALSE; // true for \N{pat}, o/w false
1185 UBool invert = FALSE;