Home
last modified time | relevance | path

Searched refs:addPropertyStarts (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4c/source/common/
Duniset_props.cpp196 impl->addPropertyStarts(&sa, status); in UnicodeSet_initInclusion()
204 impl->addPropertyStarts(&sa, status); in UnicodeSet_initInclusion()
211 impl->addPropertyStarts(&sa, status); in UnicodeSet_initInclusion()
218 impl->addPropertyStarts(&sa, status); in UnicodeSet_initInclusion()
Dnormalizer2impl.h232 void addPropertyStarts(const USetAdder *sa, UErrorCode &errorCode) const;
Dnormalizer2impl.cpp400 Normalizer2Impl::addPropertyStarts(const USetAdder *sa, UErrorCode & /*errorCode*/) const { in addPropertyStarts() function in Normalizer2Impl
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java3175 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusions()
3181 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusions()
3185 Norm2AllModes.getNFCInstance().impl.addPropertyStarts(incl); in getInclusions()
3186 UCaseProps.INSTANCE.addPropertyStarts(incl); in getInclusions()
3189 Norm2AllModes.getNFCInstance().impl.addPropertyStarts(incl); in getInclusions()
3192 Norm2AllModes.getNFKCInstance().impl.addPropertyStarts(incl); in getInclusions()
3195 Norm2AllModes.getNFKC_CFInstance().impl.addPropertyStarts(incl); in getInclusions()
3201 UCaseProps.INSTANCE.addPropertyStarts(incl); in getInclusions()
3204 UBiDiProps.INSTANCE.addPropertyStarts(incl); in getInclusions()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java3248 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusions()
3254 UCharacterProperty.INSTANCE.addPropertyStarts(incl); in getInclusions()
3258 Norm2AllModes.getNFCInstance().impl.addPropertyStarts(incl); in getInclusions()
3259 UCaseProps.INSTANCE.addPropertyStarts(incl); in getInclusions()
3262 Norm2AllModes.getNFCInstance().impl.addPropertyStarts(incl); in getInclusions()
3265 Norm2AllModes.getNFKCInstance().impl.addPropertyStarts(incl); in getInclusions()
3268 Norm2AllModes.getNFKC_CFInstance().impl.addPropertyStarts(incl); in getInclusions()
3274 UCaseProps.INSTANCE.addPropertyStarts(incl); in getInclusions()
3277 UBiDiProps.INSTANCE.addPropertyStarts(incl); in getInclusions()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUBiDiProps.java96 public final void addPropertyStarts(UnicodeSet set) { in addPropertyStarts() method in UBiDiProps
DUCaseProps.java95 public final void addPropertyStarts(UnicodeSet set) { in addPropertyStarts() method in UCaseProps
DUCharacterProperty.java1328 public UnicodeSet addPropertyStarts(UnicodeSet set) { in addPropertyStarts() method in UCharacterProperty
DNormalizer2Impl.java539 public void addPropertyStarts(UnicodeSet set) { in addPropertyStarts() method in Normalizer2Impl
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUBiDiProps.java100 public final void addPropertyStarts(UnicodeSet set) { in addPropertyStarts() method in UBiDiProps
DUCaseProps.java99 public final void addPropertyStarts(UnicodeSet set) { in addPropertyStarts() method in UCaseProps
DUCharacterProperty.java1329 public UnicodeSet addPropertyStarts(UnicodeSet set) { in addPropertyStarts() method in UCharacterProperty
DNormalizer2Impl.java543 public void addPropertyStarts(UnicodeSet set) { in addPropertyStarts() method in Normalizer2Impl