• Home
  • Raw
  • Download

Lines Matching refs:shapeVars

731                     UErrorCode *pErrorCode,struct uShapeVariables shapeVars ) {  in handleGeneratedSpaces()  argument
807 if ( ((options&U_SHAPE_LAMALEF_MASK) == shapeVars.uShapeLamalefBegin) || in handleGeneratedSpaces()
809 && (shapeVars.spacesRelativeToTextBeginEnd==1)) ) { in handleGeneratedSpaces()
812 if ( (options&U_SHAPE_TASHKEEL_MASK) == shapeVars.uShapeTashkeelBegin ) { in handleGeneratedSpaces()
848 if ( ((options&U_SHAPE_LAMALEF_MASK) == shapeVars.uShapeLamalefEnd) || in handleGeneratedSpaces()
850 && (shapeVars.spacesRelativeToTextBeginEnd==0)) ) { in handleGeneratedSpaces()
853 if ( (options&U_SHAPE_TASHKEEL_MASK) == shapeVars.uShapeTashkeelEnd ){ in handleGeneratedSpaces()
1031 … int yehHamzaOption, int seenTailOption, int lamAlefOption, struct uShapeVariables shapeVars) { in expandCompositCharAtNear() argument
1040 dest[i-1] = shapeVars.tailChar; in expandCompositCharAtNear()
1085 UErrorCode *pErrorCode, int shapingMode,struct uShapeVariables shapeVars) { in expandCompositChar() argument
1097 if(shapeVars.spacesRelativeToTextBeginEnd == 0) { in expandCompositChar()
1116 seenTailOption, 1,shapeVars); in expandCompositChar()
1122 if ( (options&U_SHAPE_LAMALEF_MASK) == shapeVars.uShapeLamalefEnd){ in expandCompositChar()
1128 if ( (options&U_SHAPE_LAMALEF_MASK) == shapeVars.uShapeLamalefBegin){ in expandCompositChar()
1150 seenTailOption,lamAlefOption,shapeVars); in expandCompositChar()
1199 int tashkeelFlag, struct uShapeVariables shapeVars) { in shapeUnicode() argument
1353 destSize = handleGeneratedSpaces(dest,sourceLength,destSize,options,pErrorCode, shapeVars); in shapeUnicode()
1357 …estSize = expandCompositChar(dest, sourceLength,destSize,options,pErrorCode, SHAPE_MODE,shapeVars); in shapeUnicode()
1370 UErrorCode *pErrorCode, struct uShapeVariables shapeVars) { in deShapeUnicode() argument
1409 …stSize = expandCompositChar(dest,sourceLength,destSize,options,pErrorCode,DESHAPE_MODE, shapeVars); in deShapeUnicode()
1427 …struct uShapeVariables shapeVars = { OLD_TAIL_CHAR,U_SHAPE_LAMALEF_BEGIN,U_SHAPE_LAMALEF_END,U_SH… in u_shapeArabic() local
1490 shapeVars.tailChar = NEW_TAIL_CHAR; in u_shapeArabic()
1492 shapeVars.tailChar = OLD_TAIL_CHAR; in u_shapeArabic()
1590 shapeVars.spacesRelativeToTextBeginEnd = 1; in u_shapeArabic()
1591 shapeVars.uShapeLamalefBegin = U_SHAPE_LAMALEF_END; in u_shapeArabic()
1592 shapeVars.uShapeLamalefEnd = U_SHAPE_LAMALEF_BEGIN; in u_shapeArabic()
1593 shapeVars.uShapeTashkeelBegin = U_SHAPE_TASHKEEL_END; in u_shapeArabic()
1594 shapeVars.uShapeTashkeelEnd = U_SHAPE_TASHKEEL_BEGIN; in u_shapeArabic()
1603 … destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,2,shapeVars); in u_shapeArabic()
1606 … destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,1,shapeVars); in u_shapeArabic()
1616 … destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,0,shapeVars); in u_shapeArabic()
1621 … destLength = deShapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,shapeVars); in u_shapeArabic()