HomeSort by relevance Sort by last modified time
    Searched refs:composePair (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/icu/source/common/unicode/
normalizer2.h 312 composePair(UChar32 a, UChar32 b) const;
557 composePair(UChar32 a, UChar32 b) const;
  /external/icu/icu4c/source/common/unicode/
normalizer2.h 312 composePair(UChar32 a, UChar32 b) const;
557 composePair(UChar32 a, UChar32 b) const;
  /external/chromium_org/third_party/icu/source/common/
filterednormalizer2.cpp 164 FilteredNormalizer2::composePair(UChar32 a, UChar32 b) const {
165 return (set.contains(a) && set.contains(b)) ? norm2.composePair(a, b) : U_SENTINEL;
normalizer2.cpp 45 Normalizer2::composePair(UChar32, UChar32) const {
231 composePair(UChar32 a, UChar32 b) const {
232 return impl.composePair(a, b);
892 return reinterpret_cast<const Normalizer2 *>(norm2)->composePair(a, b);
    [all...]
normalizer2impl.h 356 UChar32 composePair(UChar32 a, UChar32 b) const;
774 * It is needed for the new (in ICU 49) composePair(), not for other normalization.
normalizer2impl.cpp     [all...]
  /external/icu/icu4c/source/common/
filterednormalizer2.cpp 164 FilteredNormalizer2::composePair(UChar32 a, UChar32 b) const {
165 return (set.contains(a) && set.contains(b)) ? norm2.composePair(a, b) : U_SENTINEL;
normalizer2.cpp 45 Normalizer2::composePair(UChar32, UChar32) const {
231 composePair(UChar32 a, UChar32 b) const {
232 return impl.composePair(a, b);
892 return reinterpret_cast<const Normalizer2 *>(norm2)->composePair(a, b);
    [all...]
normalizer2impl.h 362 UChar32 composePair(UChar32 a, UChar32 b) const;
792 * It is needed for the new (in ICU 49) composePair(), not for other normalization.
normalizer2impl.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tstnorm.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
tstnorm.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 253 milliseconds