OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_ch
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V40.java
67
final char
next_ch
= text.charAt(++i);
local
68
if (
next_ch
== 'n' ||
next_ch
== 'N') {
71
builder.append(
next_ch
);
VCardParserImpl_V30.java
360
final char
next_ch
= text.charAt(++i);
local
361
if (
next_ch
== 'n' ||
next_ch
== 'N') {
364
builder.append(
next_ch
);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session_unittest.cc
178
char
next_ch
= username[username.size() - 1];
local
180
talk_base::Base64::GetNextBase64Char(
next_ch
, &
next_ch
);
181
username[username.size() - 1] =
next_ch
;
[
all
...]
/external/linux-tools-perf/util/
trace-event-parse.c
441
int ch, last_ch, quote_ch,
next_ch
;
local
470
next_ch
= __peek_char();
471
if (
next_ch
== '>') {
[
all
...]
Completed in 137 milliseconds