Home
last modified time | relevance | path

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

/external/libtextclassifier/lang_id/features/
Dchar-ngram-feature.cc72 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()
Drelevant-script-feature.cc64 const char *const word_end = word.data() + word.size(); in Evaluate() local
78 if (curr >= word_end) { in Evaluate()
/external/libchrome/base/strings/
Dstring_util.cc482 const Char* word_end = AlignToMachineWord(end); in DoIsStringASCII() local
484 while (characters < word_end) { in DoIsStringASCII()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c3804 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()