Home
last modified time | relevance | path

Searched refs:FORMAT (Results 1 – 25 of 49) sorted by relevance

12

/external/icu4c/test/intltest/
Dtsdtfmsy.cpp64 …ormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT}; in TestGetMonths2()
89 …ormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT}; in TestGetWeekdays2()
202 …const UnicodeString *wideMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::… in TestSymbols()
203 fr2.setMonths(wideMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE); in TestSymbols()
204 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE) != in TestSymbols()
205 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::WIDE )) { in TestSymbols()
209 …const UnicodeString *abbrMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::… in TestSymbols()
210 fr2.setMonths(abbrMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED); in TestSymbols()
211 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED) != in TestSymbols()
212 *fr2.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::ABBREVIATED )) { in TestSymbols()
[all …]
/external/webkit/Source/WebKit/android/plugins/
DPluginDebugAndroid.h39 # define PLUGIN_LOG(FORMAT, ARGS...) do { anp_logPlugin(FORMAT, ## ARGS); } while(0) argument
/external/guava/guava-tests/test/com/google/common/base/
DPreconditionsTest.java73 Preconditions.checkArgument(false, FORMAT, 5); in testCheckArgument_complexMessage_failure()
120 Preconditions.checkState(false, FORMAT, 5); in testCheckState_complexMessage_failure()
164 Preconditions.checkNotNull(null, FORMAT, 5); in testCheckNotNull_complexMessage_failure()
364 private static final String FORMAT = "I ate %s pies."; field in PreconditionsTest
/external/llvm/test/Integer/
D2007-01-19-TruncSext.ll7 @FORMAT = constant [ 4 x i8 ] c"%d\0A\00"
25 %fmt = getelementptr [4 x i8]* @FORMAT, i32 0, i32 0
/external/mdnsresponder/mDNSShared/
DDebugServices.h1208 #define dlogv( LEVEL, FORMAT, LIST ) DebugPrintFVAList( ( LEVEL ), ( FORMAT ), ( LIST ) ) argument
1210 #define dlogv( LEVEL, FORMAT, LIST ) argument
1258 #define DebugLogMsg( LEVEL, FORMAT, P1, P2, P3, P4, P5, P6 ) \ argument
1263 logMsg( ( FORMAT ), ( P1 ), ( P2 ), ( P3 ), ( P4 ), ( P5 ), ( P6 ) ); \
1268 #define DebugLogMsg( LEVEL, FORMAT, P1, P2, P3, P4, P5, P6 ) argument
/external/icu4c/i18n/
Dudat.cpp443 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols()
447 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_getSymbols()
475 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_getSymbols()
479 res = syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
549 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols()
553 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); in udat_countSymbols()
581 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::WIDE); in udat_countSymbols()
585 syms->getQuarters(count, DateFormatSymbols::FORMAT, DateFormatSymbols::ABBREVIATED); in udat_countSymbols()
Ddtfmtsym.cpp552 case FORMAT : in getMonths()
613 case FORMAT : in getWeekdays()
661 case FORMAT : in getQuarters()
790 case FORMAT : in setMonths()
884 case FORMAT : in setWeekdays()
951 case FORMAT : in setQuarters()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h33 # define FORMAT(f, a) macro
42 # define FORMAT(f, a) __attribute__((format(printf, f, a))) macro
/external/protobuf/src/google/protobuf/stubs/
Dcommon.cc155 #define DECLARE_STREAM_OPERATOR(TYPE, FORMAT) \ argument
161 snprintf(buffer, sizeof(buffer), FORMAT, value); \
/external/icu4c/tools/tzcode/
Dicuzones14 # Zone NAME GMTOFF RULES FORMAT
20 # Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL]
/external/sonivox/arm-wt-22k/vectors/
Dabba.imy3 FORMAT:CLASS1.0
/external/icu4c/data/unidata/
DNameAliases.txt16 # FORMAT
DPropertyAliases.txt17 # FORMAT
/external/icu4c/i18n/unicode/
Ddtfmtsym.h270 FORMAT, enumerator
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DCharacterTest.java782 assertEquals("Wrong constant for FORMAT", 16, Character.FORMAT);
849 assertTrue(Character.getType(0x00AD) == Character.FORMAT);
850 assertTrue(Character.getType(0xE007F) == Character.FORMAT);
/external/protobuf/
Daclocal.m4783 # _AM_PROG_TAR(FORMAT)
785 # Check how to create a tarball in format FORMAT.
786 # FORMAT should be one of `v7', `ustar', or `pax'.
789 # writing to stdout a FORMAT-tarball containing the directory
/external/genext2fs/
Daclocal.m4765 # _AM_PROG_TAR(FORMAT)
767 # Check how to create a tarball in format FORMAT.
768 # FORMAT should be one of `v7', `ustar', or `pax'.
771 # writing to stdout a FORMAT-tarball containing the directory
/external/stressapptest/
Daclocal.m4866 # _AM_PROG_TAR(FORMAT)
868 # Check how to create a tarball in format FORMAT.
869 # FORMAT should be one of `v7', `ustar', or `pax'.
872 # writing to stdout a FORMAT-tarball containing the directory
/external/elfutils/
Daclocal.m4833 # _AM_PROG_TAR(FORMAT)
835 # Check how to create a tarball in format FORMAT.
836 # FORMAT should be one of `v7', `ustar', or `pax'.
839 # writing to stdout a FORMAT-tarball containing the directory
/external/openfst/
Daclocal.m4866 # _AM_PROG_TAR(FORMAT)
868 # Check how to create a tarball in format FORMAT.
869 # FORMAT should be one of `v7', `ustar', or `pax'.
872 # writing to stdout a FORMAT-tarball containing the directory
/external/bison/
Daclocal.m4788 # _AM_PROG_TAR(FORMAT)
790 # Check how to create a tarball in format FORMAT.
791 # FORMAT should be one of `v7', `ustar', or `pax'.
794 # writing to stdout a FORMAT-tarball containing the directory
/external/libusb-compat/
Daclocal.m4995 # _AM_PROG_TAR(FORMAT)
997 # Check how to create a tarball in format FORMAT.
998 # FORMAT should be one of `v7', `ustar', or `pax'.
1001 # writing to stdout a FORMAT-tarball containing the directory
/external/libcap-ng/libcap-ng-0.7/
Daclocal.m41135 # _AM_PROG_TAR(FORMAT)
1137 # Check how to create a tarball in format FORMAT.
1138 # FORMAT should be one of `v7', `ustar', or `pax'.
1141 # writing to stdout a FORMAT-tarball containing the directory
/external/grub/
Daclocal.m4975 # _AM_PROG_TAR(FORMAT)
977 # Check how to create a tarball in format FORMAT.
978 # FORMAT should be one of `v7', `ustar', or `pax'.
981 # writing to stdout a FORMAT-tarball containing the directory
/external/antlr/antlr-3.4/runtime/Python/
Dpylintrc301 [FORMAT]

12