• Home
  • Raw
  • Download

Lines Matching refs:srcSize

710         int32_t srcSize = (int32_t)strlen(logicalOrder[i]);  in testReorder()  local
711 int32_t destSize = srcSize*2; in testReorder()
716 pseudoToU16(srcSize,logicalOrder[i],src); in testReorder()
718 ubidi_setPara(bidi,src,srcSize,UBIDI_DEFAULT_LTR ,NULL,&ec); in testReorder()
727 }else if(destSize!=srcSize){ in testReorder()
728 … log_err("Pre-flighting did not give expected size: Expected: %d. Got: %d \n",srcSize,destSize); in testReorder()
734 if(destSize!=srcSize){ in testReorder()
745 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
746 int32_t destSize = srcSize*2; in testReorder()
751 pseudoToU16(srcSize,logicalOrder[i],src); in testReorder()
753 ubidi_setPara(bidi,src,srcSize,UBIDI_DEFAULT_LTR ,NULL,&ec); in testReorder()
762 }else if(destSize!=srcSize){ in testReorder()
763 … log_err("Pre-flighting did not give expected size: Expected: %d. Got: %d \n",srcSize,destSize); in testReorder()
769 if(destSize!=srcSize){ in testReorder()
779 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
780 int32_t destSize = srcSize*2; in testReorder()
785 pseudoToU16(srcSize,logicalOrder[i],src); in testReorder()
788 ubidi_setPara(bidi,src,srcSize,UBIDI_DEFAULT_LTR ,NULL,&ec); in testReorder()
810 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
811 int32_t destSize = srcSize*2; in testReorder()
817 pseudoToU16(srcSize,logicalOrder[i],src); in testReorder()
819 ubidi_setPara(bidi,src,srcSize,UBIDI_DEFAULT_LTR,levels,&ec); in testReorder()
828 }else if(destSize!=srcSize){ in testReorder()
829 … log_err("Pre-flighting did not give expected size: Expected: %d. Got: %d \n",srcSize,destSize); in testReorder()
835 if(destSize!=srcSize){ in testReorder()
836 …ordered() destSize and srcSize do not match. Dest Size = %d Source Size = %d\n",destSize,srcSize ); in testReorder()
844 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local
845 int32_t destSize = srcSize*2; in testReorder()
851 pseudoToU16(srcSize,logicalOrder[i],src); in testReorder()
853 ubidi_setPara(bidi,src,srcSize,UBIDI_DEFAULT_LTR,levels,&ec); in testReorder()
1553 int32_t srcSize, count, paraStart, paraLimit, paraIndex, length; in testMultipleParagraphs() local
1559 srcSize=u_strlen(src); in testMultipleParagraphs()
1560 ubidi_setPara(pBidi, src, srcSize, UBIDI_LTR, NULL, &errorCode); in testMultipleParagraphs()
1581 src[srcSize-1]='L'; in testMultipleParagraphs()
1582 ubidi_setPara(pBidi, src, srcSize, UBIDI_LTR, NULL, &errorCode); in testMultipleParagraphs()
1602 ubidi_setPara(pBidi, src, srcSize, paraLevels[k], NULL, &errorCode); in testMultipleParagraphs()
1625 ubidi_setPara(pBidi, src, srcSize, UBIDI_DEFAULT_LTR, NULL, &errorCode); in testMultipleParagraphs()
1651 ubidi_setPara(pBidi, src, srcSize, UBIDI_RTL, NULL, &errorCode); in testMultipleParagraphs()
1701 ubidi_setPara(pBidi, src, srcSize, UBIDI_RTL, NULL, &errorCode); in testMultipleParagraphs()
1735 srcSize=u_strlen(src); in testMultipleParagraphs()
1737 ubidi_setPara(pBidi, src, srcSize, UBIDI_DEFAULT_RTL, NULL, &errorCode); in testMultipleParagraphs()
1757 srcSize=u_strlen(src); in testMultipleParagraphs()
1759 ubidi_setPara(pBidi, src, srcSize, UBIDI_RTL, NULL, &errorCode); in testMultipleParagraphs()
1761 for (i=0; i<srcSize; i++) { in testMultipleParagraphs()
1772 srcSize = 5; in testMultipleParagraphs()
1780 ubidi_setPara(pBidi, src, srcSize, gotLevel, NULL, &errorCode); in testMultipleParagraphs()