Searched refs:LATIN (Results 1 – 3 of 3) sorted by relevance
82 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()
46 public static final int LATIN = 1; field in HanziToPinyin.Token103 token.type = Token.LATIN; in tokenize()110 token.type = Token.LATIN; in tokenize()146 int tokenType = Token.LATIN; in getTokens()
488 } else if (Token.LATIN == token.type) { in getPinyinNameLookupKeys()