Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/common/
Ducase.h367 UCASE_ABOVE=0x40, /* "above" accents with cc=230 */ enumerator
Ducase.cpp1025 if(dotType==UCASE_ABOVE) { in isFollowedByMoreAbove()
/third_party/icu/icu4c/source/common/
Ducase.h382 UCASE_ABOVE=0x40, /* "above" accents with cc=230 */ enumerator
Ducase.cpp1019 if(dotType==UCASE_ABOVE) { in isFollowedByMoreAbove()
/third_party/node/deps/icu-small/source/common/
Ducase.h386 UCASE_ABOVE=0x40, /* "above" accents with cc=230 */ enumerator
Ducase.cpp1152 if(dotType==UCASE_ABOVE) { in isFollowedByMoreAbove()
/third_party/icu/tools/unicode/c/genprops/
Dcasepropsbuilder.cpp499 value|=UCASE_ABOVE; in setProps()