OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCASE_NONE
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/
ucasemap.cpp
314
if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 &&
UCASE_NONE
==ucase_getType(csm->csp, c)) {
326
if(
UCASE_NONE
!=ucase_getType(csm->csp, c)) {
ucase.h
155
/** @return
UCASE_NONE
, UCASE_LOWER, UCASE_UPPER, UCASE_TITLE */
318
UCASE_NONE
,
ustrcase.cpp
221
if((csm->options&U_TITLECASE_NO_BREAK_ADJUSTMENT)==0 &&
UCASE_NONE
==ucase_getType(csm->csp, c)) {
233
if(
UCASE_NONE
!=ucase_getType(csm->csp, c)) {
ucase.cpp
233
if(UCASE_GET_TYPE(props)!=
UCASE_NONE
) {
430
/** @return
UCASE_NONE
, UCASE_LOWER, UCASE_UPPER, UCASE_TITLE */
663
} else if(type!=
UCASE_NONE
) {
[
all
...]
Completed in 29 milliseconds