Lines Matching full:letter
655 * like L for all letter categories.
1839 * (lowercase letter).
1853 * @return TRUE if the code point is an Ll lowercase letter
1865 * (uppercase letter).
1879 * @return TRUE if the code point is an Lu uppercase letter
1891 * Determines whether the specified code point is a titlecase letter.
1892 * True for general category "Lt" (titlecase letter).
1897 * @return TRUE if the code point is an Lt titlecase letter
1929 * Determines whether the specified code point is a letter character.
1940 * @return TRUE if the code point is a letter character
1951 * (letter or digit) according to Java.
2622 * "Letter", "LC" / "Cased_Letter", "M" / "Mark", "N" / "Number", "P"
2675 * "Letter", "LC" / "Cased_Letter", "M" / "Mark", "N" / "Number", "P"
2706 * True for characters with general categories "L" (letters) and "Nl" (letter numbers).
2726 * "Nl" (letter numbers), "Nd" (decimal digits),