Searched defs:PINYIN (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DHanziToPinyin.java356 public static final int PINYIN = 2; field in class:HanziToPinyin.Token
369 * Type of this token, ASCII, PINYIN or UNKNOWN.
451 token.type = Token.PINYIN;
460 token.type = Token.PINYIN;
466 token.type = Token.PINYIN;
530 if (t.type == Token.PINYIN) {
535 tokenType = Token.PINYIN;

Completed in 96 milliseconds