Home
last modified time | relevance | path

Searched refs:test_legacy (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/samples/legacy/
Dlegacy.cpp32 extern "C" void test_legacy(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[][32]);
110 test_legacy(uTest, 4, 5, keys); in main()
Doldcol.cpp90 extern "C" void test_legacy(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[4][32]) { in test_legacy() function
/external/python/cpython3/Lib/test/
Dtest_finalization.py465 def test_legacy(self): member in LegacyFinalizationTest