Lines Matching refs:UChar32
148 UChar32 c = utext_next32(tstr);
445 UChar32 c32 = utext_current32(textToBreak);
918 UChar32 theChar = -1;
976 UChar32 cp = testString.char32At(charIdx);
1409 UChar32 c = (UChar32)strtol(buf, NULL, 16);
1663 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
1664 UChar32 cBase; // for (X Extend*) patterns, the X character.
1961 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
2024 // Sloppy UChar32 indexing: p2-1 may reference trail half
2191 UChar32 cAt(int pos);
2292 UChar32 c;
2308 UChar32 c;
2318 UChar32 RBBISentMonkey::cAt(int pos) {
2333 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
2334 UChar32 c;
2513 virtual void rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar);
2719 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar) {
2763 UChar32 thisChar; // Character at above position "pos"
2766 UChar32 prevChar; // Character at above position. Note that prevChar
2771 UChar32 prevCharX2;
2778 UChar32 c;
2907 UChar32 prevC = fText->char32At(prevIdx);
3875 UChar32 c = classSet->charAt(charIdx);
4055 UChar32 c;
4319 UChar32 c = (UChar32)strtol(hex8.data(), NULL, 16);
4584 UnicodeString longNumber(LENGTH, (UChar32)u'3', LENGTH);