HomeSort by relevance Sort by last modified time
    Searched refs:u_strToTitle (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/common/
ustr_titlecase_brkiter.cpp 51 u_strToTitle(UChar *dest, int32_t destCapacity,
  /external/icu/icu4c/source/test/cintltst/
cstrcase.c 249 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_CHARACTERS srcLength=-2)=%ld error=%s buffer[0]==0x%lx\n"
    [all...]
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 277 * 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/
ustring.h 30 /** Simple declaration for u_strToTitle() to avoid including unicode/ubrk.h. @stable ICU 2.1*/
    [all...]
urename.h 363 #define u_strToTitle U_ICU_ENTRY_POINT_RENAME(u_strToTitle)
    [all...]

Completed in 43 milliseconds