OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DigitAffix
(Results
1 - 8
of
8
) sorted by null
/external/icu/icu4c/source/i18n/
pluralaffix.h
22
#include "
digitaffix
.h"
38
template class U_I18N_API PluralMap<
DigitAffix
>;
45
* PluralAffix is essentially a map of
DigitAffix
objects keyed by plural
48
* is not set always returns the
DigitAffix
stored in the 'other' category.
83
PluralAffix(const
DigitAffix
&otherVariant) : affixes(otherVariant) { }
131
* Get the
DigitAffix
for a paricular category such as "zero", "one", ...
135
const
DigitAffix
&getByCategory(const char *category) const;
138
* Get the
DigitAffix
for a paricular category such as "zero", "one", ...
142
const
DigitAffix
&getByCategory(const UnicodeString &category) const;
145
* Get the
DigitAffix
for the other category which is always set
[
all
...]
digitaffix.h
6
*
digitaffix
.h
30
class U_I18N_API
DigitAffix
: public UMemory {
34
* Creates an empty
DigitAffix
.
36
DigitAffix
();
39
* Creates a
DigitAffix
containing given UChars where all of it has
42
DigitAffix
(
91
UBool equals(const
DigitAffix
&rhs) const {
digitaffix.cpp
5
* file name:
digitaffix
.cpp
12
#include "
digitaffix
.h"
19
DigitAffix
::
DigitAffix
() : fAffix(), fAnnotations() {
22
DigitAffix
::
DigitAffix
(
29
DigitAffix
::remove() {
35
DigitAffix
::appendUChar(UChar value, int32_t fieldId) {
41
DigitAffix
::append(const UnicodeString &value, int32_t fieldId) {
53
DigitAffix
::setTo(const UnicodeString &value, int32_t fieldId)
[
all
...]
pluralaffix.cpp
13
#include "
digitaffix
.h"
21
DigitAffix
*current = affixes.getMutable(variant, status);
39
for (
DigitAffix
*current = affixes.nextMutable(index);
49
for (
DigitAffix
*current = affixes.nextMutable(index);
59
for (
DigitAffix
*current = affixes.nextMutable(index);
76
for (
DigitAffix
*current = affixes.nextMutable(index);
83
const
DigitAffix
&
88
const
DigitAffix
&
digitaffixesandpadding.cpp
14
#include "
digitaffix
.h"
56
const
DigitAffix
*prefix = bPositive ? &fPositivePrefix.getOtherVariant() : &fNegativePrefix.getOtherVariant();
57
const
DigitAffix
*suffix = bPositive ? &fPositiveSuffix.getOtherVariant() : &fNegativeSuffix.getOtherVariant();
68
const
DigitAffix
*affix,
78
countAffixChar32(const
DigitAffix
*affix) {
96
const
DigitAffix
*prefix = NULL;
97
const
DigitAffix
*suffix = NULL;
digitformatter.h
21
#include "
digitaffix
.h"
223
DigitAffix
fInfinity;
224
DigitAffix
fNan;
affixpatternparser.cpp
76
fLong(
DigitAffix
(gDefaultSymbols, 3)),
/external/icu/icu4c/source/test/intltest/
numberformat2test.cpp
128
const
DigitAffix
&affix,
[
all
...]
Completed in 110 milliseconds