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

  /external/icu4c/common/unicode/
normalizer2.h 312 composePair(UChar32 a, UChar32 b) const;
557 composePair(UChar32 a, UChar32 b) const;
  /external/icu4c/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 44 Normalizer2::composePair(UChar32, UChar32) const {
230 composePair(UChar32 a, UChar32 b) const {
231 return impl.composePair(a, b);
898 return reinterpret_cast<const Normalizer2 *>(norm2)->composePair(a, b);
    [all...]
normalizer2impl.h 356 UChar32 composePair(UChar32 a, UChar32 b) const;
772 * It is needed for the new (in ICU 49) composePair(), not for other normalization.
normalizer2impl.cpp     [all...]
  /external/icu4c/test/intltest/
tstnorm.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 643 milliseconds