Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicotok.c279 static picoos_bool tok_strEqual(picoos_uchar * str1, picoos_uchar * str2) in tok_strEqual() function
336 while ((i < MAX_NR_MARKUP_PARAMS) && !tok_strEqual(paramId,params[i].paramId)) { in tok_getParamIntVal()
354 while ((i < MAX_NR_MARKUP_PARAMS) && !tok_strEqual(paramId,params[i].paramId)) { in tok_getParamStrVal()
374 while ((i < MAX_NR_MARKUP_PARAMS) && !tok_strEqual(paramId, params[i].paramId)) { in tok_getParamPhonesStr()
378 if (tok_strEqual(alphabet, PICODATA_XSAMPA) || tok_strEqual(alphabet, (picoos_uchar*)"")) { in tok_getParamPhonesStr()
421 if (tok_strEqual(tmpWord, (picoos_uchar*)"s")) { in tok_getDur()
424 } else if (tok_strEqual(tmpWord,(picoos_uchar*)"ms")) { in tok_getDur()
602 if (tok_strEqual(tagId, TOK_MARKUP_KW_IGNORE)) { in tok_markupTagId()
604 } else if (tok_strEqual(tagId, TOK_MARKUP_KW_SPEED)) { in tok_markupTagId()
606 } else if (tok_strEqual(tagId, TOK_MARKUP_KW_PITCH)) { in tok_markupTagId()
[all …]