Home
last modified time | relevance | path

Searched refs:matchingPair (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DBidiFmwk.java371 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/
DBidiFmwk.java372 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/
Dcbiditst.c494 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()