Home | History | Annotate | Download | only in text

Lines Matching refs:chs

240             char[] chs = measured.mChars;
293 char c = chs[j - paraStart];
317 int emoji = Character.codePointAt(chs, j - paraStart);
380 (j - 1 < here || !Character.isDigit(chs[j - 1 - paraStart])) &&
381 (j + 1 >= spanEnd || !Character.isDigit(chs[j + 1 - paraStart]))) ||
383 (j + 1 >= spanEnd || !Character.isDigit(chs[j + 1 - paraStart]))) ||
385 j + 1 < spanEnd && isIdeographic(chs[j + 1 - paraStart], false))) {
408 while (ok < spanEnd && chs[ok - paraStart] == CHAR_SPACE) {
438 chs, widths, paraStart, ellipsize, ellipsizedWidth,
485 includepad, trackpad, chs,
613 boolean trackPad, char[] chs,
708 mLineDirections[j] = AndroidBidi.directions(dir, chdirs, start - widthStart, chs,