Searched defs:set8 (Results 1 - 2 of 2) 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

Completed in 160 milliseconds