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

/external/icu4c/common/
H A Dunistr_case.cpp93 UnicodeString::caseMap(BreakIterator *titleIter, argument
152 (UBreakIterator *)titleIter, locale, options, &errorCode);
195 UnicodeString::toTitle(BreakIterator *titleIter) { argument
196 return caseMap(titleIter, Locale::getDefault().getName(), 0, TO_TITLE);
200 UnicodeString::toTitle(BreakIterator *titleIter, const Locale &locale) { argument
201 return caseMap(titleIter, locale.getName(), 0, TO_TITLE);
205 UnicodeString::toTitle(BreakIterator *titleIter, const Locale &locale, uint32_t options) { argument
206 return caseMap(titleIter, locale.getName(), options, TO_TITLE);
H A Dustr_imp.h150 UBreakIterator *titleIter,
H A Dustrcase.c389 UBreakIterator *titleIter,
397 csm.iter=titleIter;
407 if(titleIter==NULL && csm.iter!=NULL) {
585 UBreakIterator *titleIter,
591 csm.iter=titleIter;
597 if(titleIter==NULL && csm.iter!=NULL) {
386 ustr_toTitle(const UCaseProps *csp, UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UBreakIterator *titleIter, const char *locale, uint32_t options, UErrorCode *pErrorCode) argument
583 u_strToTitle(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UBreakIterator *titleIter, const char *locale, UErrorCode *pErrorCode) argument
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dustring.h1112 * @param titleIter A break iterator to find the first characters of words
1126 UBreakIterator *titleIter,
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dustring.h1112 * @param titleIter A break iterator to find the first characters of words
1126 UBreakIterator *titleIter,
/external/webkit/Source/WebCore/icu/unicode/
H A Dustring.h1112 * @param titleIter A break iterator to find the first characters of words
1126 UBreakIterator *titleIter,
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dustring.h1112 * @param titleIter A break iterator to find the first characters of words
1126 UBreakIterator *titleIter,
/external/icu4c/common/unicode/
H A Dunistr.h2559 * @param titleIter A break iterator to find the first characters of words
2567 UnicodeString &toTitle(BreakIterator *titleIter);
2587 * @param titleIter A break iterator to find the first characters of words
2596 UnicodeString &toTitle(BreakIterator *titleIter, const Locale &locale);
2616 * @param titleIter A break iterator to find the first characters of words
2629 UnicodeString &toTitle(BreakIterator *titleIter, const Locale &locale, uint32_t options);
3359 caseMap(BreakIterator *titleIter,
H A Dustring.h1136 * @param titleIter A break iterator to find the first characters of words
1150 UBreakIterator *titleIter,

Completed in 722 milliseconds