Searched refs:rcol (Results 1 – 4 of 4) sorted by relevance
50 vec3 rcol = r.rgb * r.a + vec3(1.0-r.a);53 rcol = clamp (downmix[1] * rcol, 0.0, 1.0);54 outColor0 = vec4 (lcol + rcol, 1.0);
502 RuleBasedCollator rcol = (RuleBasedCollator)Collator.getInstance(new Locale("da", "DK")); in TestProperty()503 doAssert(rcol.getRules().length() != 0, "da_DK rules does not have length 0"); in TestProperty()
499 RuleBasedCollator rcol = (RuleBasedCollator)Collator.getInstance(new Locale("da", "DK")); in TestProperty()500 doAssert(rcol.getRules().length() != 0, "da_DK rules does not have length 0"); in TestProperty()
159 RuleBasedCollator *rcol = (RuleBasedCollator *)Collator::createInstance("da_DK", in TestProperty() local165 const UnicodeString &daRules = rcol->getRules(); in TestProperty()171 delete rcol; in TestProperty()