Home | History | Annotate | Download | only in cintltst

Lines Matching refs:u_strToUpper

146     length=u_strToUpper(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
155 log_err("error in u_strToUpper(root locale)=%ld error=%s string matches: %s\n",
164 length=u_strToUpper(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
173 log_err("error in u_strToUpper(turkish locale)=%ld error=%s string matches: %s\n",
181 length=u_strToUpper(NULL, 0,
188 log_err("error in u_strToUpper(turkish locale pure preflighting)=%ld error=%s\n",
196 length=u_strToUpper(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
203 log_err("error in u_strToUpper(turkish locale src=NULL)=%ld error=%s buffer[0]==0x%lx\n",
211 length=u_strToUpper(buffer, sizeof(buffer)/U_SIZEOF_UCHAR,
218 log_err("error in u_strToUpper(turkish locale srcLength=-2)=%ld error=%s buffer[0]==0x%lx\n",