Home
last modified time | relevance | path

Searched refs:found_end (Results 1 – 4 of 4) sorted by relevance

/external/python/asn1crypto/asn1crypto/
Dpem.py145 found_end = False
182 found_end = True
187 if not found_start or not found_end:
/external/ImageMagick/coders/
Dghostscript-private.h231 found_end, in ReadGhostScriptXMPProfile() local
250 found_end=MagickFalse; in ReadGhostScriptXMPProfile()
264 if (found_end == MagickFalse) in ReadGhostScriptXMPProfile()
265 found_end=CompareMagickByteBuffer(buffer,EndXMPPacket, in ReadGhostScriptXMPProfile()
/external/libtextclassifier/native/utils/utf8/
Dunilib-javaicu.cc273 const int found_end = jni_cache_->GetEnv()->CallIntMethod( in ApproximatelyMatches() local
287 if (found_start != 0 || found_end != context_length_bmp) { in ApproximatelyMatches()
/external/igt-gpu-tools/tools/
Daubdump.c471 uint32_t found_end = *start; in find_bitmap_clear_bit_range() local
472 if (find_bitmap_bit(bitmap, true, &found_end, *end)) in find_bitmap_clear_bit_range()
473 *end = found_end; in find_bitmap_clear_bit_range()