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

/external/svox/pico/lib/
H A Dpicotok.c223 MarkupState markupState; member in struct:tok_subobj
1078 tok->markupState = MSErrorTooLong;
1079 } else if ((str[i] == (picoos_uchar)' ') && ((tok->markupState == MSExpectingmarkupTagName) || (tok->markupState == MSGotmarkupTagName) || (tok->markupState == MSGotAttrName) || (tok->markupState == MSGotEqual) || (tok->markupState == MSGotAttrValue))) {
1080 } else if ((str[i] == (picoos_uchar)'>') && ((tok->markupState == MSGotmarkupTagName) || (tok->markupState == MSInmarkupTagName) || (tok->markupState
[all...]

Completed in 1709 milliseconds