Searched refs:charFromDirProp (Results 1 - 9 of 9) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestCharFromDirProp.java20 * Regression test for Bidi charFromDirProp
34 char c = charFromDirProp[i];
36 assertEquals("UCharacter.getDirection(TestData.charFromDirProp[" + i
H A DBidiFmwk.java30 protected static final char[] charFromDirProp = { field in class:BidiFmwk
56 charFromDirProp[TestData.ES] = 0x2b;
H A DTestBidi.java376 buffer[i] = charFromDirProp[dirProps[i]];
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestCharFromDirProp.java19 * Regression test for Bidi charFromDirProp
33 char c = charFromDirProp[i];
35 assertEquals("UCharacter.getDirection(TestData.charFromDirProp[" + i
H A DBidiFmwk.java29 protected static final char[] charFromDirProp = { field in class:BidiFmwk
55 charFromDirProp[TestData.ES] = 0x2b;
H A DTestBidi.java375 buffer[i] = charFromDirProp[dirProps[i]];
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.h62 charFromDirProp[U_CHAR_DIRECTION_COUNT];
H A Dcbididat.c31 charFromDirProp[U_CHAR_DIRECTION_COUNT]={ variable
H A Dcbiditst.c163 if(u_charDirection(charFromDirProp[i])!=(UCharDirection)i) {
164 log_err("\nu_charDirection(charFromDirProp[%d]=U+%04x)==%d!=%d\n",
165 i, charFromDirProp[i], u_charDirection(charFromDirProp[i]), i);
3577 charFromDirProp[U_EUROPEAN_NUMBER_SEPARATOR]=0x2b; /* change ES character from / to + */
3590 buffer[i]=charFromDirProp[dirProps[i]];

Completed in 285 milliseconds