Home
last modified time | relevance | path

Searched refs:TEST_ENCODING (Results 1 – 18 of 18) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/unittests/Utility/
H A DVASprintfTest.cpp17 #define TEST_ENCODING ".932" // On Windows, test codepage 932 macro
19 #define TEST_ENCODING "C" // ...otherwise, any widely available uni-byte LC macro
55 ASSERT_TRUE(setlocale(LC_ALL, TEST_ENCODING)); in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/unittests/Utility/
H A DVASprintfTest.cpp17 #define TEST_ENCODING ".932" // On Windows, test codepage 932 macro
19 #define TEST_ENCODING "C" // ...otherwise, any widely available uni-byte LC macro
55 ASSERT_TRUE(setlocale(LC_ALL, TEST_ENCODING)); in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/unittests/Utility/
H A DVASprintfTest.cpp17 #define TEST_ENCODING ".932" // On Windows, test codepage 932 macro
19 #define TEST_ENCODING "C" // ...otherwise, any widely available uni-byte LC macro
55 ASSERT_TRUE(setlocale(LC_ALL, TEST_ENCODING)); in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/unittests/Utility/
H A DVASprintfTest.cpp17 #define TEST_ENCODING ".932" // On Windows, test codepage 932 macro
19 #define TEST_ENCODING "C" // ...otherwise, any widely available uni-byte LC macro
55 ASSERT_TRUE(setlocale(LC_ALL, TEST_ENCODING)); in TEST()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/unittests/Utility/
H A DVASprintfTest.cpp17 #define TEST_ENCODING ".932" // On Windows, test codepage 932 macro
19 #define TEST_ENCODING "C" // ...otherwise, any widely available uni-byte LC macro
55 ASSERT_TRUE(setlocale(LC_ALL, TEST_ENCODING)); in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/unittests/Utility/
H A DVASprintfTest.cpp17 #define TEST_ENCODING ".932" // On Windows, test codepage 932 macro
19 #define TEST_ENCODING "C" // ...otherwise, any widely available uni-byte LC macro
55 ASSERT_TRUE(setlocale(LC_ALL, TEST_ENCODING)); in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/unittests/Utility/
H A DVASprintfTest.cpp17 #define TEST_ENCODING ".932" // On Windows, test codepage 932 macro
19 #define TEST_ENCODING "C" // ...otherwise, any widely available uni-byte LC macro
55 ASSERT_TRUE(setlocale(LC_ALL, TEST_ENCODING)); in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/unittests/Utility/
H A DVASprintfTest.cpp17 #define TEST_ENCODING ".932" // On Windows, test codepage 932 macro
19 #define TEST_ENCODING "C" // ...otherwise, any widely available uni-byte LC macro
55 ASSERT_TRUE(setlocale(LC_ALL, TEST_ENCODING)); in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/unittests/Utility/
H A DVASprintfTest.cpp17 #define TEST_ENCODING ".932" // On Windows, test codepage 932 macro
19 #define TEST_ENCODING "C" // ...otherwise, any widely available uni-byte LC macro
55 ASSERT_TRUE(setlocale(LC_ALL, TEST_ENCODING)); in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/unittests/Utility/
H A DVASprintfTest.cpp17 #define TEST_ENCODING ".932" // On Windows, test codepage 932 macro
19 #define TEST_ENCODING "C" // ...otherwise, any widely available uni-byte LC macro
55 ASSERT_TRUE(setlocale(LC_ALL, TEST_ENCODING)); in TEST()
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/execute_process/
H A DEncoding.cmake2 COMMAND ${TEST_ENCODING_EXE} ${TEST_ENCODING} ${CMAKE_CURRENT_LIST_DIR}/EncodingUTF8-stderr.txt
4 ENCODING ${TEST_ENCODING}
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/execute_process/
H A DEncoding.cmake2 COMMAND ${TEST_ENCODING_EXE} ${TEST_ENCODING} ${CMAKE_CURRENT_LIST_DIR}/EncodingUTF8-stderr.txt
4 ENCODING ${TEST_ENCODING}
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/execute_process/
H A DEncoding.cmake2 COMMAND ${TEST_ENCODING_EXE} ${TEST_ENCODING} ${CMAKE_CURRENT_LIST_DIR}/EncodingUTF8-stderr.txt
4 ENCODING ${TEST_ENCODING}
/dports/mail/postfix-current/postfix-3.7-20211107/src/bounce/
H A Dbounce_notify_util_tester.c35 #define TEST_ENCODING "7bit" macro
74 TEST_ENCODING, NO_SMTPUTF8, TEST_DSN_ENVID, in test_driver()
/dports/devel/jna/jna-5.7.0/test/com/sun/jna/
H A DNativeTest.java250 String TEST_ENCODING = "test-encoding"; field
258 put(OPTION_STRING_ENCODING, TEST_ENCODING);
275 TestInterfaceWithInstance.TEST_ENCODING, in testOptionsInferenceFromInstanceField()
283 String TEST_ENCODING = "test-encoding"; field
290 put(OPTION_STRING_ENCODING, TEST_ENCODING);
300 …assertEquals("Wrong encoding found", TestInterfaceWithOptions.TEST_ENCODING, Native.getStringEncod… in testOptionsInferenceFromOptionsField()
H A DDirectTest.java221 final static String TEST_ENCODING = System.getProperty("file.encoding"); field in DirectTest.DirectMappingStatic
228 put(Library.OPTION_STRING_ENCODING, TEST_ENCODING);
258 DirectMappingStatic.TEST_ENCODING, Native.getStringEncoding(cls)); in testGetOptionsForDirectMappingWithStaticInitializer()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/draft/
H A DExemplarInfo.java34 public static UnicodeSet TEST_ENCODING = new UnicodeSet("[[:any:]-[:c:] [:cc:]]").freeze(); field in ExemplarInfo
199 for (UnicodeSetIterator usi = new UnicodeSetIterator(TEST_ENCODING); usi.next();) { in getCharset()
/dports/multimedia/gstreamer1-rtsp-server/gst-rtsp-server-1.16.2/tests/check/gst/
H A Drtspserver.c42 #define TEST_ENCODING "X-GST" macro
668 g_strdup_printf ("%d " TEST_ENCODING "/" TEST_CLOCK_RATE, format); in GST_START_TEST()
682 g_strdup_printf ("%d " TEST_ENCODING "/" TEST_CLOCK_RATE, format); in GST_START_TEST()