OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextCh
(Results
1 - 5
of
5
) sorted by null
/frameworks/minikin/libs/minikin/
FontCollection.cpp
407
uint32_t
nextCh
= 0;
411
U16_NEXT(string, readLength, string_size,
nextCh
);
414
const uint32_t ch =
nextCh
;
418
U16_NEXT(string, readLength, string_size,
nextCh
);
420
nextCh
= kEndOfString;
435
FontFamily* family = getFamilyForChar(ch, isVariationSelector(
nextCh
) ?
nextCh
: 0,
465
} while (
nextCh
!= kEndOfString);
/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
...]
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar
Completed in 93 milliseconds