OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:totitle
(Results
1 - 11
of
11
) sorted by null
/external/icu4c/common/
unistr_titlecase_brkiter.cpp
57
UnicodeString::
toTitle
(BreakIterator *titleIter) {
58
return
toTitle
(titleIter, Locale::getDefault(), 0);
62
UnicodeString::
toTitle
(BreakIterator *titleIter, const Locale &locale) {
63
return
toTitle
(titleIter, locale, 0);
67
UnicodeString::
toTitle
(BreakIterator *titleIter, const Locale &locale, uint32_t options) {
uniset_closure.cpp
260
(str = *pStr).
toTitle
(bi, root);
/external/icu4c/i18n/
titletrn.cpp
86
// Our mode; we are either converting letter
toTitle
or
93
// in
toTitle
mode.
109
// after an uncased, non-case-ignorable character
toTitle
. Case-ignorable
locdspnm.cpp
520
firstWord.
toTitle
(NULL, locale, U_TITLECASE_NO_LOWERCASE | U_TITLECASE_NO_BREAK_ADJUSTMENT);
524
result.
toTitle
(NULL, locale, U_TITLECASE_NO_LOWERCASE | U_TITLECASE_NO_BREAK_ADJUSTMENT);
[
all
...]
smpdtfmt.cpp
[
all
...]
/external/icu4c/samples/case/
ucase.c
43
u_fprintf(out, "
totitle
(%C) = %C\n", char_k, ch);
/external/icu4c/test/intltest/
strcase.cpp
365
name="
toTitle
";
366
result.
toTitle
((BreakIterator *)iter, locale, options);
383
result.
toTitle
((BreakIterator *)iter, locale);
385
dataerrln("error: UnicodeString.
toTitle
(options=0) got a wrong result for a test case from casing.res");
534
(result=input).
toTitle
(NULL);
536
dataerrln("UnicodeString::
toTitle
(NULL) failed.");
transtst.cpp
[
all
...]
/external/icu4c/common/unicode/
ucasemap.h
156
* @see UnicodeString::
toTitle
180
* @see UnicodeString::
toTitle
unistr.h
[
all
...]
/external/icu4c/samples/ustring/
ustring.cpp
392
printUnicodeString("full-titlecased/en: ", (t=s).
toTitle
(NULL, en));
394
printUnicodeString("full-titlecased/tr: ", (t=s).
toTitle
(NULL, tr));
Completed in 1610 milliseconds