OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RuleBasedNumberFormat
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/i18n/unicode/
rbnf.h
61
* The
RuleBasedNumberFormat
class formats numbers according to a set of rules. This number formatter is
73
* "2:03"). The client can also define more specialized <tt>
RuleBasedNumberFormat
</tt>s
76
* <p>The behavior of a <tt>
RuleBasedNumberFormat
</tt> is specified by a textual description
210
* <p>The description of a <tt>
RuleBasedNumberFormat
</tt>'s behavior consists of one or more <em>rule
503
class U_I18N_API
RuleBasedNumberFormat
: public NumberFormat {
511
* Creates a
RuleBasedNumberFormat
that behaves according to the description
520
RuleBasedNumberFormat
(const UnicodeString& rules, UParseError& perror, UErrorCode& status);
523
* Creates a
RuleBasedNumberFormat
that behaves according to the description
545
RuleBasedNumberFormat
(const UnicodeString& rules, const UnicodeString& localizations,
549
* Creates a
RuleBasedNumberFormat
that behaves according to the rule
[
all
...]
/external/icu4c/i18n/
rbnf.cpp
67
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
RuleBasedNumberFormat
)
650
RuleBasedNumberFormat
::
RuleBasedNumberFormat
(const UnicodeString& description,
667
RuleBasedNumberFormat
::
RuleBasedNumberFormat
(const UnicodeString& description,
684
RuleBasedNumberFormat
::
RuleBasedNumberFormat
(const UnicodeString& description,
700
RuleBasedNumberFormat
::
RuleBasedNumberFormat
(const UnicodeString& description,
716
RuleBasedNumberFormat
::RuleBasedNumberFormat(const UnicodeString& description,
[
all
...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/WebCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/WebKit/mac/icu/unicode/
urename.h
[
all
...]
/external/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 929 milliseconds