Lines Matching refs:UBiDiLevel
47 static void _testManyInverseBidi(UBiDi *pBiDi, UBiDiLevel direction);
50 UBiDiLevel direction, UErrorCode *pErrorCode);
98 uint32_t option, UBiDiLevel level, char *result);
102 int option, UBiDiLevel level);
106 const char *option, UBiDiLevel level);
109 UBiDiLevel level, UBool forward);
120 static void printUnicode(const UChar *s, int32_t length, const UBiDiLevel *levels);
206 UBiDiLevel paraLevel; in doTests()
393 const UBiDiLevel* gotLevels = ubidi_getLevels(bidi, &ec); in formatLevels()
445 const UBiDiLevel *levels; in printCaseInfo()
447 UBiDiLevel lev; in printCaseInfo()
497 UBiDiLevel level; in matchingPair()
841 UBiDiLevel levels[UBIDI_MAX_EXPLICIT_LEVEL]={1,2,3,4,5,6,7,8,9,10}; in testReorder()
875 UBiDiLevel levels[UBIDI_MAX_EXPLICIT_LEVEL]={1,2,3,4,5,6,7,8,9,10}; in testReorder()
1035 const UBiDiLevel *levels=test->levels; in doTest()
1039 UBiDiLevel level, level2; in doTest()
1146 const UBiDiLevel *levels; in _testReordering()
1414 UBiDiLevel level; in doMisc()
1701 UBiDiLevel level; in testFailureRecovery()
1703 static UBiDiLevel myLevels[3] = {6,5,4}; in testFailureRecovery()
1809 …static const UBiDiLevel paraLevels[]={UBIDI_LTR, UBIDI_RTL, UBIDI_DEFAULT_LTR, UBIDI_DEFAULT_RTL, … in testMultipleParagraphs()
1810 static const UBiDiLevel multiLevels[6][11] = {{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, in testMultipleParagraphs()
1817 static const UBiDiLevel levels2[] = {1,1,2,2,2,0, 1,1,2,1,2,0, 2,2,2}; in testMultipleParagraphs()
1818 static UBiDiLevel myLevels[10] = {0,0,0,0,0,0,0,0,0,0}; in testMultipleParagraphs()
1829 static const UBiDiLevel multiparaTestLevels[] = { in testMultipleParagraphs()
1839 UBiDiLevel gotLevel; in testMultipleParagraphs()
1840 const UBiDiLevel* gotLevels; in testMultipleParagraphs()
2240 _testManyInverseBidi(UBiDi *pBiDi, UBiDiLevel direction) { in _testManyInverseBidi()
2267 UBiDiLevel direction, UErrorCode *pErrorCode) { in _testInverseBidi()
3594 static void printUnicode(const UChar *s, int32_t length, const UBiDiLevel *levels) { in printUnicode()
3612 static const UBiDiLevel paraLevels[] = { UBIDI_LTR, UBIDI_RTL };
3942 int mode, int option, UBiDiLevel level) { in assertRoundTrip()
4119 const char* option, UBiDiLevel level) { in checkResultLength()
4187 UBiDiLevel level; in testReorderRunsOnly()
4374 uint32_t option, UBiDiLevel level, char *result) { in inverseBasic()
4439 UBiDiLevel level; in testStreaming()
4638 const char *mode, const char* option, UBiDiLevel level, UBool forward) in checkMaps()
4787 UBiDiLevel paraLevel;