Searched refs:word_start (Results 1 – 4 of 4) sorted by relevance
83 const char* word_start = text; in linebreak() local94 word_start = prevText; in linebreak()110 if (word_start == start) { in linebreak()115 text = word_start; in linebreak()
201 word_start = 0; in buildDomainMaps() local217 fMaps.fWordsMap.push_back({word_start, i - word_start, word_advance, word_ascent}); in buildDomainMaps()224 word_start = i; in buildDomainMaps()244 if (i > word_start) { in buildDomainMaps()245 fMaps.fWordsMap.push_back({word_start, i - word_start, word_advance, word_ascent}); in buildDomainMaps()
465 word_start = index * 32512 shift = word_start - contrib_word_start
2262 bool word_start = true; in cpuinfo_arm_linux_decode_chipset_from_proc_cpuinfo_hardware() local2269 word_start = true; in cpuinfo_arm_linux_decode_chipset_from_proc_cpuinfo_hardware()2272 if (word_start && is_ascii_alphabetic(c)) { in cpuinfo_arm_linux_decode_chipset_from_proc_cpuinfo_hardware()2321 word_start = false; in cpuinfo_arm_linux_decode_chipset_from_proc_cpuinfo_hardware()