OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
)
134
// If both ch and
nextCh
are ASCII characters, use a lookup table for enhanced speed and for compatibility
137
&&
nextCh
>= asciiLineBreakTableFirstChar &&
nextCh
<= asciiLineBreakTableLastChar) {
139
int nextChIndex =
nextCh
- asciiLineBreakTableFirstChar;
/frameworks/opt/vcard/java/com/android/vcard/
VCardUtils.java
376
char
nextCh
= value.charAt(i + 1);
379
unescapedString = VCardParserImpl_V40.unescapeCharacter(
nextCh
);
381
unescapedString = VCardParserImpl_V30.unescapeCharacter(
nextCh
);
387
unescapedString = VCardParserImpl_V21.unescapeCharacter(
nextCh
);
708
char
nextCh
= value.charAt(i + 1);
709
if (
nextCh
== ' ' ||
nextCh
== '\t') {
710
builder.append(
nextCh
);
736
char
nextCh
= quotedPrintable.charAt(i + 1);
737
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 198 milliseconds