Home | History | Annotate | Download | only in common

Lines Matching full:uchar32

58 getFoldedRBBIValue(UNewTrie *trie, UChar32 start, int32_t offset) {
60 UChar32 limit;
170 UChar32 inputSetRangeBegin = inputSet->getRangeStart(inputSetRangeIndex);
171 UChar32 inputSetRangeEnd = inputSet->getRangeEnd(inputSetRangeIndex);
285 // Build the Trie table for mapping UChar32 values to the corresponding
411 // the first UChar32 that is in the set of chars
414 UChar32 RBBISetBuilder::getFirstChar(int32_t category) const {
416 UChar32 retVal = (UChar32)-1;
633 void RangeDescriptor::split(UChar32 where, UErrorCode &status) {