Home | History | Annotate | Download | only in common

Lines Matching refs:UChar32

320     UChar32 lastChar = 0;
333 UChar32 c = 0;
695 static UBool numericValueFilter(UChar32 ch, void* context) {
699 static UBool generalCategoryMaskFilter(UChar32 ch, void* context) {
701 return (U_GET_GC_MASK((UChar32) ch) & value) != 0;
704 static UBool versionFilter(UChar32 ch, void* context) {
717 static UBool intPropertyFilter(UChar32 ch, void* context) {
719 return u_getIntPropertyValue((UChar32) ch, c->prop) == c->value;
722 static UBool scriptExtensionsFilter(UChar32 ch, void* context) {
749 UChar32 startHasProperty = -1;
754 UChar32 start = inclusions->getRangeStart(j);
755 UChar32 end = inclusions->getRangeEnd(j);
758 for (UChar32 ch = start; ch <= end; ++ch) {
772 add((UChar32)startHasProperty, (UChar32)0x10FFFF);
919 UChar32 ch = u_charFromName(U_EXTENDED_CHAR_NAME, buf, &ec);
1035 UChar32 c = chars.next(iterOpts, literal, ec);
1037 UChar32 d = chars.next(iterOpts & ~RuleCharacterIterator::SKIP_WHITESPACE,