HomeSort by relevance Sort by last modified time
    Searched refs:set8 (Results 1 - 4 of 4) sorted by null

  /external/antlr/antlr-3.4/runtime/C/include/
antlr3string.h 84 * 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/
antlr3string.c 55 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
    [all...]
antlr3commontoken.c 437 token->tokText.text->set8(token->tokText.text, (const char *)text);
antlr3debughandlers.c 931 delboy->tokenString->set8(delboy->tokenString, (const char *)"createNodeFromTokenElements ");
974 delboy->tokenString->set8(delboy->tokenString, (const char *)"errorNode\t");

Completed in 54 milliseconds