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

/external/icu4c/test/cintltst/
H A Dcstrcase.c250 length=u_strToTitle(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
259 log_err("error in u_strToTitle(standard iterator)=%ld error=%s string matches: %s\n",
268 length=u_strToTitle(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
277 log_err("error in u_strToTitle(UBRK_CHARACTERS)=%ld error=%s string matches: %s\n",
285 length=u_strToTitle(NULL, 0,
292 log_err("error in u_strToTitle(UBRK_CHARACTERS pure preflighting)=%ld error=%s\n",
300 length=u_strToTitle(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
307 log_err("error in u_strToTitle(UBRK_CHARACTERS src=NULL)=%ld error=%s buffer[0]==0x%lx\n",
315 length=u_strToTitle(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
322 log_err("error in u_strToTitle(UBRK_CHARACTER
[all...]
/external/icu4c/samples/ustring/
H A Dustring.cpp279 * The sample code here passes in a NULL pointer; u_strToTitle() will open and close a default
320 length=u_strToTitle(buffer, LENGTHOF(buffer), input, -1, NULL, "en", &errorCode);
324 printf("error in u_strToTitle(en)=%ld error=%s\n", length, u_errorName(errorCode));
328 length=u_strToTitle(buffer, LENGTHOF(buffer), input, -1, NULL, "tr", &errorCode);
332 printf("error in u_strToTitle(tr)=%ld error=%s\n", length, u_errorName(errorCode));
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dustring.h23 /** Simple declaration for u_strToTitle() to avoid including unicode/ubrk.h. @stable ICU 2.1*/
1124 u_strToTitle(UChar *dest, int32_t destCapacity,
H A Durename.h261 #define u_strToTitle u_strToTitle_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dustring.h23 /** Simple declaration for u_strToTitle() to avoid including unicode/ubrk.h. @stable ICU 2.1*/
1124 u_strToTitle(UChar *dest, int32_t destCapacity,
H A Durename.h261 #define u_strToTitle u_strToTitle_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dustring.h23 /** Simple declaration for u_strToTitle() to avoid including unicode/ubrk.h. @stable ICU 2.1*/
1124 u_strToTitle(UChar *dest, int32_t destCapacity,
H A Durename.h261 #define u_strToTitle u_strToTitle_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dustring.h23 /** Simple declaration for u_strToTitle() to avoid including unicode/ubrk.h. @stable ICU 2.1*/
1124 u_strToTitle(UChar *dest, int32_t destCapacity,
H A Durename.h261 #define u_strToTitle u_strToTitle_3_2 macro
/external/icu4c/common/unicode/
H A Dustring.h23 /** Simple declaration for u_strToTitle() to avoid including unicode/ubrk.h. @stable ICU 2.1*/
1148 u_strToTitle(UChar *dest, int32_t destCapacity,
H A Durename.h369 #define u_strToTitle U_ICU_ENTRY_POINT_RENAME(u_strToTitle) macro
/external/icu4c/common/
H A Dustrcase.c583 u_strToTitle(UChar *dest, int32_t destCapacity, function

Completed in 257 milliseconds