OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newPtr8
(Results
1 - 2
of
2
) sorted by null
/external/antlr/antlr-3.4/runtime/C/include/
antlr3string.h
237
pANTLR3_STRING (*
newPtr8
) (struct ANTLR3_STRING_FACTORY_struct * factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
/external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c
42
static pANTLR3_STRING
newPtr8
(pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
152
factory->
newPtr8
= newPtrUTF16_8;
167
factory->newPtr =
newPtr8
;
168
factory->
newPtr8
=
newPtr8
;
476
newPtr8
(pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 ptr, ANTLR3_UINT32 size)
594
return factory->
newPtr8
(factory, ptr, (ANTLR3_UINT32)strlen((const char *)ptr));
605
return factory->
newPtr8
(factory, ptr, (ANTLR3_UINT32)strlen((const char *)ptr));
[
all
...]
Completed in 2695 milliseconds