• Home
  • Raw
  • Download

Lines Matching defs:string

188     pANTLR3_STRING  string;  in newRaw8()  local
217 pANTLR3_STRING string; in newRawUTF16() local
239 void ANTLR3_CDECL stringFree (pANTLR3_STRING string) in stringFree()
260 stringInit8 (pANTLR3_STRING string) in stringInit8()
297 stringInitUTF16 (pANTLR3_STRING string) in stringInitUTF16()
335 stringInitUTF8 (pANTLR3_STRING string) in stringInitUTF8()
349 toUTF8_8 (pANTLR3_STRING string) in toUTF8_8()
360 toUTF8_UTF16 (pANTLR3_STRING string) in toUTF8_UTF16()
423 pANTLR3_STRING string; in newSize8() local
451 pANTLR3_STRING string; in newSizeUTF16() local
478 pANTLR3_STRING string; in newPtr8() local
511 pANTLR3_STRING string; in newPtrUTF16_8() local
559 pANTLR3_STRING string; in newPtrUTF16_UTF16() local
632 destroy (pANTLR3_STRING_FACTORY factory, pANTLR3_STRING string) in destroy()
679 pANTLR3_STRING string; in printable8() local
726 pANTLR3_STRING string; in printableUTF16() local
795 append8 (pANTLR3_STRING string, const char * newbit) in append8()
816 appendUTF16_8 (pANTLR3_STRING string, const char * newbit) in appendUTF16_8()
843 appendUTF16_UTF16 (pANTLR3_STRING string, const char * newbit) in appendUTF16_UTF16()
873 set8 (pANTLR3_STRING string, const char * chars) in set8()
894 setUTF16_8 (pANTLR3_STRING string, const char * chars) in setUTF16_8()
919 setUTF16_UTF16 (pANTLR3_STRING string, const char * chars) in setUTF16_UTF16()
950 addc8 (pANTLR3_STRING string, ANTLR3_UINT32 c) in addc8()
965 addcUTF16 (pANTLR3_STRING string, ANTLR3_UINT32 c) in addcUTF16()
984 addi8 (pANTLR3_STRING string, ANTLR3_INT32 i) in addi8()
993 addiUTF16 (pANTLR3_STRING string, ANTLR3_INT32 i) in addiUTF16()
1003 inserti8 (pANTLR3_STRING string, ANTLR3_UINT32 point, ANTLR3_INT32 i) in inserti8()
1011 insertiUTF16 (pANTLR3_STRING string, ANTLR3_UINT32 point, ANTLR3_INT32 i) in insertiUTF16()
1020 insert8 (pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit) in insert8()
1056 insertUTF16_8 (pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit) in insertUTF16_8()
1096 insertUTF16_UTF16 (pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit) in insertUTF16_UTF16()
1141 static pANTLR3_UINT8 setS (pANTLR3_STRING string, pANTLR3_STRING chars) in setS()
1146 static pANTLR3_UINT8 appendS (pANTLR3_STRING string, pANTLR3_STRING newbit) in appendS()
1160 static pANTLR3_UINT8 insertS (pANTLR3_STRING string, ANTLR3_UINT32 point, pANTLR3_STRING newb… in insertS()
1169 compare8 (pANTLR3_STRING string, const char * compStr) in compare8()
1179 compareUTF16_8 (pANTLR3_STRING string, const char * compStr) in compareUTF16_8()
1208 compareUTF16_UTF16 (pANTLR3_STRING string, const char * compStr8) in compareUTF16_UTF16()
1238 compareS (pANTLR3_STRING string, pANTLR3_STRING compStr) in compareS()
1248 charAt8 (pANTLR3_STRING string, ANTLR3_UINT32 offset) in charAt8()
1264 charAtUTF16 (pANTLR3_STRING string, ANTLR3_UINT32 offset) in charAtUTF16()
1280 subString8 (pANTLR3_STRING string, ANTLR3_UINT32 startIndex, ANTLR3_UINT32 endIndex) in subString8()
1297 subStringUTF16 (pANTLR3_STRING string, ANTLR3_UINT32 startIndex, ANTLR3_UINT32 endIndex) in subStringUTF16()
1313 toInt32_8 (struct ANTLR3_STRING_struct * string) in toInt32_8()
1321 toInt32_UTF16 (struct ANTLR3_STRING_struct * string) in toInt32_UTF16()
1355 static pANTLR3_STRING to8_8 (pANTLR3_STRING string) in to8_8()
1365 static pANTLR3_STRING to8_UTF16 (pANTLR3_STRING string) in to8_UTF16()