Lines Matching refs:UBiDi
37 static void doTests(UBiDi *pBiDi, UBiDi *pLine, UBool countRunsFirst);
41 static void doTest(UBiDi *pBiDi, int testNumber, const BiDiTestData *test,
44 static void _testReordering(UBiDi *pBiDi, int testNumber);
48 static void _testManyInverseBidi(UBiDi *pBiDi, UBiDiLevel direction);
50 static void _testInverseBidi(UBiDi *pBiDi, const UChar *src, int32_t srcLength,
86 static const char* inverseBasic(UBiDi *pBiDi, const char *src, int32_t srcLen,
88 static UBool assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex,
92 static UBool checkResultLength(UBiDi *pBiDi, const char *srcChars,
96 static UBool checkMaps(UBiDi *pBiDi, int32_t stringIndex, const char *src,
155 UBiDi *pBiDi, *pLine=NULL; in testBidi()
185 doTests(UBiDi *pBiDi, UBiDi *pLine, UBool countRunsFirst) { in doTests()
375 static char * formatLevels(UBiDi *bidi, char *buffer) { in formatLevels()
420 static void printCaseInfo(UBiDi *bidi, const char *src, const char *dst) in printCaseInfo()
476 static UBool matchingPair(UBiDi *bidi, int32_t i, char c1, char c2) in matchingPair()
503 static UBool checkWhatYouCan(UBiDi *bidi, const char *srcChars, const char *dstChars) in checkWhatYouCan()
714 UBiDi* bidi = ubidi_open(); in testReorder()
889 doTest(UBiDi *pBiDi, int testNumber, const BiDiTestData *test, int32_t lineStart, UBool countRunsFi… in doTest()
997 _testReordering(UBiDi *pBiDi, int testNumber) { in _testReordering()
1267 UBiDi *bidi, *bidiLine; in doMisc()
1554 UBiDi *bidi, *bidiLine; in testFailureRecovery()
1700 UBiDi* pBidi=ubidi_open(); in testMultipleParagraphs()
1701 UBiDi* pLine; in testMultipleParagraphs()
2043 UBiDi *pBiDi; in testInverse()
2096 _testManyInverseBidi(UBiDi *pBiDi, UBiDiLevel direction) { in _testManyInverseBidi()
2122 _testInverseBidi(UBiDi *pBiDi, const UChar *src, int32_t srcLength, in _testInverseBidi()
2239 UBiDi *bidi = ubidi_open(); in _testManyAddedPoints()
2268 UBiDi *bidi = ubidi_open(); in _testMisc()
2952 const char* mode, const char* option, UBiDi* pBiDi) { in assertStringsEqual()
2969 static UBiDi*
2971 UBiDi* pBiDi = ubidi_open(); in getBiDiObject()
3267 assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex, const char *srcChars, in assertRoundTrip()
3444 checkResultLength(UBiDi *pBiDi, const char *srcChars, const char *destChars, in checkResultLength()
3508 UBiDi *pBiDi = getBiDiObject(); in testReorderRunsOnly()
3509 UBiDi *pL2VBiDi = getBiDiObject(); in testReorderRunsOnly()
3591 UBiDi *pBiDi = NULL, *pBiDi2 = NULL, *pBiDi3 = NULL; in testReorderingMode()
3700 static const char* inverseBasic(UBiDi *pBiDi, const char *srcChars, int32_t srcLen, in inverseBasic()
3761 UBiDi *pBiDi = NULL; in testStreaming()
3889 UBiDi *pBiDi = NULL; in testClassOverride()
3964 checkMaps(UBiDi *pBiDi, int32_t stringIndex, const char *src, const char *dest, in checkMaps()
4152 UBiDi *pBiDi = NULL; in testContext()