Home
last modified time | relevance | path

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

/external/srec/srec/Vocabulary/src/
DVocabularyImpl.c36 static PINLINE LCHAR* get_next_word(LCHAR* curr, LCHAR* end);
389 PINLINE LCHAR* get_next_word(LCHAR* curr, LCHAR* end) in get_next_word() function
489 for( ; *curr; curr = get_next_word(curr,end)) in SR_VocabularyGetPronunciationImpl()