OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ustr_resize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/genrb/
ustr.c
25
static void
ustr_resize
(struct UString *s, int32_t len, UErrorCode *status);
48
ustr_resize
(s, ALLOCATION(length), status);
87
ustr_resize
(dst, ALLOCATION(src->fLength), status);
108
ustr_resize
(s, ALLOCATION(len), status);
135
ustr_resize
(dst, ALLOCATION(dst->fLength + n), status);
155
ustr_resize
(dst, ALLOCATION(dst->fLength + 1), status);
187
ustr_resize
(dst, ALLOCATION(dst->fLength + len), status);
200
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 57 milliseconds