Home | History | Annotate | Download | only in common

Lines Matching full:uchar32

117 _set_add(USet *set, UChar32 c) {
122 _set_addRange(USet *set, UChar32 start, UChar32 end) {
335 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity);
467 UChar32 lastChar = 0;
480 UChar32 c = 0;
840 static UBool numericValueFilter(UChar32 ch, void* context) {
844 static UBool generalCategoryMaskFilter(UChar32 ch, void* context) {
846 return (U_GET_GC_MASK((UChar32) ch) & value) != 0;
849 static UBool versionFilter(UChar32 ch, void* context) {
862 static UBool intPropertyFilter(UChar32 ch, void* context) {
864 return u_getIntPropertyValue((UChar32) ch, c->prop) == c->value;
867 static UBool scriptExtensionsFilter(UChar32 ch, void* context) {
896 UChar32 startHasProperty = -1;
901 UChar32 start = inclusions->getRangeStart(j);
902 UChar32 end = inclusions->getRangeEnd(j);
905 for (UChar32 ch = start; ch <= end; ++ch) {
919 add((UChar32)startHasProperty, (UChar32)0x10FFFF);
1045 UChar32 ch = u_charFromName(U_EXTENDED_CHAR_NAME, buf, &ec);
1166 UChar32 c = chars.next(iterOpts, literal, ec);
1168 UChar32 d = chars.next(iterOpts & ~RuleCharacterIterator::SKIP_WHITESPACE,