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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DHanziToPinyin.java47 public static final int PINYIN = 2; field in class:HanziToPinyin.Token
60 * Type of this token, ASCII, PINYIN or UNKNOWN.
116 token.type = Token.PINYIN;
161 if (token.type == Token.PINYIN) {

Completed in 111 milliseconds