• 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
453 pANTLR3_STRING string; in newSizeUTF16() local
483 pANTLR3_STRING string; in newPtr8() local
516 pANTLR3_STRING string; in newPtrUTF16_8() local
564 pANTLR3_STRING string; in newPtrUTF16_UTF16() local
637 destroy (pANTLR3_STRING_FACTORY factory, pANTLR3_STRING string) in destroy()
684 pANTLR3_STRING string; in printable8() local
731 pANTLR3_STRING string; in printableUTF16() local
800 append8 (pANTLR3_STRING string, const char * newbit) in append8()
826 appendUTF16_8 (pANTLR3_STRING string, const char * newbit) in appendUTF16_8()
858 appendUTF16_UTF16 (pANTLR3_STRING string, const char * newbit) in appendUTF16_UTF16()
893 set8 (pANTLR3_STRING string, const char * chars) in set8()
919 setUTF16_8 (pANTLR3_STRING string, const char * chars) in setUTF16_8()
949 setUTF16_UTF16 (pANTLR3_STRING string, const char * chars) in setUTF16_UTF16()
985 addc8 (pANTLR3_STRING string, ANTLR3_UINT32 c) in addc8()
1005 addcUTF16 (pANTLR3_STRING string, ANTLR3_UINT32 c) in addcUTF16()
1029 addi8 (pANTLR3_STRING string, ANTLR3_INT32 i) in addi8()
1038 addiUTF16 (pANTLR3_STRING string, ANTLR3_INT32 i) in addiUTF16()
1048 inserti8 (pANTLR3_STRING string, ANTLR3_UINT32 point, ANTLR3_INT32 i) in inserti8()
1056 insertiUTF16 (pANTLR3_STRING string, ANTLR3_UINT32 point, ANTLR3_INT32 i) in insertiUTF16()
1065 insert8 (pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit) in insert8()
1106 insertUTF16_8 (pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit) in insertUTF16_8()
1151 insertUTF16_UTF16 (pANTLR3_STRING string, ANTLR3_UINT32 point, const char * newbit) in insertUTF16_UTF16()
1201 static pANTLR3_UINT8 setS (pANTLR3_STRING string, pANTLR3_STRING chars) in setS()
1206 static pANTLR3_UINT8 appendS (pANTLR3_STRING string, pANTLR3_STRING newbit) in appendS()
1220 static pANTLR3_UINT8 insertS (pANTLR3_STRING string, ANTLR3_UINT32 point, pANTLR3_STRING newb… in insertS()
1229 compare8 (pANTLR3_STRING string, const char * compStr) in compare8()
1239 compareUTF16_8 (pANTLR3_STRING string, const char * compStr) in compareUTF16_8()
1268 compareUTF16_UTF16 (pANTLR3_STRING string, const char * compStr8) in compareUTF16_UTF16()
1298 compareS (pANTLR3_STRING string, pANTLR3_STRING compStr) in compareS()
1308 charAt8 (pANTLR3_STRING string, ANTLR3_UINT32 offset) in charAt8()
1324 charAtUTF16 (pANTLR3_STRING string, ANTLR3_UINT32 offset) in charAtUTF16()
1340 subString8 (pANTLR3_STRING string, ANTLR3_UINT32 startIndex, ANTLR3_UINT32 endIndex) in subString8()
1357 subStringUTF16 (pANTLR3_STRING string, ANTLR3_UINT32 startIndex, ANTLR3_UINT32 endIndex) in subStringUTF16()
1373 toInt32_8 (struct ANTLR3_STRING_struct * string) in toInt32_8()
1381 toInt32_UTF16 (struct ANTLR3_STRING_struct * string) in toInt32_UTF16()
1415 static pANTLR3_STRING to8_8 (pANTLR3_STRING string) in to8_8()
1425 static pANTLR3_STRING to8_UTF16 (pANTLR3_STRING string) in to8_UTF16()