Searched refs:transliterated (Results 1 – 14 of 14) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | CLDRFileTransformer.java | 209 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/ |
D | en@quot.header | 16 # 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.
|
D | en@boldquot.header | 16 # 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/ |
D | en@quot.header | 16 # 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.
|
D | en@boldquot.header | 16 # 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/ |
D | en@quot.header | 16 # 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.
|
D | en@boldquot.header | 16 # 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/ |
D | it_ja.txt | 251 # word delimiter of transliterated foreign phrase is '・'. 255 # Latin hyphen should be transliterated to U+30A0 (KATAKANA-HIRAGANA
|
D | Latin_ConjoiningJamo.txt | 60 # 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
|
D | sr_sr_Latn_BGN.txt | 12 # Serbian is transliterated as Croatian.
|
/external/curl/tests/ |
D | objnames.inc | 55 # 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/ |
D | Transliterator.java.patch | 41 * transliterated into the translation buffer at
|
/external/cldr/specs/rfc/ |
D | draft-davis-t-langtag-ext.txt | 22 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/ |
D | ExampleGenerator.java | 1769 final String transliterated = transliterator.transliterate(value); in addTransliteration() local 1770 if (!transliterated.equals(value)) { in addTransliteration() 1771 …return backgroundStartSymbol + "[ " + transliterated + " ]" + backgroundEndSymbol + exampleSeparat… in addTransliteration()
|