Lines Matching full:letter
584 * like L for all letter categories.
1590 * (lowercase letter).
1604 * @return TRUE if the code point is an Ll lowercase letter
1617 * (uppercase letter).
1631 * @return TRUE if the code point is an Lu uppercase letter
1643 * Determines whether the specified code point is a titlecase letter.
1644 * True for general category "Lt" (titlecase letter).
1649 * @return TRUE if the code point is an Lt titlecase letter
1681 * Determines whether the specified code point is a letter character.
1692 * @return TRUE if the code point is a letter character
1703 * (letter or digit) according to Java.
2374 * "Letter", "LC" / "Cased_Letter", "M" / "Mark", "N" / "Number", "P"
2427 * "Letter", "LC" / "Cased_Letter", "M" / "Mark", "N" / "Number", "P"
2458 * True for characters with general categories "L" (letters) and "Nl" (letter numbers).
2478 * "Nl" (letter numbers), "Nd" (decimal digits),