Searched refs:u_strToTitle (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/
H A Dustr_titlecase_brkiter.cpp51 u_strToTitle(UChar *dest, int32_t destCapacity, function
/external/icu/icu4c/source/test/cintltst/
H A Dcstrcase.c249 length=u_strToTitle(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
258 log_err("error in u_strToTitle(standard iterator)=%ld error=%s string matches: %s\n",
267 length=u_strToTitle(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
276 log_err("error in u_strToTitle(UBRK_CHARACTERS)=%ld error=%s string matches: %s\n",
284 length=u_strToTitle(NULL, 0,
291 log_err("error in u_strToTitle(UBRK_CHARACTERS pure preflighting)=%ld error=%s\n",
299 length=u_strToTitle(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
306 log_err("error in u_strToTitle(UBRK_CHARACTERS src=NULL)=%ld error=%s buffer[0]==0x%lx\n",
314 length=u_strToTitle(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
321 log_err("error in u_strToTitle(UBRK_CHARACTER
[all...]
/external/icu/icu4c/source/samples/ustring/
H A Dustring.cpp277 * The sample code here passes in a NULL pointer; u_strToTitle() will open and close a default
318 length=u_strToTitle(buffer, UPRV_LENGTHOF(buffer), input, -1, NULL, "en", &errorCode);
322 printf("error in u_strToTitle(en)=%ld error=%s\n", length, u_errorName(errorCode));
326 length=u_strToTitle(buffer, UPRV_LENGTHOF(buffer), input, -1, NULL, "tr", &errorCode);
330 printf("error in u_strToTitle(tr)=%ld error=%s\n", length, u_errorName(errorCode));
/external/icu/icu4c/source/common/unicode/
H A Dustring.h30 /** Simple declaration for u_strToTitle() to avoid including unicode/ubrk.h. @stable ICU 2.1*/
1153 u_strToTitle(UChar *dest, int32_t destCapacity,
H A Durename.h363 #define u_strToTitle U_ICU_ENTRY_POINT_RENAME(u_strToTitle) macro

Completed in 1036 milliseconds