Home | History | Annotate | Download | only in i18n

Lines Matching defs:_delegate

874     NumberFormatFactory* _delegate;
880 , _delegate(delegate)
895 UObject* result = _delegate->createFormat(loc, (UNumberFormatStyle)kind);
915 const UnicodeString * const idlist = _delegate->getSupportedIDs(count, status);
931 delete _delegate;