Home | History | Annotate | Download | only in i18n

Lines Matching defs:set

80     Transliterator(id, 0), // set filter to 0 here!
132 * constructors. Before calling init(), set trans and filter to NULL.
177 * constructors. Before calling init(), set trans and filter to NULL.
373 // First free trans[] and set count to zero. Once this is done,
374 // orphan the filter. Set up the new trans[].
441 UnicodeSet set;
444 result.addAll(trans[i]->getSourceSet(set));
446 // Hiragana-Katakana; Katakana-Latin. The source set of
448 // But the source set for the entire transliterator is
450 // non-empty source set.
463 UnicodeSet set;
467 result.addAll(trans[i]->getTargetSet(set));