Home | History | Annotate | Download | only in cintltst

Lines Matching refs:te_IN

78   { "te_IN",        U_ZERO_ERROR,             e_te_IN,   { FALSE, FALSE, TRUE }, { TRUE, TRUE, TRUE } },
163 const char* locale="te_IN";
198 u_uastrcpy(temp, "TE_IN");
225 log_verbose("for string_in_Root_te_te_IN, te_IN.txt had %s\n", austrdup(result2));
248 const char *NAME[] = { "ROOT", "TE", "TE_IN" };
302 actual_bundle = 2; /* te_IN_NE -> te_IN */
472 UResourceBundle *idna_rules, *casing, *te_IN, *ne, *item;
600 /* verify that ures_openDirect("te_IN") does not enable fallbacks */
602 te_IN=ures_openDirect("testdata", "te_IN", &errorCode);
604 log_data_err("ures_open(\"te_IN\") failed: %s\n", u_errorName(errorCode));
608 item=ures_getByKey(te_IN, "ShortLanguage", NULL, &errorCode);
610 log_err("te_IN.getByKey(root key) succeeded despite use of ures_openDirect() - %s\n", u_errorName(errorCode));
613 ures_close(te_IN);
961 { "te_IN_BLAH", "string_only_in_te_IN", "te_IN", "te_IN" },
962 { "te_IN_BLAH", "string_only_in_te", "te_IN", "te" },
963 { "te_IN_BLAH", "string_only_in_Root", "te_IN", "root" },
964 { "te_IN_BLAH_01234567890_01234567890_01234567890_01234567890_01234567890_01234567890", "array_2d_only_in_Root", "te_IN", "root" },
965 { "te_IN_BLAH@currency=euro", "array_2d_only_in_te_IN", "te_IN", "te_IN" },
966 { "te_IN_BLAH@collation=phonebook;calendar=thai", "array_2d_only_in_te", "te_IN", "te" }