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

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
HanziToPinyinTest.java 57 assertEquals(tokens.get(0).type, Token.LATIN);
65 assertEquals(tokens.get(0).type, Token.LATIN);
67 assertEquals(tokens.get(2).type, Token.LATIN);
68 assertEquals(tokens.get(3).type, Token.LATIN);
69 assertEquals(tokens.get(4).type, Token.LATIN);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
HanziToPinyin.java 257 public static final int LATIN = 1;
343 token.type = Token.LATIN;
413 int tokenType = Token.LATIN;
425 if (tokenType != Token.LATIN && sb.length() > 0) {
428 tokenType = Token.LATIN;
ContactLocaleUtils.java 57 * b. Latin word and the initial character for Latin word.
106 } else if (Token.LATIN == token.type) {
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]

Completed in 44 milliseconds