HomeSort by relevance Sort by last modified time
    Searched defs:LATIN (Results 1 - 7 of 7) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
HanziToPinyin.java 46 public static final int LATIN = 1;
76 mPinyinTransliterator = new Transliterator("Han-Latin/Names; Latin-Ascii; Any-Upper");
77 mAsciiTransliterator = new Transliterator("Latin-Ascii");
79 Log.w(TAG, "Han-Latin/Names transliterator data is missing,"
102 token.type = Token.LATIN;
107 // Extended Latin. Transcode these to ASCII equivalents
109 token.type = Token.LATIN;
145 int tokenType = Token.LATIN;
  /external/icu/icu4c/source/test/cintltst/
cucdapi.c 148 static const UScriptCode LATIN[1] = { USCRIPT_LATIN };
186 // Ambiguous API, but this probably wants to return Latin rather than Rongorongo (Roro).
189 assertEqualScripts("ro-RO script: Latn", LATIN, 1, scripts, num, err);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UScript.java 175 * Latin
178 public static final int LATIN = 25; /* Latn (Latf; Latg) */
1012 * Returns LATIN given "en" OR "en_US"
1023 * Returns LATIN given "en" OR "en_US"
1034 * Returns LATIN given "en" OR "en_US"
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 93 milliseconds