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

/external/svox/pico/lib/
H A Dpicotok.c279 static picoos_bool tok_strEqual(picoos_uchar * str1, picoos_uchar * str2) function
336 while ((i < MAX_NR_MARKUP_PARAMS) && !tok_strEqual(paramId,params[i].paramId)) {
354 while ((i < MAX_NR_MARKUP_PARAMS) && !tok_strEqual(paramId,params[i].paramId)) {
374 while ((i < MAX_NR_MARKUP_PARAMS) && !tok_strEqual(paramId, params[i].paramId)) {
378 if (tok_strEqual(alphabet, PICODATA_XSAMPA) || tok_strEqual(alphabet, (picoos_uchar*)"")) {
421 if (tok_strEqual(tmpWord, (picoos_uchar*)"s")) {
424 } else if (tok_strEqual(tmpWord,(picoos_uchar*)"ms")) {
602 if (tok_strEqual(tagId, TOK_MARKUP_KW_IGNORE)) {
604 } else if (tok_strEqual(tagI
[all...]

Completed in 41 milliseconds