Home
last modified time | relevance | path

Searched refs:UCASE_NONE (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Ducase.cpp210 if(UCASE_GET_TYPE(props)!=UCASE_NONE) { in ucase_addCaseClosure()
361 if(UCASE_GET_TYPE(props)!=UCASE_NONE) { in ucase_addSimpleCaseClosure()
1048 } else if(type!=UCASE_NONE) { in isFollowedByCasedLetter()
1709 return (UBool)(UCASE_NONE!=ucase_getType(c)); in ucase_hasBinaryProperty()
Ducase.h365 UCASE_NONE, enumerator
Ducasemap_imp.h88 return (U_MASK(gc) & LNS) != 0 || (gc == U_MODIFIER_LETTER && ucase_getType(c) != UCASE_NONE); in ustrcase_isLNS()
Ducasemap.cpp563 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) { in ucasemap_internalUTF8ToTitle()
645 } else if (type != UCASE_NONE) { in isFollowedByCasedLetter()
669 } else if (type != UCASE_NONE) { in toUpper()
Dustrcase.cpp544 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) { in ustrcase_internalToTitle()
1089 } else if (type != UCASE_NONE) { in isFollowedByCasedLetter()
1120 } else if (type != UCASE_NONE) { in toUpper()
/third_party/skia/third_party/externals/icu/source/common/
Ducase.h346 UCASE_NONE, enumerator
Ducasemap_imp.h88 return (U_MASK(gc) & LNS) != 0 || (gc == U_MODIFIER_LETTER && ucase_getType(c) != UCASE_NONE); in ustrcase_isLNS()
Ducasemap.cpp473 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) { in ucasemap_internalUTF8ToTitle()
560 } else if (type != UCASE_NONE) { in isFollowedByCasedLetter()
584 } else if (type != UCASE_NONE) { in toUpper()
Ducase.cpp246 if(UCASE_GET_TYPE(props)!=UCASE_NONE) { in ucase_addCaseClosure()
921 } else if(type!=UCASE_NONE) { in isFollowedByCasedLetter()
1578 return (UBool)(UCASE_NONE!=ucase_getType(c)); in ucase_hasBinaryProperty()
Dustrcase.cpp450 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) { in ustrcase_internalToTitle()
1007 } else if (type != UCASE_NONE) { in isFollowedByCasedLetter()
1038 } else if (type != UCASE_NONE) { in toUpper()
/third_party/icu/icu4c/source/common/
Ducase.h361 UCASE_NONE, enumerator
Ducasemap_imp.h88 return (U_MASK(gc) & LNS) != 0 || (gc == U_MODIFIER_LETTER && ucase_getType(c) != UCASE_NONE); in ustrcase_isLNS()
Ducase.cpp240 if(UCASE_GET_TYPE(props)!=UCASE_NONE) { in ucase_addCaseClosure()
915 } else if(type!=UCASE_NONE) { in isFollowedByCasedLetter()
1576 return (UBool)(UCASE_NONE!=ucase_getType(c)); in ucase_hasBinaryProperty()
Ducasemap.cpp563 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) { in ucasemap_internalUTF8ToTitle()
645 } else if (type != UCASE_NONE) { in isFollowedByCasedLetter()
669 } else if (type != UCASE_NONE) { in toUpper()
Dustrcase.cpp544 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) { in ustrcase_internalToTitle()
1089 } else if (type != UCASE_NONE) { in isFollowedByCasedLetter()
1120 } else if (type != UCASE_NONE) { in toUpper()
/third_party/icu/tools/unicode/c/genprops/
Dcasepropsbuilder.cpp412 type=UCASE_NONE; in setProps()
599 if((value&UCASE_TYPE_MASK)>UCASE_NONE) { in makeExcProps()
823 if((value&UCASE_TYPE_MASK)>UCASE_NONE) { in addClosure()