Searched refs:found_end (Results 1 – 6 of 6) sorted by relevance
/external/libtextclassifier/util/utf8/ |
D | unilib-icu.cc | 121 const int found_end = End(status); in ApproximatelyMatches() local 125 if (found_start != 0 || found_end != text_.countChar32()) { in ApproximatelyMatches()
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | pump.py | 201 found_end = found_start + length 202 return MakeToken(lines, found_start, found_end, token_type)
|
/external/protobuf/gtest/scripts/ |
D | pump.py | 202 found_end = found_start + length 203 return MakeToken(lines, found_start, found_end, token_type)
|
/external/v8/testing/gtest/scripts/ |
D | pump.py | 201 found_end = found_start + length 202 return MakeToken(lines, found_start, found_end, token_type)
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/ |
D | pump.py | 201 found_end = found_start + length 202 return MakeToken(lines, found_start, found_end, token_type)
|
/external/googletest/googletest/scripts/ |
D | pump.py | 201 found_end = found_start + length 202 return MakeToken(lines, found_start, found_end, token_type)
|