Lines Matching refs:letter

38 | sentenceCase | boolean | No   | Whether the first letter of the text is capitalized. The default …
87 | sentenceCase | boolean | No | Whether the first letter of the text is capitalized. The default …
2089 Checks whether the input character is a letter.
2105 | boolean | The value **true** indicates that the input character is a letter, and the value **fals…
2117 Checks whether the input character is a lowercase letter.
2133 | boolean | The value **true** indicates that the input character is a lowercase letter, and the va…
2145 Checks whether the input character is an uppercase letter.
2161 | boolean | The value **true** indicates that the input character is an uppercase letter, and the v…
2197 | U_UPPERCASE_LETTER | U_UPPERCASE_LETTER | Uppercase letter.|
2198 | U_LOWERCASE_LETTER | U_LOWERCASE_LETTER | Lowercase letter. |
2199 | U_TITLECASE_LETTER | U_TITLECASE_LETTER | Title case letter.|
2200 | U_MODIFIER_LETTER | U_MODIFIER_LETTER | Modifier letter.|
2201 …R_LETTER | Letters other than the uppercase letter, lowercase letter, title case letter, and modif…
2389 …hree letters.<br>For example, the two-letter language code of Chinese is **zh**, and the correspon…
2399 | locale | string | Yes | Two-letter code of the language to be converted, for example, **zh**.|
2426 … to three letters.<br>For example, the two-letter country/region code of China is **CN**, and the …
2436 | locale | string | Yes | Two-letter country/region code to be converted, for example, **CN**.|
3180 Checks whether the input character is a letter.
3196 | boolean | The value **true** indicates that the input character is a letter, and the value **fals…
3203 Checks whether the input character is a lowercase letter.
3219 | boolean | The value **true** indicates that the input character is a lowercase letter, and the va…
3226 Checks whether the input character is an uppercase letter.
3242 | boolean | The value **true** indicates that the input character is an uppercase letter, and the v…