HomeSort by relevance Sort by last modified time
    Searched defs:NFSubstitution (Results 1 - 12 of 12) 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 50 class SameValueSubstitution : public NFSubstitution {
71 class MultiplierSubstitution : public NFSubstitution {
80 : NFSubstitution(_pos, _ruleSet, description, status), divisor(rule->getDivisor())
96 virtual UBool operator==(const NFSubstitution& rhs) const;
125 class ModulusSubstitution : public NFSubstitution {
145 virtual UBool operator==(const NFSubstitution& rhs) const;
179 class IntegralPartSubstitution : public NFSubstitution {
185 : NFSubstitution(_pos, _ruleSet, description, status) {}
201 class FractionalPartSubstitution : public NFSubstitution {
212 virtual UBool operator==(const NFSubstitution& rhs) const
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NFSubstitution.java 17 // NFSubstitution (abstract base class)
26 abstract class NFSubstitution {
70 public static NFSubstitution makeSubstitution(int pos,
162 NFSubstitution(int pos,
249 NFSubstitution that2 = (NFSubstitution)that;
567 class SameValueSubstitution extends NFSubstitution {
660 class MultiplierSubstitution extends NFSubstitution {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFSubstitution.java 16 // NFSubstitution (abstract base class)
25 abstract class NFSubstitution {
69 public static NFSubstitution makeSubstitution(int pos,
161 NFSubstitution(int pos,
248 NFSubstitution that2 = (NFSubstitution)that;
566 class SameValueSubstitution extends NFSubstitution {
659 class MultiplierSubstitution extends NFSubstitution {
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/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 237 milliseconds