• Home
  • Raw
  • Download

Lines Matching refs:shapeVars

733                     UErrorCode *pErrorCode,struct uShapeVariables shapeVars ) {  in handleGeneratedSpaces()  argument
809 if ( ((options&U_SHAPE_LAMALEF_MASK) == shapeVars.uShapeLamalefBegin) || in handleGeneratedSpaces()
811 && (shapeVars.spacesRelativeToTextBeginEnd==1)) ) { in handleGeneratedSpaces()
814 if ( (options&U_SHAPE_TASHKEEL_MASK) == shapeVars.uShapeTashkeelBegin ) { in handleGeneratedSpaces()
850 if ( ((options&U_SHAPE_LAMALEF_MASK) == shapeVars.uShapeLamalefEnd) || in handleGeneratedSpaces()
852 && (shapeVars.spacesRelativeToTextBeginEnd==0)) ) { in handleGeneratedSpaces()
855 if ( (options&U_SHAPE_TASHKEEL_MASK) == shapeVars.uShapeTashkeelEnd ){ in handleGeneratedSpaces()
1033 … int yehHamzaOption, int seenTailOption, int lamAlefOption, struct uShapeVariables shapeVars) { in expandCompositCharAtNear() argument
1042 dest[i-1] = shapeVars.tailChar; in expandCompositCharAtNear()
1087 UErrorCode *pErrorCode, int shapingMode,struct uShapeVariables shapeVars) { in expandCompositChar() argument
1099 if(shapeVars.spacesRelativeToTextBeginEnd == 0) { in expandCompositChar()
1118 seenTailOption, 1,shapeVars); in expandCompositChar()
1124 if ( (options&U_SHAPE_LAMALEF_MASK) == shapeVars.uShapeLamalefEnd){ in expandCompositChar()
1130 if ( (options&U_SHAPE_LAMALEF_MASK) == shapeVars.uShapeLamalefBegin){ in expandCompositChar()
1152 seenTailOption,lamAlefOption,shapeVars); in expandCompositChar()
1201 int tashkeelFlag, struct uShapeVariables shapeVars) { in shapeUnicode() argument
1355 destSize = handleGeneratedSpaces(dest,sourceLength,destSize,options,pErrorCode, shapeVars); in shapeUnicode()
1359 …estSize = expandCompositChar(dest, sourceLength,destSize,options,pErrorCode, SHAPE_MODE,shapeVars); in shapeUnicode()
1372 UErrorCode *pErrorCode, struct uShapeVariables shapeVars) { in deShapeUnicode() argument
1411 …stSize = expandCompositChar(dest,sourceLength,destSize,options,pErrorCode,DESHAPE_MODE, shapeVars); in deShapeUnicode()
1429 …struct uShapeVariables shapeVars = { OLD_TAIL_CHAR,U_SHAPE_LAMALEF_BEGIN,U_SHAPE_LAMALEF_END,U_SH… in u_shapeArabic() local
1492 shapeVars.tailChar = NEW_TAIL_CHAR; in u_shapeArabic()
1494 shapeVars.tailChar = OLD_TAIL_CHAR; in u_shapeArabic()
1592 shapeVars.spacesRelativeToTextBeginEnd = 1; in u_shapeArabic()
1593 shapeVars.uShapeLamalefBegin = U_SHAPE_LAMALEF_END; in u_shapeArabic()
1594 shapeVars.uShapeLamalefEnd = U_SHAPE_LAMALEF_BEGIN; in u_shapeArabic()
1595 shapeVars.uShapeTashkeelBegin = U_SHAPE_TASHKEEL_END; in u_shapeArabic()
1596 shapeVars.uShapeTashkeelEnd = U_SHAPE_TASHKEEL_BEGIN; in u_shapeArabic()
1605 … destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,2,shapeVars); in u_shapeArabic()
1608 … destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,1,shapeVars); in u_shapeArabic()
1618 … destLength = shapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,0,shapeVars); in u_shapeArabic()
1623 … destLength = deShapeUnicode(tempbuffer,sourceLength,destCapacity,options,pErrorCode,shapeVars); in u_shapeArabic()