Home
last modified time | relevance | path

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

/external/srec/srec/Vocabulary/src/
DVocabularyImpl.c491 LCHAR* squote = NULL; in SR_VocabularyGetPronunciationImpl() local
509 if( (squote=LSTRCHR(curr,LSINGLEQUOTE))==NULL) {} in SR_VocabularyGetPronunciationImpl()
511 *squote = L('\0'); // temporary in SR_VocabularyGetPronunciationImpl()
515 *squote = LSINGLEQUOTE; // undo temporary in SR_VocabularyGetPronunciationImpl()
527 if( impl->locale == ESR_LOCALE_EN_US && p_infpron[0] && squote!=L('\0')) { in SR_VocabularyGetPronunciationImpl()