Searched defs:TOK_ERROR (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
H A Dread.h39 TOK_ERROR, /* An error, such an unterminated quoted string */ enumerator in enum:ETokenType
/external/libxkbcommon/xkbcommon/src/compose/
H A Dparser.c148 TOK_ERROR enumerator in enum:rules_token
189 return TOK_ERROR;
193 return TOK_ERROR;
238 return TOK_ERROR;
242 return TOK_ERROR;
246 return TOK_ERROR;
260 return TOK_ERROR;
275 return TOK_ERROR;
292 return TOK_ERROR;
304 return TOK_ERROR;
[all...]
/external/libxkbcommon/xkbcommon/src/xkbcomp/
H A Drules.c70 TOK_ERROR enumerator in enum:rules_token
101 return TOK_ERROR;
129 return TOK_ERROR;
146 return TOK_ERROR;
956 case TOK_ERROR:

Completed in 246 milliseconds