Home | History | Annotate | Download | only in i18n

Lines Matching refs:adopted

1522 UChar TransliteratorParser::generateStandInFor(UnicodeFunctor* adopted, UErrorCode& status) {
1528 if (variablesVector.elementAt(i) == adopted) { // [sic] pointer comparison
1534 delete adopted;
1538 variablesVector.addElement(adopted, status);
1570 void TransliteratorParser::setSegmentObject(int32_t seg, StringMatcher* adopted, UErrorCode& status) {
1585 segmentObjects.setElementAt(adopted, seg-1);
1586 variablesVector.setElementAt(adopted, index);