OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alias_open
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/tools/genrb/
reslist.h
142
struct SResource *
alias_open
(struct SRBRoot *bundle, char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
parse.c
616
result =
alias_open
(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status);
[
all
...]
reslist.c
968
/* TODO: make
alias_open
and string_open use the same code */
969
struct SResource *
alias_open
(struct SRBRoot *bundle, char *tag, UChar *value, int32_t len, const struct UString* c (…)
function
[
all
...]
Completed in 1992 milliseconds