Home | History | Annotate | Download | only in intltest

Lines Matching refs:getDisplayName

241         Transliterator::getDisplayName(id, name);
3298 Transliterator::getDisplayName(DATA[i], US, name);
3300 dataerrln((UnicodeString)"FAIL: " + DATA[i] + ".getDisplayName() => " +
3303 logln((UnicodeString)"Ok: " + DATA[i] + ".getDisplayName() => " + name);
3313 name = Transliterator::getDisplayName(t->getID(), US, name);
3315 dataerrln((UnicodeString)"FAIL: " + t->getID() + ".getDisplayName() => " +
3318 logln((UnicodeString)"Ok: " + t->getID() + ".getDisplayName() => " + name);