HomeSort by relevance Sort by last modified time
    Searched refs:PINYIN (Results 1 - 10 of 10) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
HanziToPinyin.java 28 * An object to convert Chinese character to its corresponding pinyin string.
29 * For characters with multiple possible pinyin string, only one is selected
47 public static final int PINYIN = 2;
60 * Type of this token, ASCII, PINYIN or UNKNOWN.
68 * Translated string of source. For Han, target is corresponding Pinyin. Otherwise target is
115 token.type = Token.PINYIN;
126 * space will be put into a Token, One Hanzi character which has pinyin will be treated as a
143 // b. Get the Pinyin of current charater.
153 if (token.type == Token.PINYIN) {
ContactLocaleUtils.java 330 * for generating pinyin transliteration.
334 * - Chinese character's pinyin and pinyin's initial character.
370 if (Token.PINYIN == token.type) {
464 * (ie, whether we generate Pinyin lookup keys or not)
472 * b. For Simplified Chinese locale, generate Pinyin lookup keys.
NameSplitter.java 913 if (nameStyle == FullNameStyle.CJK && phoneticNameStyle == PhoneticNameStyle.PINYIN) {
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
NameSplitterTest.java 227 // Accompanied by a phonetic name in Pinyin, we can safely assume that the
255 assertPhoneticNameStyle(PhoneticNameStyle.PINYIN, "du4", null, "juan1");
HanziToPinyinTest.java 63 tokens.get(0).type, Token.PINYIN);
84 assertEquals(tokens.get(0).type, Token.PINYIN);
89 assertEquals(tokens.get(0).type, Token.PINYIN);
90 assertEquals(tokens.get(1).type, Token.PINYIN);
105 assertEquals(tokens.get(1).type, Token.PINYIN);
110 assertEquals(tokens.get(6).type, Token.PINYIN);
114 * Test each supported han against expected pinyin from transliterator.
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 63 milliseconds