HomeSort by relevance Sort by last modified time
    Searched defs:LATIN (Results 1 - 6 of 6) 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/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
LookupKey.java 55 * Script types. This is used for countries that do not use Latin script, but accept it for
56 * transcribing their addresses. For example, you can write a Japanese address in Latin script
69 LATIN,
73 * Saudi Arabia, it's Arabic. Notice that for US, the local script is actually Latin script
74 * (The same goes for other countries that use Latin script). For these countries, we do not
75 * provide two set of data (Latin and local) since they use only Latin script. You have to
76 * specify the {@link ScriptType} as local instead Latin.
375 } else if (scriptStr.equals("latin")) {
376 this.script = ScriptType.LATIN;
    [all...]
  /external/chromium_org/third_party/cld/languages/proto/
languages.pb.h 48 LATIN = 39, // UI only.
  /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 

Completed in 97 milliseconds