OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NFSubstitution
(Results
1 - 10
of
10
) sorted by null
/external/icu/icu4c/source/i18n/
nfsubs.h
34
class
NFSubstitution
: public UObject {
40
NFSubstitution
(int32_t pos,
58
static
NFSubstitution
* makeSubstitution(int32_t pos,
69
virtual ~
NFSubstitution
();
77
virtual UBool operator==(const
NFSubstitution
& rhs) const;
85
UBool operator!=(const
NFSubstitution
& rhs) const { return !operator==(rhs); }
247
NFSubstitution
(const
NFSubstitution
&other); // forbid copying of this class
248
NFSubstitution
&operator=(const
NFSubstitution
&other); // forbid copying of this clas
[
all
...]
nfsubs.cpp
49
class SameValueSubstitution : public
NFSubstitution
{
70
class MultiplierSubstitution : public
NFSubstitution
{
80
:
NFSubstitution
(_pos, _ruleSet, description, status), divisor(_divisor)
98
virtual UBool operator==(const
NFSubstitution
& rhs) const;
127
class ModulusSubstitution : public
NFSubstitution
{
149
virtual UBool operator==(const
NFSubstitution
& rhs) const;
183
class IntegralPartSubstitution : public
NFSubstitution
{
189
:
NFSubstitution
(_pos, _ruleSet, description, status) {}
205
class FractionalPartSubstitution : public
NFSubstitution
{
216
virtual UBool operator==(const
NFSubstitution
& rhs) const
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
NFSubstitution.java
15
//
NFSubstitution
(abstract base class)
24
abstract class
NFSubstitution
{
68
public static
NFSubstitution
makeSubstitution(int pos,
160
NFSubstitution
(int pos,
246
NFSubstitution
that2 = (
NFSubstitution
)that;
538
class SameValueSubstitution extends
NFSubstitution
{
626
class MultiplierSubstitution extends
NFSubstitution
{
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFSubstitution.java
14
//
NFSubstitution
(abstract base class)
23
abstract class
NFSubstitution
{
67
public static
NFSubstitution
makeSubstitution(int pos,
159
NFSubstitution
(int pos,
245
NFSubstitution
that2 = (
NFSubstitution
)that;
537
class SameValueSubstitution extends
NFSubstitution
{
625
class MultiplierSubstitution extends
NFSubstitution
{
[
all
...]
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 333 milliseconds