Searched refs:toTitle (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dunistr_titlecase_brkiter.cpp57 UnicodeString::toTitle(BreakIterator *titleIter) { function in class:UnicodeString
58 return toTitle(titleIter, Locale::getDefault(), 0);
62 UnicodeString::toTitle(BreakIterator *titleIter, const Locale &locale) { function in class:UnicodeString
63 return toTitle(titleIter, locale, 0);
67 UnicodeString::toTitle(BreakIterator *titleIter, const Locale &locale, uint32_t options) { function in class:UnicodeString
H A Duniset_closure.cpp260 (str = *pStr).toTitle(bi, root);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dstrcase.cpp365 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.");
H A Dtranstst.cpp1239 Transliterator* toTitle = local
1241 if (toUpper==0 || toLower==0 || toTitle==0) {
1245 delete toTitle;
1253 expect(*toTitle, "the quick brown foX can't jump over the laZy dogs.",
1258 delete toTitle;
/macosx-10.9.5/ICU-511.35/icuSources/samples/ustring/
H A Dustring.cpp392 printUnicodeString("full-titlecased/en: ", (t=s).toTitle(NULL, en));
394 printUnicodeString("full-titlecased/tr: ", (t=s).toTitle(NULL, tr));
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dlocdspnm.cpp518 firstWord.toTitle(NULL, locale, U_TITLECASE_NO_LOWERCASE | U_TITLECASE_NO_BREAK_ADJUSTMENT);
522 result.toTitle(NULL, locale, U_TITLECASE_NO_LOWERCASE | U_TITLECASE_NO_BREAK_ADJUSTMENT);
H A Dsmpdtfmt.cpp1654 firstField.toTitle(NULL, fLocale, U_TITLECASE_NO_LOWERCASE | U_TITLECASE_NO_BREAK_ADJUSTMENT);
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dunistr.h2631 UnicodeString &toTitle(BreakIterator *titleIter);
2660 UnicodeString &toTitle(BreakIterator *titleIter, const Locale &locale);
2693 UnicodeString &toTitle(BreakIterator *titleIter, const Locale &locale, uint32_t options);
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Dunistr.h2567 UnicodeString &toTitle(BreakIterator *titleIter);
2596 UnicodeString &toTitle(BreakIterator *titleIter, const Locale &locale);
2629 UnicodeString &toTitle(BreakIterator *titleIter, const Locale &locale, uint32_t options);

Completed in 307 milliseconds