Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
Dextradata.cpp166 firstUnit|=Normalizer2Impl::COMP_1_LAST_TUPLE; in writeCompositions()
/third_party/icu/icu4c/source/tools/gennorm2/
Dextradata.cpp166 firstUnit|=Normalizer2Impl::COMP_1_LAST_TUPLE; in writeCompositions()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java963 public static final int COMP_1_LAST_TUPLE=0x8000; field in Normalizer2Impl
1900 if((firstUnit&COMP_1_LAST_TUPLE)!=0) { in combine()
1938 } while((firstUnit&COMP_1_LAST_TUPLE)==0); in addComposites()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DNormalizer2Impl.java972 public static final int COMP_1_LAST_TUPLE=0x8000; field in Normalizer2Impl
1909 if((firstUnit&COMP_1_LAST_TUPLE)!=0) { in combine()
1947 } while((firstUnit&COMP_1_LAST_TUPLE)==0); in addComposites()
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.h464 COMP_1_LAST_TUPLE=0x8000, enumerator
Dnormalizer2impl.cpp1167 if(firstUnit&COMP_1_LAST_TUPLE) { in combine()
1206 } while((firstUnit&COMP_1_LAST_TUPLE)==0); in addComposites()
/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.h464 COMP_1_LAST_TUPLE=0x8000, enumerator
Dnormalizer2impl.cpp1167 if(firstUnit&COMP_1_LAST_TUPLE) { in combine()
1206 } while((firstUnit&COMP_1_LAST_TUPLE)==0); in addComposites()
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.h464 COMP_1_LAST_TUPLE=0x8000, enumerator
Dnormalizer2impl.cpp1167 if(firstUnit&COMP_1_LAST_TUPLE) { in combine()
1206 } while((firstUnit&COMP_1_LAST_TUPLE)==0); in addComposites()