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

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestCharFromDirProp.java 20 public class TestCharFromDirProp extends BidiTest {
23 public void testCharFromDirProp() {
25 logln("\nEntering TestCharFromDirProp");
33 logln("\nExiting TestCharFromDirProp");
38 new TestCharFromDirProp().run(args);
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 32 static void testCharFromDirProp(void);
126 addTest(root, testCharFromDirProp, "complex/bidi/TestCharFromDirProp");
153 testCharFromDirProp(void) {
157 log_verbose("\nEntering TestCharFromDirProp\n\n");
166 log_verbose("\nExiting TestCharFromDirProp\n\n");
    [all...]

Completed in 239 milliseconds