OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U_SHAPE_LAMALEF_MASK
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
ushape.c
623
((options&
U_SHAPE_LAMALEF_MASK
) == U_SHAPE_LAMALEF_RESIZE )){
648
if ( (options&
U_SHAPE_LAMALEF_MASK
) == U_SHAPE_LAMALEF_RESIZE){
725
if ( (options&
U_SHAPE_LAMALEF_MASK
) == U_SHAPE_LAMALEF_RESIZE ){
770
if ( (options&
U_SHAPE_LAMALEF_MASK
) == U_SHAPE_LAMALEF_NEAR &&
792
if ( ((options&
U_SHAPE_LAMALEF_MASK
) == uShapeLamalefBegin) ||
793
(((options&
U_SHAPE_LAMALEF_MASK
) == U_SHAPE_LAMALEF_AUTO )
839
if ( ((options&
U_SHAPE_LAMALEF_MASK
) == uShapeLamalefEnd) ||
840
(((options&
U_SHAPE_LAMALEF_MASK
) == U_SHAPE_LAMALEF_AUTO )
[
all
...]
/external/icu4c/common/unicode/
ushape.h
194
#define
U_SHAPE_LAMALEF_MASK
0x10003 /* updated */
Completed in 459 milliseconds