• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/ICU-531.30/icuSources/test/cintltst/

Lines Matching refs:srcChars

99                              const char *srcChars, const char *destChars,
102 static UBool checkResultLength(UBiDi *pBiDi, const char *srcChars,
517 static UBool checkWhatYouCan(UBiDi *bidi, const char *srcChars, const char *dstChars)
518 /* srcChars and dstChars are char arrays encoded as pseudo Bidi */
552 accumDst[idx] = srcChars[i];
553 if (!matchingPair(bidi, i, srcChars[i], dstChars[idx])) {
564 printCaseInfo(bidi, srcChars, dstChars);
581 printCaseInfo(bidi, srcChars, dstChars);
601 if (!matchingPair(bidi, idx, srcChars[idx], dstChars[i])) {
612 printCaseInfo(bidi, srcChars, dstChars);
629 printCaseInfo(bidi, srcChars, dstChars);
3938 assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex, const char *srcChars,
4077 if (strcmp(srcChars, destChars2)) {
4082 "Original text:", srcChars,
4093 "Original text:", srcChars,
4106 if (outIndex > -1 && !checkMaps(pBiDi, outIndex, srcChars, destChars,
4115 checkResultLength(UBiDi *pBiDi, const char *srcChars, const char *destChars,
4127 "Input:", srcChars, "Output:", destChars,
4285 const char *srcChars = textIn[tc];
4286 srcLen = strlen(srcChars);
4287 pseudoToU16(srcLen, srcChars, src);
4321 checkWhatYouCan(pBiDi, srcChars, destChars);
4326 expectedChars = inverseBasic(pBiDi2, srcChars, srcLen,
4333 if (!assertStringsEqual(expectedChars, destChars, srcChars,
4340 !assertRoundTrip(pBiDi3, tc, idx, srcChars,
4345 else if (!checkResultLength(pBiDi, srcChars, destChars,
4351 else if (idx > -1 && !checkMaps(pBiDi, idx, srcChars,
4371 static const char* inverseBasic(UBiDi *pBiDi, const char *srcChars, int32_t srcLen,
4381 pseudoToU16(srcLen, srcChars, src);
4391 checkWhatYouCan(pBiDi, srcChars, result);