HomeSort by relevance Sort by last modified time
    Searched full:ustr_resize (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/tools/genrb/
ustr.c 26 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
  /external/icu/icu4c/source/tools/genrb/
ustr.c 26 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 232 milliseconds