Home | History | Annotate | Download | only in cintltst

Lines Matching refs:srcChars

97                              const char *srcChars, const char *destChars,
100 static UBool checkResultLength(UBiDi *pBiDi, const char *srcChars,
515 static UBool checkWhatYouCan(UBiDi *bidi, const char *srcChars, const char *dstChars)
516 /* srcChars and dstChars are char arrays encoded as pseudo Bidi */
550 accumDst[idx] = srcChars[i];
551 if (!matchingPair(bidi, i, srcChars[i], dstChars[idx])) {
562 printCaseInfo(bidi, srcChars, dstChars);
579 printCaseInfo(bidi, srcChars, dstChars);
599 if (!matchingPair(bidi, idx, srcChars[idx], dstChars[i])) {
610 printCaseInfo(bidi, srcChars, dstChars);
627 printCaseInfo(bidi, srcChars, dstChars);
3698 assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex, const char *srcChars,
3837 if (strcmp(srcChars, destChars2)) {
3842 "Original text:", srcChars,
3853 "Original text:", srcChars,
3866 if (outIndex > -1 && !checkMaps(pBiDi, outIndex, srcChars, destChars,
3875 checkResultLength(UBiDi *pBiDi, const char *srcChars, const char *destChars,
3887 "Input:", srcChars, "Output:", destChars,
4045 const char *srcChars = textIn[tc];
4046 srcLen = strlen(srcChars);
4047 pseudoToU16(srcLen, srcChars, src);
4081 checkWhatYouCan(pBiDi, srcChars, destChars);
4086 expectedChars = inverseBasic(pBiDi2, srcChars, srcLen,
4093 if (!assertStringsEqual(expectedChars, destChars, srcChars,
4100 !assertRoundTrip(pBiDi3, tc, idx, srcChars,
4105 else if (!checkResultLength(pBiDi, srcChars, destChars,
4111 else if (idx > -1 && !checkMaps(pBiDi, idx, srcChars,
4131 static const char* inverseBasic(UBiDi *pBiDi, const char *srcChars, int32_t srcLen,
4141 pseudoToU16(srcLen, srcChars, src);
4151 checkWhatYouCan(pBiDi, srcChars, result);