Home
last modified time | relevance | path

Searched refs:transliterated (Results 1 – 14 of 14) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRFileTransformer.java209 String transliterated; in transformValue() local
216 transliterated = oldValue; in transformValue()
218 transliterated = value; in transformValue()
221 transliterated = transliterator.transliterate(value); in transformValue()
222 transliterated = Normalizer.compose(transliterated, false); in transformValue()
225 if (transliterated.equals(value)) { in transformValue()
230 if (chars.containsSome(transliterated)) { in transformValue()
231 unconverted.addAll(new UnicodeSet().addAll(chars).retainAll(transliterated)); in transformValue()
233 return transliterated; in transformValue()
/external/e2fsprogs/po/
Den@quot.header16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
18 # transliterated to 0x22.
20 # transliterated to apostrophes, and the double quotation marks are
21 # transliterated to 0x22.
Den@boldquot.header16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
18 # transliterated to 0x22.
20 # transliterated to apostrophes, and the double quotation marks are
21 # transliterated to 0x22.
/external/elfutils/po/
Den@quot.header16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
18 # transliterated to 0x22.
20 # transliterated to apostrophes, and the double quotation marks are
21 # transliterated to 0x22.
Den@boldquot.header16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
18 # transliterated to 0x22.
20 # transliterated to apostrophes, and the double quotation marks are
21 # transliterated to 0x22.
/external/libexif/po/
Den@quot.header16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
18 # transliterated to 0x22.
20 # transliterated to apostrophes, and the double quotation marks are
21 # transliterated to 0x22.
Den@boldquot.header16 # transliterated to apostrophes (by iconv in glibc 2.2 or newer) or to
18 # transliterated to 0x22.
20 # transliterated to apostrophes, and the double quotation marks are
21 # transliterated to 0x22.
/external/icu/icu4c/source/data/translit/
Dit_ja.txt251 # word delimiter of transliterated foreign phrase is '・'.
255 # Latin hyphen should be transliterated to U+30A0 (KATAKANA-HIRAGANA
DLatin_ConjoiningJamo.txt60 # consonants ambiguous when transliterated into latin.
156 # example, the sequence Ki A Gf Gi E, if transliterated to "kagge",
181 # sequences where an initial IEUNG is transliterated away:
207 # where Xi also exists, must be transliterated as "ax-e" to prevent
248 # "xyy" forms that correspond to XYf Yi must be transliterated as
Dsr_sr_Latn_BGN.txt12 # Serbian is transliterated as Croatian.
/external/curl/tests/
Dobjnames.inc55 # 3) Lowercase characters are transliterated to uppercase.
56 # 4) Characters not in [A-Z] or [0-9] are transliterated to underscore '_'.
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/
DTransliterator.java.patch41 * transliterated into the translation buffer at
/external/cldr/specs/rfc/
Ddraft-davis-t-langtag-ext.txt22 including content that has been transliterated, transcribed, or
122 transformed, including text that has been transliterated,
131 transformations, including content that has been transliterated,
137 Japanese users. Each name needs to be transliterated into katakana
155 example, "Gaddafi" is commonly transliterated from Arabic to English
/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java1769 final String transliterated = transliterator.transliterate(value); in addTransliteration() local
1770 if (!transliterated.equals(value)) { in addTransliteration()
1771 …return backgroundStartSymbol + "[ " + transliterated + " ]" + backgroundEndSymbol + exampleSeparat… in addTransliteration()