Home
last modified time | relevance | path

Searched refs:ANTLR3_STRING (Results 1 – 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3string.h204 ANTLR3_STRING; typedef
/external/antlr/antlr-3.4/runtime/C/doxygen/
Ddoxygengroups.dox103 /// \defgroup ANTLR3_STRING ANTLR3_STRING - String Class Definition
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3string.c190 string = (pANTLR3_STRING) ANTLR3_MALLOC(sizeof(ANTLR3_STRING)); in newRaw8()
219 string = (pANTLR3_STRING) ANTLR3_MALLOC(sizeof(ANTLR3_STRING)); in newRawUTF16()