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

  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c 469 static UBool matchingPair(UBiDi *bidi, int32_t i, char c1, char c2)
532 if (!matchingPair(bidi, i, srcChars[i], dstChars[idx])) {
580 if (!matchingPair(bidi, idx, srcChars[idx], dstChars[i])) {
    [all...]
  /external/icu4c/test/cintltst/
cbiditst.c 485 static UBool matchingPair(UBiDi *bidi, int32_t i, char c1, char c2)
548 if (!matchingPair(bidi, i, srcChars[i], dstChars[idx])) {
596 if (!matchingPair(bidi, idx, srcChars[idx], dstChars[i])) {
    [all...]

Completed in 24 milliseconds