OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newStr8
(Results
1 - 6
of
6
) sorted by null
/external/antlr/antlr-3.4/runtime/C/include/
antlr3string.h
249
pANTLR3_STRING (*
newStr8
) (struct ANTLR3_STRING_FACTORY_struct * factory, pANTLR3_UINT8 string);
/external/antlr/antlr-3.4/runtime/C/src/
antlr3filestream.c
81
input->istream->streamName = input->strFactory->
newStr8
(input->strFactory, fileName);
119
input->istream->streamName = input->strFactory->
newStr8
(input->strFactory, name);
antlr3string.c
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)
[
all
...]
antlr3commontoken.c
371
token->tokText.text = token->strFactory->
newStr8
(token->strFactory, (pANTLR3_UINT8)token->tokText.chars);
389
token->tokText.text = token->strFactory->
newStr8
(token->strFactory, (pANTLR3_UINT8)"<EOF>");
antlr3basetreeadaptor.c
368
dotSpec = adaptor->strFactory->
newStr8
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
Dbg.stg
114
proxy->grammarFileName = INPUT->tokenSource->strFactory->
newStr8
(INPUT->tokenSource->strFactory, (pANTLR3_UINT8)ctx->getGrammarFileName());
Completed in 41 milliseconds