HomeSort by relevance Sort by last modified time
    Searched refs:shapeVars (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
ushape.cpp 709 UErrorCode *pErrorCode,struct uShapeVariables shapeVars ) {
785 if ( ((options&U_SHAPE_LAMALEF_MASK) == shapeVars.uShapeLamalefBegin) ||
787 && (shapeVars.spacesRelativeToTextBeginEnd==1)) ) {
790 if ( (options&U_SHAPE_TASHKEEL_MASK) == shapeVars.uShapeTashkeelBegin ) {
826 if ( ((options&U_SHAPE_LAMALEF_MASK) == shapeVars.uShapeLamalefEnd) ||
828 && (shapeVars.spacesRelativeToTextBeginEnd==0)) ) {
831 if ( (options&U_SHAPE_TASHKEEL_MASK) == shapeVars.uShapeTashkeelEnd ){
    [all...]
  /external/icu/icu4c/source/common/
ushape.cpp 733 UErrorCode *pErrorCode,struct uShapeVariables shapeVars ) {
809 if ( ((options&U_SHAPE_LAMALEF_MASK) == shapeVars.uShapeLamalefBegin) ||
811 && (shapeVars.spacesRelativeToTextBeginEnd==1)) ) {
814 if ( (options&U_SHAPE_TASHKEEL_MASK) == shapeVars.uShapeTashkeelBegin ) {
850 if ( ((options&U_SHAPE_LAMALEF_MASK) == shapeVars.uShapeLamalefEnd) ||
852 && (shapeVars.spacesRelativeToTextBeginEnd==0)) ) {
855 if ( (options&U_SHAPE_TASHKEEL_MASK) == shapeVars.uShapeTashkeelEnd ){
    [all...]

Completed in 48 milliseconds