Home
last modified time | relevance | path

Searched refs:found_start (Results 1 – 3 of 3) sorted by relevance

/external/googletest/googletest/scripts/
Dpump.py200 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/google-breakpad/src/testing/gtest/scripts/
Dpump.py200 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/libtextclassifier/utils/utf8/
Dunilib-javaicu.cc460 const int found_start = jni_cache_->GetEnv()->CallIntMethod( in ApproximatelyMatches() local
481 if (found_start != 0 || found_end != context_length_bmp) { in ApproximatelyMatches()