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 | 374 boolean matchingPair(Bidi bidi, int i, char c1, char c2) 429 if (!matchingPair(bidi, i, srcChars[i], dstChars[idx])) { 472 if (!matchingPair(bidi, idx, srcChars[idx], dstChars[i])) {
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | BidiFmwk.java | 377 boolean matchingPair(Bidi bidi, int i, char c1, char c2) 432 if (!matchingPair(bidi, i, srcChars[i], dstChars[idx])) { 475 if (!matchingPair(bidi, idx, srcChars[idx], dstChars[i])) {
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 499 static UBool matchingPair(UBiDi *bidi, int32_t i, char c1, char c2) in matchingPair() function 562 if (!matchingPair(bidi, i, srcChars[i], dstChars[idx])) { in checkWhatYouCan() 610 if (!matchingPair(bidi, idx, srcChars[idx], dstChars[i])) { in checkWhatYouCan()
|