OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tok_strequal
(Results
1 - 1
of
1
) sorted by null
/external/svox/pico/lib/
picotok.c
279
static picoos_bool
tok_strEqual
(picoos_uchar * str1, picoos_uchar * str2)
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
(tagId, TOK_MARKUP_KW_SPEED))
[
all
...]
Completed in 42 milliseconds