Searched refs:test_legacy (Results 1 – 5 of 5) sorted by relevance
/external/cronet/third_party/icu/source/samples/legacy/ |
D | legacy.cpp | 32 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()
|
D | oldcol.cpp | 90 extern "C" void test_legacy(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[4][32]) { in test_legacy() function
|
/external/icu/icu4c/source/samples/legacy/ |
D | legacy.cpp | 32 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()
|
D | oldcol.cpp | 90 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/ |
D | test_finalization.py | 484 def test_legacy(self): member in LegacyFinalizationTest
|