Home | History | Annotate | Download | only in lang

Lines Matching defs:HAN

32  * Hans or Hant. All Han ideographs have the Hani script property value in Unicode.
137 * Han
140 public static final int HAN = 17; /* Hani */
1030 return new int[] { UScript.KATAKANA, UScript.HIRAGANA, UScript.HAN };
1033 return new int[] { UScript.HANGUL, UScript.HAN };
1037 return new int[] { UScript.HAN, UScript.BOPOMOFO };
1044 scriptCode = UScript.HAN;