Searched refs:found_start (Results 1 – 6 of 6) sorted by relevance
/external/libtextclassifier/util/utf8/ |
D | unilib-icu.cc | 117 const int found_start = Start(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 | 200 found_start = Cursor(cur_line_number, start_column) 201 found_end = found_start + length 202 return MakeToken(lines, found_start, found_end, token_type)
|
/external/protobuf/gtest/scripts/ |
D | pump.py | 201 found_start = Cursor(cur_line_number, start_column) 202 found_end = found_start + length 203 return MakeToken(lines, found_start, found_end, token_type)
|
/external/v8/testing/gtest/scripts/ |
D | pump.py | 200 found_start = Cursor(cur_line_number, start_column) 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 | 200 found_start = Cursor(cur_line_number, start_column) 201 found_end = found_start + length 202 return MakeToken(lines, found_start, found_end, token_type)
|
/external/googletest/googletest/scripts/ |
D | pump.py | 200 found_start = Cursor(cur_line_number, start_column) 201 found_end = found_start + length 202 return MakeToken(lines, found_start, found_end, token_type)
|