Searched refs:string_open (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/tools/genrb/ |
D | parse.cpp | 443 result = string_open(state->bundle, tag, pTarget, (int32_t)(target - pTarget), NULL, status); in parseUCARules() 521 result = string_open(state->bundle, tag, pTarget, size, NULL, status); in parseTransliterator() 580 …result = string_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status); in parseDependency() 582 … elem = string_open(state->bundle, NULL, tokenValue->fChars, tokenValue->fLength, comment, status); in parseDependency() 613 …result = string_open(state->bundle, tag, tokenValue->fChars, tokenValue->fLength, comment, status); in parseString() 1335 …member = string_open(state->bundle, NULL, tokenValue->fChars, tokenValue->fLength, &memberComments… in parseArray() 1696 result = string_open(state->bundle, tag, uBuffer, len, comment, status); in parseInclude()
|
D | reslist.h | 148 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t …
|
D | reslist.cpp | 1097 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t … in string_open() function
|