Home | History | Annotate | Download | only in intltest

Lines Matching full:dee

3462     UChar32 dee;
3463 UTF_GET_CHAR(DESERET_dee,0, 0, DESERET_dee.length(), dee);
3464 UnicodeString DEE(u_totitle(dee));
3465 if (DEE != DESERET_DEE) {
3467 err(Char32ToEscapedChars(dee, buffer));
3469 errln(Char32ToEscapedChars(DEE.char32At(0), buffer));