• Home
  • Raw
  • Download

Lines Matching refs:UBiDiLevel

49 static void _testManyInverseBidi(UBiDi *pBiDi, UBiDiLevel direction);
52 UBiDiLevel direction, UErrorCode *pErrorCode);
100 uint32_t option, UBiDiLevel level, char *result);
104 int option, UBiDiLevel level);
108 const char *option, UBiDiLevel level);
111 UBiDiLevel level, UBool forward);
122 static void printUnicode(const UChar *s, int32_t length, const UBiDiLevel *levels);
208 UBiDiLevel paraLevel; in doTests()
395 const UBiDiLevel* gotLevels = ubidi_getLevels(bidi, &ec); in formatLevels()
447 const UBiDiLevel *levels; in printCaseInfo()
449 UBiDiLevel lev; in printCaseInfo()
499 UBiDiLevel level; in matchingPair()
843 UBiDiLevel levels[UBIDI_MAX_EXPLICIT_LEVEL]={1,2,3,4,5,6,7,8,9,10}; in testReorder()
877 UBiDiLevel levels[UBIDI_MAX_EXPLICIT_LEVEL]={1,2,3,4,5,6,7,8,9,10}; in testReorder()
1037 const UBiDiLevel *levels=test->levels; in doTest()
1041 UBiDiLevel level, level2; in doTest()
1148 const UBiDiLevel *levels; in _testReordering()
1416 UBiDiLevel level; in doMisc()
1703 UBiDiLevel level; in testFailureRecovery()
1705 static UBiDiLevel myLevels[3] = {6,5,4}; in testFailureRecovery()
1811 …static const UBiDiLevel paraLevels[]={UBIDI_LTR, UBIDI_RTL, UBIDI_DEFAULT_LTR, UBIDI_DEFAULT_RTL, … in testMultipleParagraphs()
1812 static const UBiDiLevel multiLevels[6][11] = {{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, in testMultipleParagraphs()
1819 static const UBiDiLevel levels2[] = {1,1,2,2,2,0, 1,1,2,1,2,0, 2,2,2}; in testMultipleParagraphs()
1820 static UBiDiLevel myLevels[10] = {0,0,0,0,0,0,0,0,0,0}; in testMultipleParagraphs()
1831 static const UBiDiLevel multiparaTestLevels[] = { in testMultipleParagraphs()
1841 UBiDiLevel gotLevel; in testMultipleParagraphs()
1842 const UBiDiLevel* gotLevels; in testMultipleParagraphs()
2242 _testManyInverseBidi(UBiDi *pBiDi, UBiDiLevel direction) { in _testManyInverseBidi()
2269 UBiDiLevel direction, UErrorCode *pErrorCode) { in _testInverseBidi()
3596 static void printUnicode(const UChar *s, int32_t length, const UBiDiLevel *levels) { in printUnicode()
3614 static const UBiDiLevel paraLevels[] = { UBIDI_LTR, UBIDI_RTL };
3944 int mode, int option, UBiDiLevel level) { in assertRoundTrip()
4121 const char* option, UBiDiLevel level) { in checkResultLength()
4189 UBiDiLevel level; in testReorderRunsOnly()
4376 uint32_t option, UBiDiLevel level, char *result) { in inverseBasic()
4441 UBiDiLevel level; in testStreaming()
4640 const char *mode, const char* option, UBiDiLevel level, UBool forward) in checkMaps()
4789 UBiDiLevel paraLevel;