Home
last modified time | relevance | path

Searched refs:STANDALONE (Results 1 – 25 of 52) sorted by relevance

123

/external/icu/icu4c/source/test/intltest/
Dtsdtfmsy.cpp67 …DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FO… in TestGetMonths2()
92 …DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FO… in TestGetWeekdays2()
156 …tdAloneShort = symbol->getWeekdays(cntStdAloneShort,DateFormatSymbols::STANDALONE,DateFormatSymbol… in TestGetSetSpecificItems()
262 …const UnicodeString *standaloneWideMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateF… in TestSymbols()
263 … fr.setMonths(standaloneWideMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE); in TestSymbols()
264 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE) != in TestSymbols()
265 *fr.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::WIDE )) { in TestSymbols()
269 …const UnicodeString *standaloneShortMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,Date… in TestSymbols()
270 …fr.setMonths(standaloneShortMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREV… in TestSymbols()
271 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::ABBREVIATED) != in TestSymbols()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatSymbols.java61 int[] context = {DateFormatSymbols.STANDALONE, DateFormatSymbols.FORMAT}; in TestGetMonths2()
83 int[] context = {DateFormatSymbols.STANDALONE, DateFormatSymbols.FORMAT}; in TestGetWeekdays2()
251 …final String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE… in TestSymbols()
252 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols()
253 …final String[] standaloneMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WID… in TestSymbols()
266 …final String[] standaloneShortMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols… in TestSymbols()
267 … fr.setMonths(standaloneShortMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.ABBREVIATED); in TestSymbols()
268 …final String[] standaloneShortMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbol… in TestSymbols()
281 …final String[] standaloneNarrowMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbol… in TestSymbols()
282 fr.setMonths(standaloneNarrowMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW); in TestSymbols()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDateFormatSymbols.java64 int[] context = {DateFormatSymbols.STANDALONE, DateFormatSymbols.FORMAT}; in TestGetMonths2()
86 int[] context = {DateFormatSymbols.STANDALONE, DateFormatSymbols.FORMAT}; in TestGetWeekdays2()
254 …final String[] standaloneMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE… in TestSymbols()
255 fr.setMonths(standaloneMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.WIDE); in TestSymbols()
256 …final String[] standaloneMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols.WID… in TestSymbols()
269 …final String[] standaloneShortMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbols… in TestSymbols()
270 … fr.setMonths(standaloneShortMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.ABBREVIATED); in TestSymbols()
271 …final String[] standaloneShortMonths1 = fr.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbol… in TestSymbols()
284 …final String[] standaloneNarrowMonths = en.getMonths(DateFormatSymbols.STANDALONE,DateFormatSymbol… in TestSymbols()
285 fr.setMonths(standaloneNarrowMonths,DateFormatSymbols.STANDALONE,DateFormatSymbols.NARROW); in TestSymbols()
[all …]
/external/pcre/dist2/src/
Dpcre2_fuzzsupport.c113 #ifdef STANDALONE in LLVMFuzzerTestOneInput()
163 #ifdef STANDALONE in LLVMFuzzerTestOneInput()
175 #ifdef STANDALONE in LLVMFuzzerTestOneInput()
189 #ifdef STANDALONE in LLVMFuzzerTestOneInput()
208 #ifdef STANDALONE in LLVMFuzzerTestOneInput()
226 #ifdef STANDALONE in LLVMFuzzerTestOneInput()
245 #ifdef STANDALONE in LLVMFuzzerTestOneInput()
267 #ifdef STANDALONE in LLVMFuzzerTestOneInput()
286 #ifdef STANDALONE
/external/capstone/
Dmake.sh41 STANDALONE=`realpath android-ndk-${TARGARCH}-${APILEVEL}`
43 [ -d $STANDALONE ] || {
47 --install-dir ${STANDALONE}
50 ANDROID=1 CROSS="${STANDALONE}/${CROSS}/bin" CFLAGS="--sysroot=${STANDALONE}/sysroot" ${MAKE} $*
/external/icu/android_icu4j/testing/src/com/android/icu/test/text/
DExtendedDateFormatSymbolsTest.java21 import static android.icu.text.DateFormatSymbols.STANDALONE;
46 assertNotNullQuarters(locale, extendedDfs.getNarrowQuarters(STANDALONE)); in testAll()
59 assertArrayEquals(expected, extendedDfs.getNarrowQuarters(STANDALONE)); in test_en_US()
68 assertArrayEquals(expected, extendedDfs.getNarrowQuarters(STANDALONE)); in test_arabicQuarters()
/external/icu/icu4c/source/i18n/
Dudat.cpp672 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
676 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
680 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols()
684 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
688 … res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
692 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::SHORT); in udat_getSymbols()
696 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); in udat_getSymbols()
708 res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_getSymbols()
712 … res = syms->getQuarters(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::ABBREVIATED); in udat_getSymbols()
810 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE); in udat_countSymbols()
[all …]
Ddtfmtsym.cpp700 case STANDALONE : in getMonths()
766 case STANDALONE : in getWeekdays()
819 case STANDALONE : in getQuarters()
1016 case STANDALONE : in setMonths()
1117 case STANDALONE : in setWeekdays()
1193 case STANDALONE : in setQuarters()
/external/cldr/tools/java/org/unicode/cldr/util/
DICUServiceBuilder.java307 …ormatData.setMonths(getArray(prefix, "month", "stand-alone", "wide"), DateFormatSymbols.STANDALONE, in _getDateFormatSymbols()
309 …ta.setMonths(getArray(prefix, "month", "stand-alone", "abbreviated"), DateFormatSymbols.STANDALONE, in _getDateFormatSymbols()
311 …matData.setMonths(getArray(prefix, "month", "stand-alone", "narrow"), DateFormatSymbols.STANDALONE, in _getDateFormatSymbols()
327 …ormatData.setWeekdays(getArray(prefix, "day", "stand-alone", "wide"), DateFormatSymbols.STANDALONE, in _getDateFormatSymbols()
329 …ta.setWeekdays(getArray(prefix, "day", "stand-alone", "abbreviated"), DateFormatSymbols.STANDALONE, in _getDateFormatSymbols()
331 …matData.setWeekdays(getArray(prefix, "day", "stand-alone", "narrow"), DateFormatSymbols.STANDALONE, in _getDateFormatSymbols()
343 …tData.setQuarters(getArray(prefix, "quarter", "stand-alone", "wide"), DateFormatSymbols.STANDALONE, in _getDateFormatSymbols()
345 …etQuarters(getArray(prefix, "quarter", "stand-alone", "abbreviated"), DateFormatSymbols.STANDALONE, in _getDateFormatSymbols()
347 …ata.setQuarters(getArray(prefix, "quarter", "stand-alone", "narrow"), DateFormatSymbols.STANDALONE, in _getDateFormatSymbols()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java105 public static final int STANDALONE = 1; field in DateFormatSymbols
810 case STANDALONE : in getMonths()
865 case STANDALONE : in setMonths()
939 case STANDALONE : in getWeekdays()
988 case STANDALONE : in setWeekdays()
1068 case STANDALONE : in getQuarters()
1114 case STANDALONE : in setQuarters()
1221 case STANDALONE : in getLeapMonthPattern()
1275 case STANDALONE : in setLeapMonthPattern()
1637 } else if (context == STANDALONE) { in getNarrowQuarters()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormatSymbols.java102 public static final int STANDALONE = 1; field in DateFormatSymbols
790 case STANDALONE : in getMonths()
843 case STANDALONE : in setMonths()
913 case STANDALONE : in getWeekdays()
961 case STANDALONE : in setWeekdays()
1037 case STANDALONE : in getQuarters()
1082 case STANDALONE : in setQuarters()
1186 case STANDALONE : in getLeapMonthPattern()
1241 case STANDALONE : in setLeapMonthPattern()
1595 } else if (context == STANDALONE) { in getNarrowQuarters()
/external/llvm-project/mlir/examples/standalone/test/
DCMakeLists.txt20 add_lit_testsuites(STANDALONE ${CMAKE_CURRENT_SOURCE_DIR} DEPENDS ${STANDALONE_TEST_DEPENDS})
/external/llvm-project/llvm/cmake/platforms/
DAndroid.cmake3 # docs/STANDALONE-TOOLCHAIN.html in the NDK on how to get one).
/external/llvm/cmake/platforms/
DAndroid.cmake3 # docs/STANDALONE-TOOLCHAIN.html in the NDK on how to get one).
/external/swiftshader/tests/VulkanWrapper/
DVulkanTester.cpp160 # if !defined(STANDALONE) in getDriverPaths()
166 # error TODO: !STANDALONE in getDriverPaths()
DCMakeLists.txt69 "STANDALONE"
/external/swiftshader/tests/GLESUnitTests/
DCMakeLists.txt46 "STANDALONE"
/external/swiftshader/tests/VulkanUnitTests/
DCMakeLists.txt58 "STANDALONE"
DDriver.cpp56 # if !defined(STANDALONE) in loadSwiftShader()
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dfile-header-os-abi.test149 …-headers %t.osabi.standalone | FileCheck %s --match-full-lines --check-prefix=OSABI-STANDALONE-LLVM
150 …e-headers %t.osabi.standalone | FileCheck %s --match-full-lines --check-prefix=OSABI-STANDALONE-GNU
152 # OSABI-STANDALONE-LLVM: OS/ABI: Standalone (0xFF)
153 # OSABI-STANDALONE-GNU: OS/ABI: Standalone App
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorOutputElem.java134 m_outputProperties.setBooleanProperty(OutputKeys.STANDALONE, newValue); in setStandalone()
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DXMLWriter.java1384 else if (key.equals(STANDALONE)) { in setOutputProperty()
1405 public static final String STANDALONE = "standalone"; // currently ignored field in XMLWriter
/external/libxml2/
Dnanoftp.c8 #define STANDALONE macro
71 #ifdef STANDALONE
2049 #ifdef STANDALONE
2108 #ifdef STANDALONE
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h279 STANDALONE, enumerator
/external/icu/libicu/cts_headers/unicode/
Ddtfmtsym.h279 STANDALONE, enumerator

123