• Home
  • Raw
  • Download

Lines Matching refs:newAlloc

808 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)(str…  in append8()  local
809 if (newAlloc == NULL) in append8()
813 string->chars = newAlloc; in append8()
836 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)((si… in appendUTF16_8() local
837 if (newAlloc == NULL) in appendUTF16_8()
841 string->chars = newAlloc; in appendUTF16_8()
875 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)( si… in appendUTF16_UTF16() local
876 if (newAlloc == NULL) in appendUTF16_UTF16()
880 string->chars = newAlloc; in appendUTF16_UTF16()
900 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)(len… in set8() local
901 if (newAlloc == NULL) in set8()
905 string->chars = newAlloc; in set8()
928 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)(siz… in setUTF16_8() local
929 if (newAlloc == NULL) in setUTF16_8()
933 string->chars = newAlloc; in setUTF16_8()
966 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)(siz… in setUTF16_UTF16() local
967 if (newAlloc == NULL) in setUTF16_UTF16()
971 string->chars = newAlloc; in setUTF16_UTF16()
989 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)(str… in addc8() local
990 if (newAlloc == NULL) in addc8()
994 string->chars = newAlloc; in addc8()
1011 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)(siz… in addcUTF16() local
1012 if (newAlloc == NULL) in addcUTF16()
1016 string->chars = newAlloc; in addcUTF16()
1083 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)(str… in insert8() local
1084 if (newAlloc == NULL) in insert8()
1088 string->chars = newAlloc; in insert8()
1126 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)(siz… in insertUTF16_8() local
1127 if (newAlloc == NULL) in insertUTF16_8()
1131 string->chars = newAlloc; in insertUTF16_8()
1178 …pANTLR3_UINT8 newAlloc = (pANTLR3_UINT8) ANTLR3_REALLOC((void *)string->chars, (ANTLR3_UINT32)(siz… in insertUTF16_UTF16() local
1179 if (newAlloc == NULL) in insertUTF16_UTF16()
1183 string->chars = newAlloc; in insertUTF16_UTF16()