Lines Matching defs:en_US
294 col = ucol_open("en_US", &status);
360 len=ucol_getDisplayName("en_US", "de_DE", NULL, 0, &status);
364 ucol_getDisplayName("en_US", "de_DE", disName, len+1, &status);
429 len=ucol_getDisplayName("fr_FR", "en_US", NULL, 0, &status);
433 ucol_getDisplayName("fr_FR", "en_US", disName, len+1, &status);
518 col2 = ucol_open("en_US", &status);
520 log_err("en_US Collator creation failed.: %s\n", myErrorName(status));
568 col = ucol_open("en_US", &status);
611 UCollator *en_US, *el_GR, *vi_VN;
612 en_US = ucol_open("en_US", &status);
635 if (ucol_getAttribute(en_US, UCOL_NORMALIZATION_MODE, &status) != UCOL_OFF ||
638 log_err("ERROR: en_US collation had canonical decomposition for normalization!\n");
641 ucol_close(en_US);
668 someCollators[0] = ucol_open("en_US", &err);
807 UCollator * col = ucol_open("en_US", &err);
1093 /* this is supposed to open default date format, but later on it treats it like it is "en_US"
1094 - very bad if you try to run the tests on machine where default locale is NOT "en_US" */
1096 col = ucol_open("en_US", &status);
1221 col = ucol_open("en_US", &status);
1276 en_US", &status);
2406 { "en_US", "standard", "eor", "search", NULL, NULL, NULL, NULL, NULL, NULL },