Home | History | Annotate | Download | only in cintltst

Lines Matching refs:textSrc

4315     static const char* const textSrc  = "JIH.>12->a \\u05D0\\u05D1 6 ABC78";
4324 int32_t srcLen, destLen, textSrcSize = (int32_t)uprv_strlen(textSrc);
4337 ubidi_setClassCallback(pBiDi, newFn, textSrc, &oldFn, &oldContext, &rc);
4345 verifyCallbackParams(oldFn, oldContext, newFn, textSrc, textSrcSize);
4347 ubidi_setClassCallback(pBiDi, newFn, textSrc, &oldFn, &oldContext, &rc);
4352 verifyCallbackParams(oldFn, oldContext, newFn, textSrc, textSrcSize);
4354 srcLen = u_unescape(textSrc, src, MAXLEN);
4366 "Input:", textSrc, "Actual output:", destChars,