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

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactLocaleUtilsTest.java 110 FullNameStyle.WESTERN).equalsIgnoreCase(LATIN_NAME));
121 keys = mContactLocaleUtils.getNameLookupKeys(LATIN_NAME, FullNameStyle.WESTERN);
NameSplitterTest.java 181 assertFullNameStyle(FullNameStyle.WESTERN, "John Doe");
187 assertFullNameStyle(FullNameStyle.WESTERN, "\u0152uvre");
190 assertFullNameStyle(FullNameStyle.WESTERN, "\uFF5C.?+Smith");
216 // Starts with a latin letter - not Western
326 assertJoinedName(expected, FullNameStyle.WESTERN, prefix, givenNames, middleName,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameSplitter.java 356 * Splits a full name composed according to the Western tradition:
600 return FullNameStyle.WESTERN;
821 && bestGuess != FullNameStyle.WESTERN) {
828 if (guess != FullNameStyle.CJK && guess != FullNameStyle.WESTERN) {
837 if (guess != FullNameStyle.CJK && guess != FullNameStyle.WESTERN) {
876 nameStyle = FullNameStyle.WESTERN;
    [all...]
ContactLocaleUtils.java 161 * a. For Western style name, if the current language is Chinese, the
169 if (CHINESE_LANGUAGE.equals(mLanguage) && nameStyleInt == FullNameStyle.WESTERN) {
  /frameworks/base/core/java/android/provider/
ContactsContract.java 448 * a full name. For example, the western tradition follows the pattern
457 public static final int WESTERN = 1;
541 * the Western full-name style, then this field contains the "given name first"
552 * instead of "given name first" for Western names. If an alternative is not
562 * the Western full name style, then the field contains the "family name first"
604 * {@link #DISPLAY_NAME_ALTERNATIVE}. Thus for Western names,
    [all...]

Completed in 82 milliseconds