Home
last modified time | relevance | path

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

/external/cpu_features/src/
Dstring_view.c161 const int index_of_word = CpuFeatures_StringView_IndexOf(remainder, word); in CpuFeatures_StringView_HasWord() local
162 if (index_of_word < 0) { in CpuFeatures_StringView_HasWord()
166 CpuFeatures_StringView_KeepFront(line, index_of_word); in CpuFeatures_StringView_HasWord()
168 CpuFeatures_StringView_PopFront(line, index_of_word + word.size); in CpuFeatures_StringView_HasWord()
175 CpuFeatures_StringView_PopFront(remainder, index_of_word + word.size); in CpuFeatures_StringView_HasWord()