Searched refs:FindAndConsume (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/test/link/ |
D | linker_fixture.h | 100 if (!RE2::FindAndConsume(&temp, "{")) return SPV_ERROR_INVALID_TEXT; 101 while (RE2::FindAndConsume(&temp, "([,}])", &x) && x[0] == ',') cnt++;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/ |
D | linker_fixture.h | 100 if (!RE2::FindAndConsume(&temp, "{")) return SPV_ERROR_INVALID_TEXT; 101 while (RE2::FindAndConsume(&temp, "([,}])", &x) && x[0] == ',') cnt++;
|
/third_party/spirv-tools/test/link/ |
D | linker_fixture.h | 100 if (!RE2::FindAndConsume(&temp, "{")) return SPV_ERROR_INVALID_TEXT; 101 while (RE2::FindAndConsume(&temp, "([,}])", &x) && x[0] == ',') cnt++;
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | phonenumbermatcher.cc | 584 while ((*regex)->FindAndConsume(candidate_input.get(), &group) && in ExtractInnerMatch() 678 reg_exps_->pattern_->FindAndConsume(text.get(), &candidate)) { in Find() 834 while (reg_exps_->capturing_ascii_digits_pattern_->FindAndConsume( in AllNumberGroupsAreExactlyPresent()
|
D | regexp_adapter.h | 129 inline bool FindAndConsume(RegExpInput* input_string, in FindAndConsume() function
|
D | phonenumberutil.cc | 2642 if (!reg_exps_->capturing_ascii_digits_pattern_->FindAndConsume( in GetLengthOfNationalDestinationCode()
|