Home
last modified time | relevance | path

Searched refs:next_char (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/base/json/
Djson_parser.cc437 char next_char = *NextChar(); in EatComment() local
438 if (next_char == '/') { in EatComment()
441 next_char = *NextChar(); in EatComment()
442 if (next_char == '\n' || next_char == '\r') in EatComment()
445 } else if (next_char == '*') { in EatComment()
449 next_char = *NextChar(); in EatComment()
450 if (previous_char == '*' && next_char == '/') { in EatComment()
457 previous_char = next_char; in EatComment()
625 int32_t next_char = 0; in ConsumeStringRaw() local
629 CBU8_NEXT(start_pos_, index_, length, next_char); in ConsumeStringRaw()
[all …]
/external/libweave/third_party/chromium/base/json/
Djson_parser.cc432 char next_char = *NextChar(); in EatComment() local
433 if (next_char == '/') { in EatComment()
436 next_char = *NextChar(); in EatComment()
437 if (next_char == '\n' || next_char == '\r') in EatComment()
440 } else if (next_char == '*') { in EatComment()
444 next_char = *NextChar(); in EatComment()
445 if (previous_char == '*' && next_char == '/') { in EatComment()
452 previous_char = next_char; in EatComment()
620 int32_t next_char = 0; in ConsumeStringRaw() local
624 CBU8_NEXT(start_pos_, index_, length, next_char); in ConsumeStringRaw()
[all …]
/external/webrtc/webrtc/base/
Dbase64_unittest.cc992 char next_char; in TEST() local
993 EXPECT_TRUE(Base64::GetNextBase64Char('A', &next_char)); in TEST()
994 EXPECT_EQ('B', next_char); in TEST()
995 EXPECT_TRUE(Base64::GetNextBase64Char('Z', &next_char)); in TEST()
996 EXPECT_EQ('a', next_char); in TEST()
997 EXPECT_TRUE(Base64::GetNextBase64Char('/', &next_char)); in TEST()
998 EXPECT_EQ('A', next_char); in TEST()
999 EXPECT_FALSE(Base64::GetNextBase64Char('&', &next_char)); in TEST()
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
Dvideo.py150 next_char = ''
151 while next_char != '\n':
152 next_char = stderr.read(1)
153 line += next_char
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_suppressions.cc120 const char *next_char = StripPrefix(line, suppression_types_[type]); in Parse() local
121 if (next_char && *next_char == ':') { in Parse()
122 line = ++next_char; in Parse()
/external/webrtc/talk/media/base/
Dyuvframegenerator.cc194 char next_char; in ComputeBarcodeDigits() local
195 result->get(next_char); in ComputeBarcodeDigits()
196 uint8_t digit = next_char - '0'; in ComputeBarcodeDigits()
229 char next_char; in DrawBarcode() local
230 value_str_stream.get(next_char); in DrawBarcode()
237 uint8_t digit = next_char - '0'; in DrawBarcode()
/external/harfbuzz_ng/src/
Dhb-ot-shape-normalize.cc106 next_char (hb_buffer_t *buffer, hb_codepoint_t glyph) in next_char() function
171 next_char (buffer, glyph); in decompose_current_character()
183 next_char (buffer, glyph); in decompose_current_character()
194 next_char (buffer, space_glyph); in decompose_current_character()
207 next_char (buffer, other_glyph); in decompose_current_character()
212 next_char (buffer, glyph); /* glyph is initialized in earlier branches. */ in decompose_current_character()
/external/dbus/bus/
Dpolicy.c1280 char next_char; in bus_rules_check_can_own() local
1286 next_char = data[strlen (rule->d.own.service_name)]; in bus_rules_check_can_own()
1287 if (next_char != '\0' && next_char != '.') in bus_rules_check_can_own()
/external/v8/src/parsing/
Dscanner.cc1301 uc32 next_char = c0_; in ScanIdentifierOrKeyword() local
1303 AddLiteralChar(next_char); in ScanIdentifierOrKeyword()
/external/robolectric/v3/libs/
Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ ...