Lines Matching full:uchar32
203 UChar32 start, end;
459 newValues.add((UChar32)prop);
467 PreparsedUCD::getRangeForAlgNames(UChar32 &start, UChar32 &end, UErrorCode &errorCode) {
487 UChar32
498 return (UChar32)value;
502 PreparsedUCD::parseCodePointRange(const char *s, UChar32 &start, UChar32 &end, UErrorCode &errorCode) {
511 start=(UChar32)st;
512 end=(UChar32)e;