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

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
BidiTest.java 366 static final char[] mates1Chars = mates1.toCharArray();
380 for (int k = 0; k < mates1Chars.length; k++) {
381 if ((c1 == mates1Chars[k]) && (c2 == mates2Chars[k])) {
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 495 static char mates1Chars[] = "<>()";
510 len = strlen(mates1Chars);
512 if ((c1 == mates1Chars[k]) && (c2 == mates2Chars[k])) {
    [all...]

Completed in 74 milliseconds