OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCASE_NONE
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/common/
ucase.h
182
/** @return
UCASE_NONE
, UCASE_LOWER, UCASE_UPPER, UCASE_TITLE */
345
UCASE_NONE
,
ucasemap_imp.h
88
return (U_MASK(gc) & LNS) != 0 || (gc == U_MODIFIER_LETTER && ucase_getType(c) !=
UCASE_NONE
);
ucase.cpp
245
if(UCASE_GET_TYPE(props)!=
UCASE_NONE
) {
580
/** @return
UCASE_NONE
, UCASE_LOWER, UCASE_UPPER, UCASE_TITLE */
895
} else if(type!=
UCASE_NONE
) {
[
all
...]
ucasemap.cpp
473
while (toCased ?
UCASE_NONE
==ucase_getType(c) : !ustrcase_isLNS(c)) {
560
} else if (type !=
UCASE_NONE
) {
584
} else if (type !=
UCASE_NONE
) {
[
all
...]
ustrcase.cpp
450
while (toCased ?
UCASE_NONE
==ucase_getType(c) : !ustrcase_isLNS(c)) {
1007
} else if (type !=
UCASE_NONE
) {
[
all
...]
Completed in 80 milliseconds