OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TO_TITLE
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/
unistr_case.cpp
146
} else if(toWhichCase==
TO_TITLE
) {
196
return caseMap(titleIter, Locale::getDefault().getName(), 0,
TO_TITLE
);
201
return caseMap(titleIter, locale.getName(), 0,
TO_TITLE
);
206
return caseMap(titleIter, locale.getName(), options,
TO_TITLE
);
ustr_imp.h
117
TO_TITLE
,
ustrcase.c
525
} else /* if(toWhichCase==
TO_TITLE
) */ {
596
TO_TITLE
, pErrorCode);
611
TO_TITLE
, pErrorCode);
ucasemap.c
510
} else /* if(toWhichCase==
TO_TITLE
) */ {
560
TO_TITLE
, pErrorCode);
Completed in 97 milliseconds