Searched refs:matchingPair (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | BidiFmwk.java | 371 boolean matchingPair(Bidi bidi, int i, char c1, char c2) 426 if (!matchingPair(bidi, i, srcChars[i], dstChars[idx])) { 469 if (!matchingPair(bidi, idx, srcChars[idx], dstChars[i])) {
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | BidiFmwk.java | 372 boolean matchingPair(Bidi bidi, int i, char c1, char c2) 427 if (!matchingPair(bidi, i, srcChars[i], dstChars[idx])) { 470 if (!matchingPair(bidi, idx, srcChars[idx], dstChars[i])) {
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 494 static UBool matchingPair(UBiDi *bidi, int32_t i, char c1, char c2) in matchingPair() function 557 if (!matchingPair(bidi, i, srcChars[i], dstChars[idx])) { in checkWhatYouCan() 605 if (!matchingPair(bidi, idx, srcChars[idx], dstChars[i])) { in checkWhatYouCan()
|