Home
last modified time | relevance | path

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

/external/python/asn1crypto/asn1crypto/
Dpem.py144 found_start = False
159 found_start = True
187 if not found_start or not found_end:
/external/libtextclassifier/native/utils/utf8/
Dunilib-javaicu.cc266 const int found_start = jni_cache_->GetEnv()->CallIntMethod( in ApproximatelyMatches() local
287 if (found_start != 0 || found_end != context_length_bmp) { in ApproximatelyMatches()