OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toLatin
(Results
1 - 2
of
2
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/test/
TestTransformsSimple.java
127
Transliterator
toLatin
= Transliterator.getInstance(name, Transliterator.REVERSE);
150
writeFile(name, multiply, nfd,
toLatin
, fromLatin, true, null, specials);
154
private int writeFile(String title, UnicodeSet sourceSet, Transliterator nfd, Transliterator
toLatin
,
163
showItems(out, true, "Source", "
ToLatin
", "FromLatin", "BackToLatin");
166
errorCount = checkString(out, item, nfd, fromLatin,
toLatin
, errorCount, null);
167
errorCount = checkString(out, item, nfd, fromLatin,
toLatin
, errorCount, "-");
181
errorCount = checkString(out, item, nfd,
toLatin
, fromLatin, errorCount, null);
182
// errorCount = checkString(out, item, nfd, fromLatin,
toLatin
, errorCount, "-");
194
errorCount = checkLatin(out, fromLatin,
toLatin
);
204
errorCount = showMappings(out, sourceSet, null, nfd, fromLatin,
toLatin
);
[
all
...]
/external/cldr/tools/java/org/unicode/cldr/tool/
GenerateStatistics.java
240
toLatin
.transliterate(localName));
415
public static final Transliterator
toLatin
= Transliterator.getInstance("any-latin");
Completed in 85 milliseconds