Home | History | Annotate | Download | only in cintltst

Lines Matching refs:tres_getString

433     srcFromRes=tres_getString(resB,-1,"str",&len,&error);
485 empty = tres_getString(theBundle, -1, "emptystring", &len, &status);
502 zeroString=tres_getString(res, -1, NULL, &len, &status);
588 const UChar* str = tres_getString(theBundle,-1,"testescape",&len,&status);
627 got = tres_getString(theBundle,-1,"test_unescaping",&len,&status);
644 const UChar* str = tres_getString(theBundle,-1,"test_underscores",&len,&status);
662 str = tres_getString(resB,-1,"Sequence",&strLength,&status);
686 const UChar* str = tres_getString(theBundle, -1, "testincludeUTF",&strLen,&status);
723 const UChar* str = tres_getString(theBundle, -1, "testinclude",&strLen,&status);
796 zeroString=tres_getString(res, -1, NULL, &len, &status);
811 zeroString=tres_getString(res, -1, NULL, &len, &status);
1088 if(strcmp(u_austrcpy(convOutput, tres_getString(teFillin2, -1, NULL, &len, &status)), "TE") != 0){
1441 rules = tres_getString(resB,-1,"UCARules",&len, &status);
1546 result1= tres_getString(test1, -1, "string_in_Root_te_te_IN", &len1, &err);
1547 result2= tres_getString(test2, -1, "string_in_Root_te_te_IN", &len2, &err);
1714 string=tres_getString(theBundle, -1, tag, &len, &status);
1760 CONFIRM_EQ(tres_getString(arrayItem1, -1, NULL, &len, &status),expected_string);
1852 const UChar *stringValue=tres_getString(arrayItem1, -1, NULL, &len, &status);
1969 t=(UChar*)tres_getString(tagelement, -1, NULL, &len, &status);
2038 junk = tres_getString(fr_FR, -1, "LocaleID", &resultLen, &status);
2040 junk = tres_getString(fr_FR, -1, "LocaleString", &resultLen, &status);
2042 junk = tres_getString(fr_FR, -1, "LocaleID", &resultLen, &status);
2057 junk = tres_getString(fr_FR, -1, "ExemplarCharacters", &resultLen, &status);
2082 version = tres_getString(resLocID, -1, NULL, &resultLen, &err);
2167 sequence = tres_getString(uk, -1, NULL, &seqLen, &status);
2170 string = tres_getString(tb, -1, NULL, &strLen, &status);
2176 string = tres_getString(aliasB, -1, "referencingalias", &strLen, &status);
2186 string = tres_getString(tb, -1, NULL, &strLen, &status);
2200 sequence = tres_getString(uk, -1, NULL, &seqLen, &status);
2203 string = tres_getString(tb, -1, NULL, &strLen, &status);
2213 string = tres_getString(tb, -1, NULL, &strLen, &status);
2216 sequence = tres_getString(en, -1, NULL, &seqLen, &status);
2247 result = tres_getString(tb, -1, keys[i], &resultLen, &status);
2258 result = tres_getString(tb, i, NULL, &resultLen, &status);
2285 result = tres_getString(tb, i, NULL, &resultLen, &status);
2683 result = tres_getString(alias, -1, NULL, &len, &status);
2695 result = tres_getString(alias, -1, NULL, &len, &status);
2707 result = tres_getString(alias, -1, NULL, &len, &status);
2747 result = tres_getString(a, -1, NULL, &len, &status);
2821 tres_getString(const UResourceBundle *resB,
2925 * Most cases are handled by tres_getString(), which leaves argument checking