OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mates2Chars
(Results
1 - 3
of
3
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
BidiTest.java
371
static final char[]
mates2Chars
= mates2.toCharArray();
385
if ((c1 == mates1Chars[k]) && (c2 ==
mates2Chars
[k])) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
BidiTest.java
367
static final char[]
mates2Chars
= mates2.toCharArray();
381
if ((c1 == mates1Chars[k]) && (c2 ==
mates2Chars
[k])) {
/external/icu/icu4c/source/test/cintltst/
cbiditst.c
496
static char
mates2Chars
[] = "><)(";
512
if ((c1 == mates1Chars[k]) && (c2 ==
mates2Chars
[k])) {
[
all
...]
Completed in 693 milliseconds