Home | History | Annotate | Download | only in cintltst

Lines Matching defs:locale

47     /* lowercase with root locale and separate buffers */
59 log_err("error in u_strToLower(root locale)=%ld error=%s string matches: %s\t\nlowerRoot=%s\t\nbuffer=%s\n",
68 /* lowercase with turkish locale and in the same buffer */
81 log_err("error in u_strToLower(turkish locale)=%ld error=%s string matches: %s\n",
99 log_err("error in u_strToLower(root locale preflighting)=%ld error=%s string matches: %s\n",
112 log_err("error in u_strToLower(root locale dest=NULL)=%ld error=%s\n",
126 log_err("error in u_strToLower(root locale destCapacity=-1)=%ld error=%s buffer[0]==0x%lx\n",
145 /* uppercase with root locale and in the same buffer */
157 log_err("error in u_strToUpper(root locale)=%ld error=%s string matches: %s\n",
163 /* uppercase with turkish locale and separate buffers */
175 log_err("error in u_strToUpper(turkish locale)=%ld error=%s string matches: %s\n",
190 log_err("error in u_strToUpper(turkish locale pure preflighting)=%ld error=%s\n",
205 log_err("error in u_strToUpper(turkish locale src=NULL)=%ld error=%s buffer[0]==0x%lx\n",
220 log_err("error in u_strToUpper(turkish locale srcLength=-2)=%ld error=%s buffer[0]==0x%lx\n",
353 /* titlecase with default locale */
367 log_err("error in u_strToTitle(UBRK_CHARACTERS)=%ld error=%s root locale string matches: %s\noutput buffer is {%s}\n",
372 /* titlecase with Dutch locale */
386 log_err("error in u_strToTitle(UBRK_CHARACTERS)=%ld error=%s dutch locale string matches: %s\noutput buffer is {%s}\n",
733 const char *locale;
744 locale=ucasemap_getLocale(csm);
745 if(0!=strcmp(locale, "tr")) {
746 log_err("ucasemap_getLocale(ucasemap_open(\"tur\"))==%s!=\"tr\"\n", locale);
748 /* overly long locale IDs may get truncated to their language code to avoid unnecessary allocation */
750 locale=ucasemap_getLocale(csm);
751 if(0!=strncmp(locale, "i-klingon", 9)) {
753 " does not start with \"i-klingon\"\n", locale);