Home | History | Annotate | Download | only in unicode

Lines Matching full:letter

663  * like L for all letter categories.
1934 * (lowercase letter).
1948 * @return TRUE if the code point is an Ll lowercase letter
1960 * (uppercase letter).
1974 * @return TRUE if the code point is an Lu uppercase letter
1986 * Determines whether the specified code point is a titlecase letter.
1987 * True for general category "Lt" (titlecase letter).
1992 * @return TRUE if the code point is an Lt titlecase letter
2024 * Determines whether the specified code point is a letter character.
2035 * @return TRUE if the code point is a letter character
2046 * (letter or digit) according to Java.
2726 * "Letter", "LC" / "Cased_Letter", "M" / "Mark", "N" / "Number", "P"
2779 * "Letter", "LC" / "Cased_Letter", "M" / "Mark", "N" / "Number", "P"
2810 * True for characters with general categories "L" (letters) and "Nl" (letter numbers).
2830 * "Nl" (letter numbers), "Nd" (decimal digits),