• Home
  • Raw
  • Download

Lines Matching refs:UBiDiLevel

48 static void _testManyInverseBidi(UBiDi *pBiDi, UBiDiLevel direction);
51 UBiDiLevel direction, UErrorCode *pErrorCode);
87 uint32_t option, UBiDiLevel level, char *result);
91 int option, UBiDiLevel level);
95 const char *option, UBiDiLevel level);
98 UBiDiLevel level, UBool forward);
109 static void printUnicode(const UChar *s, int32_t length, const UBiDiLevel *levels);
190 UBiDiLevel paraLevel; in doTests()
377 const UBiDiLevel* gotLevels = ubidi_getLevels(bidi, &ec); in formatLevels()
429 const UBiDiLevel *levels; in printCaseInfo()
431 UBiDiLevel lev; in printCaseInfo()
481 UBiDiLevel level; in matchingPair()
825 UBiDiLevel levels[UBIDI_MAX_EXPLICIT_LEVEL]={1,2,3,4,5,6,7,8,9,10}; in testReorder()
859 UBiDiLevel levels[UBIDI_MAX_EXPLICIT_LEVEL]={1,2,3,4,5,6,7,8,9,10}; in testReorder()
891 const UBiDiLevel *levels=test->levels; in doTest()
895 UBiDiLevel level, level2; in doTest()
1002 const UBiDiLevel *levels; in _testReordering()
1270 UBiDiLevel level; in doMisc()
1557 UBiDiLevel level; in testFailureRecovery()
1559 static UBiDiLevel myLevels[3] = {6,5,4}; in testFailureRecovery()
1665 …static const UBiDiLevel paraLevels[]={UBIDI_LTR, UBIDI_RTL, UBIDI_DEFAULT_LTR, UBIDI_DEFAULT_RTL, … in testMultipleParagraphs()
1666 static const UBiDiLevel multiLevels[6][11] = {{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, in testMultipleParagraphs()
1673 static const UBiDiLevel levels2[] = {1,1,2,2,2,0, 1,1,2,1,2,0, 2,2,2}; in testMultipleParagraphs()
1674 static UBiDiLevel myLevels[10] = {0,0,0,0,0,0,0,0,0,0}; in testMultipleParagraphs()
1685 static const UBiDiLevel multiparaTestLevels[] = { in testMultipleParagraphs()
1695 UBiDiLevel gotLevel; in testMultipleParagraphs()
1696 const UBiDiLevel* gotLevels; in testMultipleParagraphs()
2096 _testManyInverseBidi(UBiDi *pBiDi, UBiDiLevel direction) { in _testManyInverseBidi()
2123 UBiDiLevel direction, UErrorCode *pErrorCode) { in _testInverseBidi()
2921 static void printUnicode(const UChar *s, int32_t length, const UBiDiLevel *levels) { in printUnicode()
2939 static const UBiDiLevel paraLevels[] = { UBIDI_LTR, UBIDI_RTL };
3269 int mode, int option, UBiDiLevel level) { in assertRoundTrip()
3446 const char* option, UBiDiLevel level) { in checkResultLength()
3514 UBiDiLevel level; in testReorderRunsOnly()
3701 uint32_t option, UBiDiLevel level, char *result) { in inverseBasic()
3766 UBiDiLevel level; in testStreaming()
3965 const char *mode, const char* option, UBiDiLevel level, UBool forward) in checkMaps()
4114 UBiDiLevel paraLevel;