Home | History | Annotate | Download | only in cintltst

Lines Matching refs:en_US

314     col = ucol_open("en_US", &status);
386 len=ucol_getDisplayName("en_US", "de_DE", NULL, 0, &status);
390 ucol_getDisplayName("en_US", "de_DE", disName, len+1, &status);
448 len=ucol_getDisplayName("fr_FR", "en_US", NULL, 0, &status);
452 ucol_getDisplayName("fr_FR", "en_US", disName, len+1, &status);
538 col2 = ucol_open("en_US", &status);
540 log_err("en_US Collator creation failed.: %s\n", myErrorName(status));
592 col = ucol_open("en_US", &status);
635 UCollator *en_US, *el_GR, *vi_VN;
636 en_US = ucol_open("en_US", &status);
659 if (ucol_getAttribute(en_US, UCOL_NORMALIZATION_MODE, &status) != UCOL_OFF ||
662 log_err("ERROR: en_US collation had cannonical decomposition for normalization!\n");
665 ucol_close(en_US);
697 someCollators[0] = ucol_open("en_US", &err);
835 UCollator * col = ucol_open("en_US", &err);
1103 /* this is supposed to open default date format, but later on it treats it like it is "en_US"
1104 - very bad if you try to run the tests on machine where default locale is NOT "en_US" */
1106 col = ucol_open("en_US", &status);
1231 col = ucol_open("en_US", &status);
1286 col = ucol_open("en_US", &status);
2352 { "en_US", "standard", "ducet", "search", NULL, NULL, NULL, NULL, NULL },