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

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3string.h84 * for this string. For instance, if this is 8 bit, then this function is the same as set8
91 * for this string. For instance, if this is an 8 bit string, then this function is the same as set8
95 pANTLR3_UINT8 (*set8) (struct ANTLR3_STRING_struct * string, const char * chars); member in struct:ANTLR3_STRING_struct
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3string.c55 static pANTLR3_UINT8 set8 (pANTLR3_STRING string, const char * chars);
269 string->set = set8;
270 string->set8 = set8;
307 string->set8 = setUTF16_8;
873 set8 (pANTLR3_STRING string, const char * chars) function
H A Dantlr3commontoken.c437 token->tokText.text->set8(token->tokText.text, (const char *)text);
H A Dantlr3debughandlers.c931 delboy->tokenString->set8(delboy->tokenString, (const char *)"createNodeFromTokenElements ");
974 delboy->tokenString->set8(delboy->tokenString, (const char *)"errorNode\t");

Completed in 74 milliseconds