Searched refs:u_strToTitle (Results 1 - 9 of 9) sorted by relevance
/external/icu/icu4c/source/common/ |
H A D | ustr_titlecase_brkiter.cpp | 51 u_strToTitle(UChar *dest, int32_t destCapacity, function
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
H A D | cstrcase.c | 250 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/icu/icu4c/source/test/cintltst/ |
H A D | cstrcase.c | 250 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/icu/icu4c/source/samples/ustring/ |
H A D | ustring.cpp | 279 * 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/chromium_org/third_party/icu/source/common/unicode/ |
H A D | ustring.h | 23 /** 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 D | urename.h | 369 #define u_strToTitle U_ICU_ENTRY_POINT_RENAME(u_strToTitle) macro
|
/external/icu/icu4c/source/common/unicode/ |
H A D | ustring.h | 30 /** 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 D | urename.h | 359 #define u_strToTitle U_ICU_ENTRY_POINT_RENAME(u_strToTitle) macro
|
/external/chromium_org/third_party/icu/source/common/ |
H A D | ustrcase.c | 583 u_strToTitle(UChar *dest, int32_t destCapacity, function
|
Completed in 278 milliseconds