OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:charFromDirProp
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestCharFromDirProp.java
15
* Regression test for Bidi
charFromDirProp
28
char c =
charFromDirProp
[i];
30
assertEquals("UCharacter.getDirection(TestData.
charFromDirProp
[" + i
BidiTest.java
27
protected static final char[]
charFromDirProp
= {
53
charFromDirProp
[TestData.ES] = 0x2b;
TestBidi.java
370
buffer[i] =
charFromDirProp
[dirProps[i]];
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestCharFromDirProp.java
18
* Regression test for Bidi
charFromDirProp
32
char c =
charFromDirProp
[i];
34
assertEquals("UCharacter.getDirection(TestData.
charFromDirProp
[" + i
BidiTest.java
31
protected static final char[]
charFromDirProp
= {
57
charFromDirProp
[TestData.ES] = 0x2b;
TestBidi.java
374
buffer[i] =
charFromDirProp
[dirProps[i]];
/external/icu/icu4c/source/test/cintltst/
cbiditst.h
63
charFromDirProp
[U_CHAR_DIRECTION_COUNT];
cbididat.c
28
charFromDirProp
[U_CHAR_DIRECTION_COUNT]={
cbiditst.c
161
if(u_charDirection(
charFromDirProp
[i])!=(UCharDirection)i) {
162
log_err("\nu_charDirection(
charFromDirProp
[%d]=U+%04x)==%d!=%d\n",
163
i,
charFromDirProp
[i], u_charDirection(
charFromDirProp
[i]), i);
[
all
...]
Completed in 119 milliseconds