OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toTitle
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/common/
unistr_case.cpp
195
UnicodeString::
toTitle
(BreakIterator *titleIter) {
200
UnicodeString::
toTitle
(BreakIterator *titleIter, const Locale &locale) {
205
UnicodeString::
toTitle
(BreakIterator *titleIter, const Locale &locale, uint32_t options) {
uniset_props.cpp
[
all
...]
/external/icu4c/test/intltest/
strcase.cpp
368
name="
toTitle
";
369
result.
toTitle
((BreakIterator *)iter, locale, options);
386
result.
toTitle
((BreakIterator *)iter, locale);
388
dataerrln("error: UnicodeString.
toTitle
(options=0) got a wrong result for a test case from casing.res");
537
(result=input).
toTitle
(NULL);
539
dataerrln("UnicodeString::
toTitle
(NULL) failed.");
transtst.cpp
[
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));
/external/icu4c/common/unicode/
unistr.h
[
all
...]
Completed in 5648 milliseconds