Home | History | Annotate | Download | only in contacts

Lines Matching refs:JAPANESE

50     private static final String JAPANESE_LANGUAGE = Locale.JAPANESE.getLanguage().toLowerCase();
377 case FullNameStyle.JAPANESE:
460 * Splits a full name composed according to the Japanese tradition:
535 case FullNameStyle.JAPANESE:
695 return FullNameStyle.JAPANESE;
705 return FullNameStyle.JAPANESE;
893 * differentiate between Chinese, Japanese and Korean based on the alphabet used
911 if (phoneticNameStyle == PhoneticNameStyle.JAPANESE) {
912 return FullNameStyle.JAPANESE;
997 // We don't know if this is Chinese, Japanese or Korean -
1003 return FullNameStyle.JAPANESE;
1024 return FullNameStyle.JAPANESE;
1079 return PhoneticNameStyle.JAPANESE;