Home
last modified time | relevance | path

Searched refs:UCASE_SENSITIVE (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Ducase.h359 #define UCASE_SENSITIVE 0x10 macro
Ducase.cpp616 return (UBool)((props&UCASE_SENSITIVE)!=0); in ucase_isCaseSensitive()
/third_party/icu/icu4c/source/common/
Ducase.h359 #define UCASE_SENSITIVE 0x10 macro
Ducase.cpp616 return (UBool)((props&UCASE_SENSITIVE)!=0); in ucase_isCaseSensitive()
/third_party/node/deps/icu-small/source/common/
Ducase.h359 #define UCASE_SENSITIVE 0x10 macro
Ducase.cpp616 return (UBool)((props&UCASE_SENSITIVE)!=0); in ucase_isCaseSensitive()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducase.h358 #define UCASE_SENSITIVE 0x10 macro
Ducase.cpp615 return (UBool)((props&UCASE_SENSITIVE)!=0); in ucase_isCaseSensitive()
/third_party/icu/tools/unicode/c/genprops/
Dcasepropsbuilder.cpp920 UChar excWord=(UChar)((value&(UCASE_DOT_MASK|UCASE_SENSITIVE))<<UCASE_EXC_DOT_SHIFT); in makeException()
1142 if((value&UCASE_SENSITIVE)==0) { in build()
1143 utrie2_set32(pTrie, c, value|UCASE_SENSITIVE, &errorCode); in build()