HomeSort by relevance Sort by last modified time
    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);
  /libcore/luni/src/test/java/libcore/java/text/
OldNumberFormatTest.java 83 ChoiceFormat cformat = new ChoiceFormat( local
86 ((NumberFormat) cformat).setCurrency(currA);
    [all...]
  /hardware/qcom/display/libcopybit/
copybit_c2d.cpp 887 static int is_alpha(int cformat)
890 switch (cformat & 0xFF) {
902 if(alpha && (cformat&C2D_FORMAT_DISABLE_ALPHA))
    [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp     [all...]

Completed in 277 milliseconds