Home
last modified time | relevance | path

Searched refs:ustrcase_isLNS (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Ducasemap_imp.h82 inline UBool ustrcase_isLNS(UChar32 c) { in ustrcase_isLNS() function
H A Ducasemap.cpp563 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) {
H A Dustrcase.cpp544 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) {
/third_party/node/deps/icu-small/source/common/
H A Ducasemap_imp.h82 inline UBool ustrcase_isLNS(UChar32 c) { in ustrcase_isLNS() function
H A Ducasemap.cpp563 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) {
H A Dustrcase.cpp544 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) {
/third_party/skia/third_party/externals/icu/source/common/
H A Ducasemap_imp.h82 inline UBool ustrcase_isLNS(UChar32 c) { in ustrcase_isLNS() function
H A Ducasemap.cpp473 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) { in ucasemap_internalUTF8ToTitle()
H A Dustrcase.cpp450 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) { in ustrcase_internalToTitle()

Completed in 13 milliseconds