Home
last modified time | relevance | path

Searched refs:next_non_space (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp-parse.y1792 token_node_t *next_non_space; in _glcpp_parser_apply_pastes() local
1795 next_non_space = node->next; in _glcpp_parser_apply_pastes()
1796 while (next_non_space && next_non_space->token->type == SPACE) in _glcpp_parser_apply_pastes()
1797 next_non_space = next_non_space->next; in _glcpp_parser_apply_pastes()
1799 if (next_non_space == NULL) in _glcpp_parser_apply_pastes()
1802 if (next_non_space->token->type != PASTE) { in _glcpp_parser_apply_pastes()
1803 node = next_non_space; in _glcpp_parser_apply_pastes()
1808 next_non_space = next_non_space->next; in _glcpp_parser_apply_pastes()
1809 while (next_non_space && next_non_space->token->type == SPACE) in _glcpp_parser_apply_pastes()
1810 next_non_space = next_non_space->next; in _glcpp_parser_apply_pastes()
[all …]
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-string-to-double.cpp489 Iterator next_non_space = current; in StringToIeee() local
491 if (!AdvanceToNonspace(&next_non_space, end)) return junk_string_value_; in StringToIeee()
492 if (!allow_spaces_after_sign && (current != next_non_space)) { in StringToIeee()
495 current = next_non_space; in StringToIeee()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-string-to-double.cpp489 Iterator next_non_space = current; in StringToIeee() local
491 if (!AdvanceToNonspace(&next_non_space, end)) return junk_string_value_; in StringToIeee()
492 if (!allow_spaces_after_sign && (current != next_non_space)) { in StringToIeee()
495 current = next_non_space; in StringToIeee()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dstring-to-double.cc468 Iterator next_non_space = current; in StringToIeee() local
470 if (!AdvanceToNonspace(&next_non_space, end)) return junk_string_value_; in StringToIeee()
471 if (!allow_spaces_after_sign && (current != next_non_space)) { in StringToIeee()
474 current = next_non_space; in StringToIeee()
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-string-to-double.cpp489 Iterator next_non_space = current; in StringToIeee() local
491 if (!AdvanceToNonspace(&next_non_space, end)) return junk_string_value_; in StringToIeee()
492 if (!allow_spaces_after_sign && (current != next_non_space)) { in StringToIeee()
495 current = next_non_space; in StringToIeee()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion.cpp705 Iterator next_non_space = current; in StringToIeee() local
707 if (!AdvanceToNonspace(&next_non_space, end)) return junk_string_value_; in StringToIeee()
708 if (!allow_spaces_after_sign && (current != next_non_space)) { in StringToIeee()
711 current = next_non_space; in StringToIeee()