HomeSort by relevance Sort by last modified time
    Searched defs:next_ch (Results 1 - 5 of 5) 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 323 final char next_ch = text.charAt(++i); local
324 if (next_ch == 'n' || next_ch == 'N') {
327 builder.append(next_ch);
  /external/lldb/source/Core/
SourceManager.cpp 578 register char next_ch = s[1]; local
579 if (is_newline_char (next_ch))
581 if (curr_ch != next_ch)
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session_unittest.cc 165 char next_ch = username[username.size() - 1]; local
167 rtc::Base64::GetNextBase64Char(next_ch, &next_ch);
168 username[username.size() - 1] = next_ch;
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-parse.c 833 int ch, last_ch, quote_ch, next_ch; local
862 next_ch = __peek_char();
863 if (next_ch == '>') {
    [all...]

Completed in 465 milliseconds