HomeSort by relevance Sort by last modified time
    Searched refs:BytesTrieTest (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/test/intltest/
bytestrietest.cpp 30 class BytesTrieTest : public IntlTest {
32 BytesTrieTest();
33 virtual ~BytesTrieTest();
73 return new BytesTrieTest();
76 BytesTrieTest::BytesTrieTest() : builder_(NULL) {
77 IcuTestErrorCode errorCode(*this, "BytesTrieTest()");
81 BytesTrieTest::~BytesTrieTest() {
85 void BytesTrieTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
BytesTrieTest.java 8 * ported from ICU4C bytestrietest.h/.cpp
21 public class BytesTrieTest extends TestFmwk {
23 new BytesTrieTest().run(args);
25 public BytesTrieTest() {}

Completed in 70 milliseconds