Home
last modified time | relevance | path

Searched refs:ustr_resize (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/genrb/
Dustr.c26 static void ustr_resize(struct UString *s, int32_t len, UErrorCode *status);
49 ustr_resize(s, ALLOCATION(length), status); in ustr_initChars()
88 ustr_resize(dst, ALLOCATION(src->fLength), status); in ustr_cpy()
109 ustr_resize(s, ALLOCATION(len), status); in ustr_setlen()
136 ustr_resize(dst, ALLOCATION(dst->fLength + n), status); in ustr_ncat()
156 ustr_resize(dst, ALLOCATION(dst->fLength + 1), status); in ustr_ucat()
188 ustr_resize(dst, ALLOCATION(dst->fLength + len), status); in ustr_uscat()
201 ustr_resize(struct UString *s, in ustr_resize() function
/external/icu/icu4c/source/tools/genrb/
Dustr.c26 static void ustr_resize(struct UString *s, int32_t len, UErrorCode *status);
49 ustr_resize(s, ALLOCATION(length), status); in ustr_initChars()
88 ustr_resize(dst, ALLOCATION(src->fLength), status); in ustr_cpy()
109 ustr_resize(s, ALLOCATION(len), status); in ustr_setlen()
136 ustr_resize(dst, ALLOCATION(dst->fLength + n), status); in ustr_ncat()
156 ustr_resize(dst, ALLOCATION(dst->fLength + 1), status); in ustr_ucat()
188 ustr_resize(dst, ALLOCATION(dst->fLength + len), status); in ustr_uscat()
201 ustr_resize(struct UString *s, in ustr_resize() function