Lines Matching refs:logicalOrder
650 static const char* const logicalOrder[] ={ in testReorder() local
742 for(i=0;i<UPRV_LENGTHOF(logicalOrder);i++){ in testReorder()
743 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder()
749 pseudoToU16(srcSize,logicalOrder[i],src); in testReorder()
772 logicalOrder[i],visualOrder[i],chars,formatLevels(bidi, formatChars),i); in testReorder()
774 checkWhatYouCan(bidi, logicalOrder[i], chars); in testReorder()
777 for(i=0;i<UPRV_LENGTHOF(logicalOrder);i++){ in testReorder()
778 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder()
784 pseudoToU16(srcSize,logicalOrder[i],src); in testReorder()
807 logicalOrder[i],visualOrder1[i],chars,formatLevels(bidi, formatChars),i); in testReorder()
811 for(i=0;i<UPRV_LENGTHOF(logicalOrder);i++){ in testReorder()
812 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder()
818 pseudoToU16(srcSize,logicalOrder[i],src); in testReorder()
838 logicalOrder[i],visualOrder2[i],chars,formatLevels(bidi, formatChars),i); in testReorder()
842 for(i=0;i<UPRV_LENGTHOF(logicalOrder);i++){ in testReorder()
843 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder()
850 pseudoToU16(srcSize,logicalOrder[i],src); in testReorder()
873 logicalOrder[i],visualOrder3[i],chars,formatLevels(bidi, formatChars),i); in testReorder()
876 for(i=0;i<UPRV_LENGTHOF(logicalOrder);i++){ in testReorder()
877 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder()
884 pseudoToU16(srcSize,logicalOrder[i],src); in testReorder()
903 logicalOrder[i],visualOrder4[i],chars,formatLevels(bidi, formatChars),i); in testReorder()
913 static const UChar logicalOrder[][MAXLEN]={ in testReorderArabicMathSymbols() local
1004 for(i=0;i<UPRV_LENGTHOF(logicalOrder);i++){ in testReorderArabicMathSymbols()
1005 int32_t srcSize = u_strlen(logicalOrder[i]); in testReorderArabicMathSymbols()
1010 ubidi_setPara(bidi,logicalOrder[i],srcSize,UBIDI_DEFAULT_LTR ,NULL,&ec); in testReorderArabicMathSymbols()
1030 logicalOrder[i],visualOrder[i],dest,formatLevels(bidi, formatChars),i); in testReorderArabicMathSymbols()