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

  /external/webkit/WebCore/rendering/
break_lines.cpp 67 static inline bool shouldBreakAfter(UChar ch, UChar nextCh)
73 return nextCh < internetExplorerLineBreaksAfterQuestionMarkTableSize && internetExplorerLineBreaksAfterQuestionMarkTable[nextCh];
  /frameworks/base/core/java/android/pim/vcard/
VCardUtils.java 347 char nextCh = value.charAt(i + 1);
350 unescapedString = VCardParserImpl_V40.unescapeCharacter(nextCh);
352 unescapedString = VCardParserImpl_V30.unescapeCharacter(nextCh);
358 unescapedString = VCardParserImpl_V21.unescapeCharacter(nextCh);
679 char nextCh = value.charAt(i + 1);
680 if (nextCh == ' ' || nextCh == '\t') {
681 builder.append(nextCh);
707 char nextCh = quotedPrintable.charAt(i + 1);
708 if (nextCh == '\n')
    [all...]
  /packages/apps/Tag/src/com/android/vcard/
VCardUtils.java 387 char nextCh = value.charAt(i + 1);
390 unescapedString = VCardParserImpl_V40.unescapeCharacter(nextCh);
392 unescapedString = VCardParserImpl_V30.unescapeCharacter(nextCh);
398 unescapedString = VCardParserImpl_V21.unescapeCharacter(nextCh);
735 char nextCh = value.charAt(i + 1);
736 if (nextCh == ' ' || nextCh == '\t') {
737 builder.append(nextCh);
763 char nextCh = quotedPrintable.charAt(i + 1);
764 if (nextCh == '\n')
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextController.cpp 450 UChar nextCh;
452 nextCh = ' ';
454 nextCh = *(cp + complexTextRun.indexAt(i + 1));
456 nextCh = *(m_complexTextRuns[r + 1]->characters() + m_complexTextRuns[r + 1]->indexAt(0));
520 if (m_run.applyWordRounding() && !lastGlyph && Font::isRoundingHackCharacter(nextCh) || m_run.applyRunRounding() && lastGlyph) {
  /external/chromium/third_party/icu/source/i18n/
smpdtfmt.cpp     [all...]
  /external/icu4c/i18n/
smpdtfmt.cpp     [all...]

Completed in 543 milliseconds