Home
last modified time | relevance | path

Searched refs:shapeVars (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Dushape.cpp733 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
[all …]