Home
last modified time | relevance | path

Searched refs:transValue (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowData.java557 String transValue = textToInsert;
560 transValue = toLatin.transliterate(textToInsert);
563 if (!transValue.equals(textToInsert)) {
566 + TransliteratorUtilities.toXML.transliterate(transValue) + "'>"
/external/cldr/tools/java/org/unicode/cldr/test/
DCLDRTest.java880 String transValue; in checkForItems() local
882 transValue = englishValue; in checkForItems()
884 transValue = code; in checkForItems()
886 missing.add(key, "TODO " + transValue); in checkForItems()