OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DigitAffix
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
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
...]
Completed in 2192 milliseconds