Home | History | Annotate | Download | only in src

Lines Matching defs:newStr8

45 static    pANTLR3_STRING    newStr8	(pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string);
154 factory->newStr8 = newStrUTF16_8;
169 factory->newStr = newStr8;
170 factory->newStr8 = newStr8;
372 utf8String = string->factory->newStr8(string->factory, (pANTLR3_UINT8)"");
592 newStr8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 ptr)