HomeSort by relevance Sort by last modified time
    Searched refs:nextCh (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
break_lines.cpp 119 static inline bool shouldBreakAfter(UChar lastCh, UChar ch, UChar nextCh)
123 if (ch == '-' && isASCIIDigit(nextCh))
126 // If both ch and nextCh are ASCII characters, use a lookup table for enhanced speed and for compatibility
129 && nextCh >= asciiLineBreakTableFirstChar && nextCh <= asciiLineBreakTableLastChar) {
131 int nextChIndex = nextCh - asciiLineBreakTableFirstChar;
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeValue.java 355 char nextCh = escapedString.charAt(i + 1);
356 if (nextCh == ' ') {
360 sb.append(nextCh);
363 sb.append(nextCh);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardUtils.java 382 char nextCh = value.charAt(i + 1);
385 unescapedString = VCardParserImpl_V40.unescapeCharacter(nextCh);
387 unescapedString = VCardParserImpl_V30.unescapeCharacter(nextCh);
393 unescapedString = VCardParserImpl_V21.unescapeCharacter(nextCh);
738 char nextCh = value.charAt(i + 1);
739 if (nextCh == ' ' || nextCh == '\t') {
740 builder.append(nextCh);
766 char nextCh = quotedPrintable.charAt(i + 1);
767 if (nextCh == '\n')
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp 548 UChar nextCh;
550 nextCh = ' ';
552 nextCh = *(cp + complexTextRun.indexAt(i + 1));
554 nextCh = *(m_complexTextRuns[r + 1]->characters() + m_complexTextRuns[r + 1]->indexAt(0));
627 if ((m_run.applyWordRounding() && !lastGlyph && Character::isRoundingHackCharacter(nextCh)) || (m_run.applyRunRounding() && lastGlyph)) {
  /external/chromium_org/third_party/icu/source/i18n/
smpdtfmt.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 443 milliseconds