HomeSort by relevance Sort by last modified time
    Searched refs:LATIN (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
HanziToPinyinTest.java 58 assertEquals(tokens.get(0).type, Token.LATIN);
66 assertEquals(tokens.get(0).type, Token.LATIN);
68 assertEquals(tokens.get(2).type, Token.LATIN);
69 assertEquals(tokens.get(3).type, Token.LATIN);
70 assertEquals(tokens.get(4).type, Token.LATIN);
  /frameworks/base/core/java/com/android/internal/util/
HanziToPinyin.java 314 public static final int LATIN = 1;
371 token.type = Token.LATIN;
442 int tokenType = Token.LATIN;
454 if (tokenType != Token.LATIN && sb.length() > 0) {
457 tokenType = Token.LATIN;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLocaleUtils.java 57 * b. Latin word and the initial character for Latin word.
106 } else if (Token.LATIN == token.type) {

Completed in 32 milliseconds