Home | History | Annotate | Download | only in intltest

Lines Matching refs:ch

471 UnicodeString BasicNormalizerTest::hex(UChar ch) {
473 return appendHex(ch, 4, result);
486 inline static void insert(UnicodeString& dest, int pos, UChar32 ch)
488 dest.replace(pos, 0, ch);
493 UChar32 ch;
498 for (ch = iter->first(); ch != iter->DONE; ch = iter->next()) {
499 forward += ch;
504 for (ch = iter->last(); ch != iter->DONE; ch = iter->previous()) {
505 insert(reverse, 0, ch);
559 for (UChar32 ch = iter->first(); ch != iter->DONE; ch = iter->next()) {
560 result += ch;