Searched refs:alias_open (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
H A Dreslist.h133 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
H A Dparse.cpp635 result = alias_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status);
H A Dreslist.c1033 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) { function
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.h142 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status);
H A Dparse.cpp613 result = alias_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status);
H A Dreslist.c970 /* TODO: make alias_open and string_open use the same code */
971 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) { function

Completed in 226 milliseconds