HomeSort by relevance Sort by last modified time
    Searched defs:SharedNumberFormat (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
sharednumberformat.h 8 * sharednumberformat.h
21 class U_I18N_API SharedNumberFormat : public SharedObject {
23 SharedNumberFormat(NumberFormat *nfToAdopt) : ptr(nfToAdopt) { }
24 virtual ~SharedNumberFormat();
30 SharedNumberFormat(const SharedNumberFormat &);
31 SharedNumberFormat &operator=(const SharedNumberFormat &);
numfmt.cpp 55 #include "sharednumberformat.h"
251 SharedNumberFormat::~SharedNumberFormat() {
    [all...]

Completed in 442 milliseconds