Home | History | Annotate | Download | only in cintltst

Lines Matching full:alias

2123     /* this should fail - circular alias */
2126 log_err("Failed to detect circular alias\n");
2133 log_err("Failed to detect circular alias\n");
2143 log_err("Managed to find an alias to non-existing resource\n");
2147 /* testing referencing/composed alias */
2160 log_err("Referencing alias didn't get the right string\n");
2165 log_err("Referencing alias didn't get the right string\n");
2179 log_err("Referencing alias didn't get the right string\n");
2196 log_err("Referencing alias didn't get the right data\n");
2201 /* simple alias */
2212 log_err("Referencing alias didn't get the right string\n");
2225 log_err("Referencing alias didn't get the right string\n");
2260 log_err("Didn't get correct string while accesing alias table by key (%s)\n", keys[i]);
2271 log_err("Didn't get correct string while accesing alias table by index (%s)\n", strings[i]);
2282 log_err("Didn't get correct string while iterating over alias table (%s)\n", strings[i]);
2297 log_err("Didn't get correct string while accesing alias by index in an array (%s)\n", strings[i]);
2551 "f", "zh_TW@collation=stroke", "zh@collation=stroke", /* alias of zh_Hant_TW */
2555 "f", "zh_CN@collation=pinyin", "zh", /* alias of zh_Hans_CN */
2557 "f", "zh_HK@collation=pinyin", "zh", /* alias of zh_Hant_HK */
2559 "f", "zh_HK@collation=stroke", "zh@collation=stroke", /* alias of zh_Hant_HK */
2561 "f", "zh_HK", "zh@collation=stroke", /* alias of zh_Hant_HK */
2563 "f", "zh_MO", "zh@collation=stroke", /* alias of zh_Hant_MO */
2569 "f", "zh_TW@collation=big5han", "zh@collation=big5han", /* alias of zh_Hant_TW */
2571 "f", "zh_TW@collation=gb2312han", "zh@collation=gb2312han", /* alias of zh_Hant_TW */
2573 "f", "zh_CN@collation=big5han", "zh@collation=big5han", /* alias of zh_Hans_CN */
2575 "f", "zh_CN@collation=gb2312han", "zh@collation=gb2312han", /* alias of zh_Hans_CN */
2634 UResourceBundle *rb = NULL, *alias = NULL;
2654 alias = ures_getByKey(rb, "rootAliasClient", alias, &status);
2661 result = tres_getString(alias, -1, NULL, &len, &status);
2666 alias = ures_getByKey(rb, "aliasClient", alias, &status);
2673 result = tres_getString(alias, -1, NULL, &len, &status);
2678 alias = ures_getByKey(rb, "nestedRootAliasClient", alias, &status);
2685 result = tres_getString(alias, -1, NULL, &len, &status);
2690 ures_close(alias);
2695 UResourceBundle *rb = NULL, *alias = NULL, *a=NULL;
2713 alias = ures_getByKey(rb, "a", alias, &status);
2724 a = ures_getByKeyWithFallback(alias, resource, a, &status);
2734 ures_close(alias);