OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reserve16BitUnits
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/genrb/
reslist.c
143
reserve16BitUnits
(struct SRBRoot *bundle, int32_t length, UErrorCode *status) {
250
uint16_t *p16 =
reserve16BitUnits
(bundle, 1 + res->u.fArray.fCount, status);
313
uint16_t *p16 =
reserve16BitUnits
(bundle, 1 + res->u.fTable.fCount * 2, status);
[
all
...]
/external/icu4c/tools/genrb/
reslist.c
145
reserve16BitUnits
(struct SRBRoot *bundle, int32_t length, UErrorCode *status) {
252
uint16_t *p16 =
reserve16BitUnits
(bundle, 1 + res->u.fArray.fCount, status);
315
uint16_t *p16 =
reserve16BitUnits
(bundle, 1 + res->u.fTable.fCount * 2, status);
[
all
...]
Completed in 243 milliseconds