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

/macosx-10.10/ICU-531.30/icuSources/tools/genrb/
H A Dustr.c26 static void ustr_resize(struct UString *s, int32_t len, UErrorCode *status);
49 ustr_resize(s, ALLOCATION(length), status);
88 ustr_resize(dst, ALLOCATION(src->fLength), status);
109 ustr_resize(s, ALLOCATION(len), status);
136 ustr_resize(dst, ALLOCATION(dst->fLength + n), status);
156 ustr_resize(dst, ALLOCATION(dst->fLength + 1), status);
188 ustr_resize(dst, ALLOCATION(dst->fLength + len), status);
201 ustr_resize(struct UString *s, function

Completed in 176 milliseconds