Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestBidi.java54 string = getStringFromDirProps(test.dirProps); in doTests()
364 private String getStringFromDirProps(short[] dirProps) { in getStringFromDirProps() method in TestBidi
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestBidi.java57 string = getStringFromDirProps(test.dirProps); in doTests()
367 private String getStringFromDirProps(short[] dirProps) { in getStringFromDirProps() method in TestBidi
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c121 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer);
214 getStringFromDirProps(tests[testNumber].text, tests[testNumber].length, string); in doTests()
3588 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer) { in getStringFromDirProps() function