Searched refs:word_end (Results 1 – 4 of 4) sorted by relevance
/external/libtextclassifier/lang_id/features/ |
D | char-ngram-feature.cc | 72 const char *const word_end = word.data() + word.size(); in ComputeNgramCounts() local 84 } while ((num_utf8_chars < ngram_size_) && (ngram_end < word_end)); in ComputeNgramCounts() 108 if (ngram_end >= word_end) { in ComputeNgramCounts()
|
D | relevant-script-feature.cc | 64 const char *const word_end = word.data() + word.size(); in Evaluate() local 78 if (curr >= word_end) { in Evaluate()
|
/external/libchrome/base/strings/ |
D | string_util.cc | 482 const Char* word_end = AlignToMachineWord(end); in DoIsStringASCII() local 484 while (characters < word_end) { in DoIsStringASCII()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 3804 const uint32_t *word_end = words + word_count; in spirv_to_nir() local 3821 words = vtn_foreach_instruction(b, words, word_end, in spirv_to_nir() 3843 words = vtn_foreach_instruction(b, words, word_end, in spirv_to_nir() 3847 vtn_foreach_instruction(b, words, word_end, vtn_set_instruction_result_type); in spirv_to_nir() 3849 vtn_build_cfg(b, words, word_end); in spirv_to_nir()
|