Searched refs:ustr_resize (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | ustr.c | 28 static void ustr_resize(struct UString *s, int32_t len, UErrorCode *status); 51 ustr_resize(s, ALLOCATION(length), status); in ustr_initChars() 90 ustr_resize(dst, ALLOCATION(src->fLength), status); in ustr_cpy() 111 ustr_resize(s, ALLOCATION(len), status); in ustr_setlen() 138 ustr_resize(dst, ALLOCATION(dst->fLength + n), status); in ustr_ncat() 158 ustr_resize(dst, ALLOCATION(dst->fLength + 1), status); in ustr_ucat() 190 ustr_resize(dst, ALLOCATION(dst->fLength + len), status); in ustr_uscat() 203 ustr_resize(struct UString *s, in ustr_resize() function
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | ustr.c | 28 static void ustr_resize(struct UString *s, int32_t len, UErrorCode *status); 51 ustr_resize(s, ALLOCATION(length), status); in ustr_initChars() 90 ustr_resize(dst, ALLOCATION(src->fLength), status); in ustr_cpy() 111 ustr_resize(s, ALLOCATION(len), status); in ustr_setlen() 138 ustr_resize(dst, ALLOCATION(dst->fLength + n), status); in ustr_ncat() 158 ustr_resize(dst, ALLOCATION(dst->fLength + 1), status); in ustr_ucat() 190 ustr_resize(dst, ALLOCATION(dst->fLength + len), status); in ustr_uscat() 203 ustr_resize(struct UString *s, in ustr_resize() function
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | ustr.c | 28 static void ustr_resize(struct UString *s, int32_t len, UErrorCode *status); 51 ustr_resize(s, ALLOCATION(length), status); in ustr_initChars() 90 ustr_resize(dst, ALLOCATION(src->fLength), status); in ustr_cpy() 111 ustr_resize(s, ALLOCATION(len), status); in ustr_setlen() 138 ustr_resize(dst, ALLOCATION(dst->fLength + n), status); in ustr_ncat() 158 ustr_resize(dst, ALLOCATION(dst->fLength + 1), status); in ustr_ucat() 190 ustr_resize(dst, ALLOCATION(dst->fLength + len), status); in ustr_uscat() 203 ustr_resize(struct UString *s, in ustr_resize() function
|