Home | History | Annotate | Download | only in intltest

Lines Matching defs:source

92   el.source.truncate(0);
127 el.source.append(currChar);
137 el.source.append(currChar);
264 SeqElement *source = NULL;
280 source = (SeqElement *)sequences.elementAt(j-1);
281 if(relation == Collator::EQUAL && source->relation != Collator::EQUAL) {
282 relation = source->relation;
284 doTest(col, source->source, target->source, relation);
287 source = target;