OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trio_to_long
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libxml/src/
triostr.h
56
TRIO_STRING_PUBLIC long
trio_to_long
TRIO_PROTO((const char *source, char **endp, int base));
trio.c
994
number = (int)
trio_to_long
(&format[index], &tmpformat, BASE_DECIMAL);
[
all
...]
triostr.c
1141
trio_to_long
function
[
all
...]
/external/libxml2/
triostr.h
56
TRIO_STRING_PUBLIC long
trio_to_long
TRIO_PROTO((const char *source, char **endp, int base));
trio.c
998
number = (int)
trio_to_long
(&format[index], &tmpformat, BASE_DECIMAL);
[
all
...]
triostr.c
1141
trio_to_long
function
[
all
...]
Completed in 184 milliseconds