OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cformat
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/test/iotest/
iotest.cpp
204
char
cFormat
[sizeof(cBuffer)];
298
u_austrncpy(
cFormat
, format, sizeof(
cFormat
));
302
i,
cFormat
, cBuffer, cExpected);
327
u_austrncpy(
cFormat
, format, sizeof(
cFormat
));
331
i,
cFormat
, cBuffer, cExpected);
502
u_austrncpy(
cFormat
, format, sizeof(
cFormat
));
506
i,
cFormat
, cBuffer, cExpected)
[
all
...]
strtst.c
358
#define TestSPrintFormat(uFormat, uValue,
cFormat
, cValue) \
365
cNumPrinted = sprintf(buffer,
cFormat
, cValue);\
filetst.c
[
all
...]
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
NumberFormatTest.java
208
ChoiceFormat
cformat
= new ChoiceFormat(
local
211
((NumberFormat)
cformat
).getCurrency();
238
ChoiceFormat
cformat
= new ChoiceFormat(
local
241
((NumberFormat)
cformat
).setCurrency(currA);