HomeSort by relevance Sort by last modified time
    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, const 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, const char *tag, UChar *value, int32_t len, const struc (…) function
    [all...]

Completed in 636 milliseconds