Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DHanziToPinyinTest.java82 assertEquals(tokens.get(0).type, Token.LATIN); in testGetToken()
90 assertEquals(tokens.get(0).type, Token.LATIN); in testGetToken()
92 assertEquals(tokens.get(2).type, Token.LATIN); in testGetToken()
93 assertEquals(tokens.get(3).type, Token.LATIN); in testGetToken()
94 assertEquals(tokens.get(4).type, Token.LATIN); in testGetToken()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DHanziToPinyin.java46 public static final int LATIN = 1; field in HanziToPinyin.Token
103 token.type = Token.LATIN; in tokenize()
110 token.type = Token.LATIN; in tokenize()
146 int tokenType = Token.LATIN; in getTokens()
DContactLocaleUtils.java488 } else if (Token.LATIN == token.type) { in getPinyinNameLookupKeys()