Home
last modified time | relevance | path

Searched refs:tokenType (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DHanziToPinyin.java146 int tokenType = Token.LATIN; in getTokens() local
157 addToken(sb, tokens, tokenType); in getTokens()
163 addToken(sb, tokens, tokenType); in getTokens()
168 if (tokenType != token.type && sb.length() > 0) { in getTokens()
169 addToken(sb, tokens, tokenType); in getTokens()
173 tokenType = token.type; in getTokens()
177 addToken(sb, tokens, tokenType); in getTokens()
183 final StringBuilder sb, final ArrayList<Token> tokens, final int tokenType) { in addToken() argument
185 tokens.add(new Token(tokenType, str, str)); in addToken()