OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SharedNumberFormat
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/i18n/
sharednumberformat.h
6
*
sharednumberformat
.h
20
class U_I18N_API
SharedNumberFormat
: public SharedObject {
22
SharedNumberFormat
(NumberFormat *nfToAdopt) : ptr(nfToAdopt) { }
23
virtual ~
SharedNumberFormat
();
29
SharedNumberFormat
(const
SharedNumberFormat
&);
30
SharedNumberFormat
&operator=(const
SharedNumberFormat
&);
numfmt.cpp
54
#include "
sharednumberformat
.h"
252
SharedNumberFormat
::~
SharedNumberFormat
() {
1045
const
SharedNumberFormat
*shared = createSharedInstance(loc, kind, status);
[
all
...]
reldatefmt.cpp
31
#include "
sharednumberformat
.h"
645
SharedNumberFormat
*shared = new
SharedNumberFormat
(nf.getAlias());
measfmt.cpp
34
#include "
sharednumberformat
.h"
680
SharedNumberFormat
*shared = new
SharedNumberFormat
(nf.getAlias());
/external/icu/icu4c/source/i18n/unicode/
reldatefmt.h
225
class
SharedNumberFormat
;
413
const
SharedNumberFormat
*numberFormat;
measfmt.h
78
class
SharedNumberFormat
;
304
const
SharedNumberFormat
*numberFormat;
numfmt.h
46
class
SharedNumberFormat
;
730
static const
SharedNumberFormat
* U_EXPORT2 createSharedInstance(
[
all
...]
Completed in 708 milliseconds