OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DESTCAPACITY
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
cnumtst.c
838
#define
DESTCAPACITY
100
839
UChar dest[
DESTCAPACITY
];
840
char desta[
DESTCAPACITY
];
850
resultSize = unum_formatDecimal(fmt, numInitial, -1, dest,
DESTCAPACITY
, NULL, &status);
854
u_austrncpy(desta, dest,
DESTCAPACITY
);
868
resultSize = unum_formatDecimal(fmt, numInitial, -1, dest,
DESTCAPACITY
, &fieldPos, &status);
872
u_austrncpy(desta, dest,
DESTCAPACITY
);
[
all
...]
/external/icu4c/test/cintltst/
cnumtst.c
818
#define
DESTCAPACITY
100
819
UChar dest[
DESTCAPACITY
];
820
char desta[
DESTCAPACITY
];
830
resultSize = unum_formatDecimal(fmt, numInitial, -1, dest,
DESTCAPACITY
, NULL, &status);
834
u_austrncpy(desta, dest,
DESTCAPACITY
);
847
resultSize = unum_formatDecimal(fmt, numInitial, -1, dest,
DESTCAPACITY
, &fieldPos, &status);
851
u_austrncpy(desta, dest,
DESTCAPACITY
);
[
all
...]
Completed in 72 milliseconds