Searched refs:ustrcase_isLNS (Results 1 – 3 of 3) sorted by relevance
82 inline UBool ustrcase_isLNS(UChar32 c) { in ustrcase_isLNS() function
473 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) { in ucasemap_internalUTF8ToTitle()
450 while (toCased ? UCASE_NONE==ucase_getType(c) : !ustrcase_isLNS(c)) { in ustrcase_internalToTitle()