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

  /external/chromium_org/third_party/icu/source/common/
ushape.c 617 ((options&U_SHAPE_LAMALEF_MASK) == U_SHAPE_LAMALEF_RESIZE )){
642 if ( (options&U_SHAPE_LAMALEF_MASK) == U_SHAPE_LAMALEF_RESIZE){
715 if ( (options&U_SHAPE_LAMALEF_MASK) == U_SHAPE_LAMALEF_RESIZE ){
759 if ( (options&U_SHAPE_LAMALEF_MASK) == U_SHAPE_LAMALEF_NEAR ){
779 if ( ((options&U_SHAPE_LAMALEF_MASK) == uShapeLamalefBegin) ||
780 (((options&U_SHAPE_LAMALEF_MASK) == U_SHAPE_LAMALEF_AUTO )
826 if ( ((options&U_SHAPE_LAMALEF_MASK) == uShapeLamalefEnd) ||
827 (((options&U_SHAPE_LAMALEF_MASK) == U_SHAPE_LAMALEF_AUTO )
    [all...]
  /external/icu4c/common/
ushape.cpp 622 ((options&U_SHAPE_LAMALEF_MASK) == U_SHAPE_LAMALEF_RESIZE )){
647 if ( (options&U_SHAPE_LAMALEF_MASK) == U_SHAPE_LAMALEF_RESIZE){
722 if ( (options&U_SHAPE_LAMALEF_MASK) == U_SHAPE_LAMALEF_RESIZE ){
768 if ( (options&U_SHAPE_LAMALEF_MASK) == U_SHAPE_LAMALEF_NEAR &&
790 if ( ((options&U_SHAPE_LAMALEF_MASK) == shapeVars.uShapeLamalefBegin) ||
791 (((options&U_SHAPE_LAMALEF_MASK) == U_SHAPE_LAMALEF_AUTO )
831 if ( ((options&U_SHAPE_LAMALEF_MASK) == shapeVars.uShapeLamalefEnd) ||
832 (((options&U_SHAPE_LAMALEF_MASK) == U_SHAPE_LAMALEF_AUTO )
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ushape.h 192 #define U_SHAPE_LAMALEF_MASK 0x10003 /* updated */
  /external/icu4c/common/unicode/
ushape.h 194 #define U_SHAPE_LAMALEF_MASK 0x10003 /* updated */

Completed in 2125 milliseconds