Home
last modified time | relevance | path

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

12

/third_party/boost/libs/metaparse/doc/
Dnext_char.qbk1 [#next_char]
2 [section next_char]
7 struct next_char;
23 #include <boost/metaparse/next_char.hpp>
30 get_col<next_char<s, c>>
34 get_line<next_char<s, c>>
38 get_prev_char<next_char<s, c>>::type
44 #include <boost/metaparse/next_char.hpp>
71 next_char<
85 next_char<
[all …]
Dsource_position.qbk63 * [link next_char `next_char`]
/third_party/gn/src/gn/
Dtokenizer.cc202 Token::Type Tokenizer::ClassifyToken(char next_char, char following_char) { in ClassifyToken() argument
203 if (base::IsAsciiDigit(next_char)) in ClassifyToken()
205 if (next_char == '"') in ClassifyToken()
209 if (next_char != '-' && CouldBeOperator(next_char)) in ClassifyToken()
212 if (IsIdentifierFirstChar(next_char)) in ClassifyToken()
215 if (next_char == '[') in ClassifyToken()
217 if (next_char == ']') in ClassifyToken()
219 if (next_char == '(') in ClassifyToken()
221 if (next_char == ')') in ClassifyToken()
223 if (next_char == '{') in ClassifyToken()
[all …]
/third_party/glib/glib/
Dgtranslit.c193 const gchar *next_char; in lookup_item_id_for_locale() local
202 next_char = language + language_len; in lookup_item_id_for_locale()
204 if (*next_char == '_') in lookup_item_id_for_locale()
206 territory = next_char; in lookup_item_id_for_locale()
208 next_char = territory + territory_len; in lookup_item_id_for_locale()
211 if (*next_char == '.') in lookup_item_id_for_locale()
216 codeset = next_char; in lookup_item_id_for_locale()
218 next_char = codeset + codeset_len; in lookup_item_id_for_locale()
221 if (*next_char == '@') in lookup_item_id_for_locale()
223 modifier = next_char; in lookup_item_id_for_locale()
[all …]
Dgvariant.c4292 #define next_char() (string == limit ? '\0' : *(string++)) in g_variant_format_string_scan() macro
4296 switch (next_char()) in g_variant_format_string_scan()
4315 next_char(); /* consume ')' */ in g_variant_format_string_scan()
4319 c = next_char(); in g_variant_format_string_scan()
4323 c = next_char (); in g_variant_format_string_scan()
4331 c = next_char (); in g_variant_format_string_scan()
4344 if (next_char() != '}') in g_variant_format_string_scan()
4350 if ((c = next_char()) == 'a') in g_variant_format_string_scan()
4352 if ((c = next_char()) == '&') in g_variant_format_string_scan()
4354 if ((c = next_char()) == 'a') in g_variant_format_string_scan()
[all …]
/third_party/glslang/SPIRV/
Dhex_float.h746 auto next_char = is.peek();
747 if (next_char == '-' || next_char == '+') {
862 auto next_char = is.peek();
865 if (next_char != '-' && next_char != '0') {
869 if (next_char == '-') {
872 next_char = is.peek();
875 if (next_char == '0') {
897 while ((next_char = is.peek()) == '0') {
908 if (next_char == '.') {
910 } else if (next_char == 'p') {
[all …]
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/
Dhex_float.h744 auto next_char = is.peek();
745 if (next_char == '-' || next_char == '+') {
860 auto next_char = is.peek();
863 if (next_char != '-' && next_char != '0') {
867 if (next_char == '-') {
870 next_char = is.peek();
873 if (next_char == '0') {
895 while ((next_char = is.peek()) == '0') {
906 if (next_char == '.') {
908 } else if (next_char == 'p') {
[all …]
/third_party/libphonenumber/cpp/src/phonenumbers/
Dasyoutypeformatter.cc305 const string& AsYouTypeFormatter::InputDigit(char32 next_char, string* result) { in InputDigit() argument
308 InputDigitWithOptionToRememberPosition(next_char, false, &current_output_); in InputDigit()
314 char32 next_char, in InputDigitAndRememberPosition() argument
318 InputDigitWithOptionToRememberPosition(next_char, true, &current_output_); in InputDigitAndRememberPosition()
324 char32 next_char, in InputDigitWithOptionToRememberPosition() argument
329 accrued_input_.append(next_char); in InputDigitWithOptionToRememberPosition()
336 UnicodeString(next_char).toUTF8String(next_char_string); in InputDigitWithOptionToRememberPosition()
340 (accrued_input_.length() == 1 && next_char == kPlusSign))) { in InputDigitWithOptionToRememberPosition()
345 NormalizeAndAccrueDigitsAndPlusSign(next_char, remember_position); in InputDigitWithOptionToRememberPosition()
705 char32 next_char, in NormalizeAndAccrueDigitsAndPlusSign() argument
[all …]
Dasyoutypeformatter.h64 const string& InputDigit(char32 next_char, string* result);
72 const string& InputDigitAndRememberPosition(char32 next_char, string* result);
111 void InputDigitWithOptionToRememberPosition(char32 next_char,
167 char NormalizeAndAccrueDigitsAndPlusSign(char32 next_char,
170 void InputDigitHelper(char next_char, string* number);
Dphonenumbermatcher.cc94 char next_char = candidate[found + 1]; in ContainsOnlyValidXChars() local
95 if (next_char == 'x' || next_char == 'X') { in ContainsOnlyValidXChars()
489 char32 next_char; in ParseAndVerify() local
493 EncodingUtils::DecodeUTF8Char(next_char_ptr, &next_char); in ParseAndVerify()
494 if (IsInvalidPunctuationSymbol(next_char) || IsLatinLetter(next_char)) { in ParseAndVerify()
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-tknzr.c445 guint32 cur_char = 0, next_char= 0; in cr_tknzr_parse_comment() local
462 PEEK_NEXT_CHAR (a_this, &next_char); in cr_tknzr_parse_comment()
463 if (next_char == '*') in cr_tknzr_parse_comment()
473 PEEK_NEXT_CHAR (a_this, &next_char); in cr_tknzr_parse_comment()
474 if (next_char != '*') in cr_tknzr_parse_comment()
479 if (next_char == '/') in cr_tknzr_parse_comment()
484 PEEK_NEXT_CHAR (a_this, &next_char); in cr_tknzr_parse_comment()
485 if (next_char == '*') in cr_tknzr_parse_comment()
495 PEEK_NEXT_CHAR (a_this, &next_char); in cr_tknzr_parse_comment()
496 if (next_char != '*') in cr_tknzr_parse_comment()
[all …]
Dcr-parser.c1960 guint32 next_char = 0; in cr_parser_parse_simple_sels() local
1965 PEEK_NEXT_CHAR (a_this, &next_char); in cr_parser_parse_simple_sels()
1967 if (next_char == '+') { in cr_parser_parse_simple_sels()
1971 } else if (next_char == '>') { in cr_parser_parse_simple_sels()
2020 next_char = 0; in cr_parser_parse_selector() local
2046 &next_char); in cr_parser_parse_selector()
2056 if (next_char == ',') { in cr_parser_parse_selector()
2061 &next_char); in cr_parser_parse_selector()
2071 if (next_char != ',') in cr_parser_parse_selector()
3342 next_char = 0; in cr_parser_parse_ruleset() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dhex_float.h816 auto next_char = is.peek();
817 if (next_char == '-' || next_char == '+') {
932 auto next_char = is.peek();
935 if (next_char != '-' && next_char != '0') {
939 if (next_char == '-') {
942 next_char = is.peek();
945 if (next_char == '0') {
967 while ((next_char = is.peek()) == '0') {
978 if (next_char == '.') {
980 } else if (next_char == 'p') {
[all …]
/third_party/spirv-tools/source/util/
Dhex_float.h816 auto next_char = is.peek();
817 if (next_char == '-' || next_char == '+') {
932 auto next_char = is.peek();
935 if (next_char != '-' && next_char != '0') {
939 if (next_char == '-') {
942 next_char = is.peek();
945 if (next_char == '0') {
967 while ((next_char = is.peek()) == '0') {
978 if (next_char == '.') {
980 } else if (next_char == 'p') {
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dhex_float.h816 auto next_char = is.peek();
817 if (next_char == '-' || next_char == '+') {
932 auto next_char = is.peek();
935 if (next_char != '-' && next_char != '0') {
939 if (next_char == '-') {
942 next_char = is.peek();
945 if (next_char == '0') {
967 while ((next_char = is.peek()) == '0') {
978 if (next_char == '.') {
980 } else if (next_char == 'p') {
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/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()
/third_party/harfbuzz/src/
Dhb-ot-shape-normalize.cc111 next_char (hb_buffer_t *buffer, hb_codepoint_t glyph) in next_char() function
176 next_char (buffer, glyph); in decompose_current_character()
188 next_char (buffer, glyph); in decompose_current_character()
199 next_char (buffer, space_glyph); in decompose_current_character()
212 next_char (buffer, other_glyph); in decompose_current_character()
217 next_char (buffer, glyph); /* glyph is initialized in earlier branches. */ in decompose_current_character()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-normalize.cc111 next_char (hb_buffer_t *buffer, hb_codepoint_t glyph) in next_char() function
176 next_char (buffer, glyph); in decompose_current_character()
188 next_char (buffer, glyph); in decompose_current_character()
199 next_char (buffer, space_glyph); in decompose_current_character()
212 next_char (buffer, other_glyph); in decompose_current_character()
217 next_char (buffer, glyph); /* glyph is initialized in earlier branches. */ in decompose_current_character()
/third_party/gn/src/base/json/
Djson_parser.cc453 uint32_t next_char = 0; in ConsumeStringRaw() local
456 &next_char) || in ConsumeStringRaw()
457 !IsValidCharacter(next_char)) { in ConsumeStringRaw()
467 if (next_char == '"') { in ConsumeStringRaw()
471 } else if (next_char != '\\') { in ConsumeStringRaw()
474 string.Append(next_char); in ConsumeStringRaw()
/third_party/boost/libs/metaparse/test/
Done_of.cpp34 using boost::metaparse::next_char; in BOOST_METAPARSE_TEST_CASE()
146 next_char<start, char_h>::type, in BOOST_METAPARSE_TEST_CASE()
Dgrammar.cpp26 struct next_char struct
28 typedef next_char type; argument
365 next_char in BOOST_METAPARSE_TEST_CASE()
Dsource_position.cpp30 using boost::metaparse::next_char;
34 typedef next_char<start, char_0> next0;
86 equal_to<char_1, get_prev_char< next_char<start, char_1> >::type> in BOOST_METAPARSE_TEST_CASE()
/third_party/boost/boost/metaparse/
Dnext_char.hpp15 using v1::next_char;
/third_party/boost/boost/metaparse/v1/fwd/
Dnext_char.hpp19 struct next_char;
/third_party/boost/boost/metaparse/v1/
Dnext_char.hpp20 struct next_char : struct

12