Searched refs:get_next_word (Results 1 – 1 of 1) sorted by relevance
36 static PINLINE LCHAR* get_next_word(LCHAR* curr, LCHAR* end);389 PINLINE LCHAR* get_next_word(LCHAR* curr, LCHAR* end) in get_next_word() function489 for( ; *curr; curr = get_next_word(curr,end)) in SR_VocabularyGetPronunciationImpl()