Home
last modified time | relevance | path

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

/external/icu4c/tools/genrb/
Dustr.c25 static void ustr_resize(struct UString *s, int32_t len, UErrorCode *status);
48 ustr_resize(s, ALLOCATION(length), status); in ustr_initChars()
87 ustr_resize(dst, ALLOCATION(src->fLength), status); in ustr_cpy()
108 ustr_resize(s, ALLOCATION(len), status); in ustr_setlen()
135 ustr_resize(dst, ALLOCATION(dst->fLength + n), status); in ustr_ncat()
155 ustr_resize(dst, ALLOCATION(dst->fLength + 1), status); in ustr_ucat()
187 ustr_resize(dst, ALLOCATION(dst->fLength + len), status); in ustr_uscat()
200 ustr_resize(struct UString *s, in ustr_resize() function
/external/chromium/third_party/icu/source/tools/genrb/
Dustr.c25 static void ustr_resize(struct UString *s, int32_t len, UErrorCode *status);
48 ustr_resize(s, ALLOCATION(length), status); in ustr_initChars()
87 ustr_resize(dst, ALLOCATION(src->fLength), status); in ustr_cpy()
108 ustr_resize(s, ALLOCATION(len), status); in ustr_setlen()
135 ustr_resize(dst, ALLOCATION(dst->fLength + n), status); in ustr_ncat()
155 ustr_resize(dst, ALLOCATION(dst->fLength + 1), status); in ustr_ucat()
187 ustr_resize(dst, ALLOCATION(dst->fLength + len), status); in ustr_uscat()
200 ustr_resize(struct UString *s, in ustr_resize() function