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

/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.h149 struct SResource* intvector_open(struct SRBRoot *bundle, char *tag, const struct UString* comment, UErrorCode *status);
H A Dparse.c942 struct SResource *reorderCodeRes = intvector_open(state->bundle, "%%ReorderCodes", NULL, status);
1346 result = intvector_open(state->bundle, tag, comment, status);
H A Dreslist.c994 struct SResource* intvector_open(struct SRBRoot *bundle, char *tag, const struct UString* comment, UErrorCode *status) { function
/external/icu4c/tools/genrb/
H A Dreslist.h149 struct SResource* intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status);
H A Dparse.cpp960 struct SResource *reorderCodeRes = intvector_open(state->bundle, "%%ReorderCodes", NULL, status);
1369 result = intvector_open(state->bundle, tag, comment, status);
H A Dreslist.c996 struct SResource* intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { function

Completed in 82 milliseconds