Home | History | Annotate | Download | only in cintltst

Lines Matching refs:te_IN

74   { "te_IN",        U_ZERO_ERROR,             e_te_IN,   { FALSE, FALSE, TRUE }, { TRUE, TRUE, TRUE } },
159 const char* locale="te_IN";
194 u_uastrcpy(temp, "TE_IN");
221 log_verbose("for string_in_Root_te_te_IN, te_IN.txt had %s\n", austrdup(result2));
244 const char *NAME[] = { "ROOT", "TE", "TE_IN" };
298 actual_bundle = 2; /* te_IN_NE -> te_IN */
469 UResourceBundle *idna_rules, *casing, *te_IN, *ne, *item;
597 /* verify that ures_openDirect("te_IN") does not enable fallbacks */
599 te_IN=ures_openDirect("testdata", "te_IN", &errorCode);
601 log_data_err("ures_open(\"te_IN\") failed: %s\n", u_errorName(errorCode));
605 item=ures_getByKey(te_IN, "ShortLanguage", NULL, &errorCode);
607 log_err("te_IN.getByKey(root key) succeeded despite use of ures_openDirect() - %s\n", u_errorName(errorCode));
610 ures_close(te_IN);
958 { "te_IN_BLAH", "string_only_in_te_IN", "te_IN", "te_IN" },
959 { "te_IN_BLAH", "string_only_in_te", "te_IN", "te" },
960 { "te_IN_BLAH", "string_only_in_Root", "te_IN", "root" },
961 { "te_IN_BLAH_01234567890_01234567890_01234567890_01234567890_01234567890_01234567890", "array_2d_only_in_Root", "te_IN", "root" },
962 { "te_IN_BLAH@currency=euro", "array_2d_only_in_te_IN", "te_IN", "te_IN" },
963 { "te_IN_BLAH@collation=phonebook;calendar=thai", "array_2d_only_in_te", "te_IN", "te" }