Searched defs:set4 (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/gtk/tests/
H A Dtestatk.c996 AtkAttributeSet* set4 = atk_text_get_default_attributes(childText); local
997 g_assert(atkAttributeSetAttributeHasValue(set4, ATK_TEXT_ATTR_STYLE, "normal"));
998 g_assert(atkAttributeSetAttributeHasValue(set4, ATK_TEXT_ATTR_JUSTIFICATION, "right"));
999 g_assert(atkAttributeSetAttributeHasValue(set4, ATK_TEXT_ATTR_SIZE, "14"));
1003 atk_attribute_set_free(set4);
1042 set4 = atk_text_get_run_attributes(childText, 6, &startOffset, &endOffset);
1043 g_assert(atkAttributeSetAreEqual(set3, set4));
1049 atk_attribute_set_free(set4);
/external/icu4c/test/cintltst/
H A Dcucdtst.c2887 USet *set1, *set2, *set3, *set4; local
2948 set4=uset_openPattern(alphaPattern, 14, &errorCode);
2952 showAIntersectB(set3, set4, "[:Cf:]", "[:Alphabetic:]", TRUE);
2960 uset_close(set4);

Completed in 105 milliseconds