OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nextch
(Results
1 - 6
of
6
) sorted by null
/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/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;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
ComplexTextController.cpp
605
UChar
nextCh
;
607
nextCh
= ' ';
609
nextCh
= *(cp + complexTextRun.indexAt(i + 1));
611
nextCh
= *(m_complexTextRuns[r + 1]->characters() + m_complexTextRuns[r + 1]->indexAt(0));
684
if ((m_run.applyWordRounding() && !lastGlyph && Font::isRoundingHackCharacter(
nextCh
)) || (m_run.applyRunRounding() && lastGlyph)) {
/external/chromium_org/third_party/icu/source/i18n/
smpdtfmt.cpp
[
all
...]
ucol.cpp
2234
UChar
nextch
;
local
[
all
...]
/external/icu4c/i18n/
ucol.cpp
2309
UChar
nextch
;
local
[
all
...]
Completed in 406 milliseconds