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

  /external/webkit/Source/WebCore/rendering/
break_lines.cpp 120 static inline bool shouldBreakAfter(UChar ch, UChar nextCh)
127 // If both ch and nextCh are ASCII characters, use a lookup table for enhanced speed and for compatibility
130 && nextCh >= asciiLineBreakTableFirstChar && nextCh <= asciiLineBreakTableLastChar) {
132 int nextChIndex = nextCh - asciiLineBreakTableFirstChar;
  /frameworks/opt/vcard/java/com/android/vcard/
VCardUtils.java 385 char nextCh = value.charAt(i + 1);
388 unescapedString = VCardParserImpl_V40.unescapeCharacter(nextCh);
390 unescapedString = VCardParserImpl_V30.unescapeCharacter(nextCh);
396 unescapedString = VCardParserImpl_V21.unescapeCharacter(nextCh);
717 char nextCh = value.charAt(i + 1);
718 if (nextCh == ' ' || nextCh == '\t') {
719 builder.append(nextCh);
745 char nextCh = quotedPrintable.charAt(i + 1);
746 if (nextCh == '\n')
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp 445 UChar nextCh;
447 nextCh = ' ';
449 nextCh = *(cp + complexTextRun.indexAt(i + 1));
451 nextCh = *(m_complexTextRuns[r + 1]->characters() + m_complexTextRuns[r + 1]->indexAt(0));
  /external/icu4c/i18n/
smpdtfmt.cpp     [all...]

Completed in 221 milliseconds