Home | History | Annotate | Download | only in utils

Lines Matching refs:Character

77                 || Character.getType(codePoint) == Character.START_PUNCTUATION);
140 // We are now on the character that precedes any starting punctuation, so in the most
153 if (!Character.isSpaceChar(prevChar) && prevChar != Constants.CODE_TAB) break;
156 if (j <= 0 || Character.isWhitespace(prevChar)) {
158 // In German typography rules, there is a specific case that the first character
161 while (--j >= 0 && Character.isWhitespace(prevChar)) {
206 && Character.getType(c) != Character.END_PUNCTUATION) {
270 if (Character.isLetter(c)) {
272 } else if (Character.isWhitespace(c)) {
274 } else if (Character.isDigit(c) && spacingAndPunctuations.mUsesGermanRules) {
281 if (Character.isLetter(c)) {
290 if (Character.isLetter(c)) {
297 if (Character.isLetter(c)) {
306 if (Character.isLetter(c)) {
308 } else if (Character.isDigit(c)) {