Searched refs:targD (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/intltest/ |
D | transrt.cpp | 670 UnicodeString targD; in test2() local 671 Normalizer::decompose(targ, FALSE, 0, targD, status); in test2() 676 if (toTarget.containsAll(targD) == FALSE || in test2() 677 badCharacters.containsSome(targD) == TRUE) { in test2() 720 UnicodeString targD; in test2() local 721 Normalizer::decompose(targ, FALSE, 0, targD, status); in test2() 726 if (toTarget.containsAll(targD) == FALSE || in test2() 727 badCharacters.containsSome(targD) == TRUE) { in test2() 770 UnicodeString targD; in test2() local 771 Normalizer::decompose(targ, FALSE, 0, targD, status); in test2() [all …]
|