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

  /external/chromium_org/third_party/icu/source/common/unicode/
unorm2.h 26 * All instances of UNormalizer2 are unmodifiable/immutable.
116 struct UNormalizer2;
117 typedef struct UNormalizer2 UNormalizer2; /**< C typedef for struct UNormalizer2. @stable ICU 4.4 */
122 * Returns a UNormalizer2 instance for Unicode NFC normalization.
132 U_STABLE const UNormalizer2 * U_EXPORT2
136 * Returns a UNormalizer2 instance for Unicode NFD normalization.
146 U_STABLE const UNormalizer2 * U_EXPORT2
150 * Returns a UNormalizer2 instance for Unicode NFKC normalization
    [all...]
  /external/icu/icu4c/source/common/unicode/
unorm2.h 26 * All instances of UNormalizer2 are unmodifiable/immutable.
116 struct UNormalizer2;
117 typedef struct UNormalizer2 UNormalizer2; /**< C typedef for struct UNormalizer2. @stable ICU 4.4 */
122 * Returns a UNormalizer2 instance for Unicode NFC normalization.
132 U_STABLE const UNormalizer2 * U_EXPORT2
136 * Returns a UNormalizer2 instance for Unicode NFD normalization.
146 U_STABLE const UNormalizer2 * U_EXPORT2
150 * Returns a UNormalizer2 instance for Unicode NFKC normalization
    [all...]
  /external/chromium_org/third_party/icu/source/common/
normalizer2.cpp 702 U_CAPI const UNormalizer2 * U_EXPORT2
704 return (const UNormalizer2 *)Normalizer2::getNFCInstance(*pErrorCode);
707 U_CAPI const UNormalizer2 * U_EXPORT2
709 return (const UNormalizer2 *)Normalizer2::getNFDInstance(*pErrorCode);
712 U_CAPI const UNormalizer2 * U_EXPORT2
714 return (const UNormalizer2 *)Normalizer2::getNFKCInstance(*pErrorCode);
717 U_CAPI const UNormalizer2 * U_EXPORT2
719 return (const UNormalizer2 *)Normalizer2::getNFKDInstance(*pErrorCode);
722 U_CAPI const UNormalizer2 * U_EXPORT2
724 return (const UNormalizer2 *)Normalizer2::getNFKCCasefoldInstance(*pErrorCode)
    [all...]
unorm.cpp 52 return unorm2_quickCheck((const UNormalizer2 *)n2, src, srcLength, pErrorCode);
63 reinterpret_cast<const UNormalizer2 *>(static_cast<Normalizer2 *>(&fn2)),
66 return unorm2_quickCheck((const UNormalizer2 *)n2, src, srcLength, pErrorCode);
75 return unorm2_isNormalized((const UNormalizer2 *)n2, src, srcLength, pErrorCode);
86 reinterpret_cast<const UNormalizer2 *>(static_cast<Normalizer2 *>(&fn2)),
89 return unorm2_isNormalized((const UNormalizer2 *)n2, src, srcLength, pErrorCode);
105 reinterpret_cast<const UNormalizer2 *>(static_cast<Normalizer2 *>(&fn2)),
108 return unorm2_normalize((const UNormalizer2 *)n2,
filterednormalizer2.cpp 271 U_CAPI UNormalizer2 * U_EXPORT2
272 unorm2_openFiltered(const UNormalizer2 *norm2, const USet *filterSet, UErrorCode *pErrorCode) {
285 return (UNormalizer2 *)fn2;
  /external/icu/icu4c/source/common/
normalizer2.cpp 702 U_CAPI const UNormalizer2 * U_EXPORT2
704 return (const UNormalizer2 *)Normalizer2::getNFCInstance(*pErrorCode);
707 U_CAPI const UNormalizer2 * U_EXPORT2
709 return (const UNormalizer2 *)Normalizer2::getNFDInstance(*pErrorCode);
712 U_CAPI const UNormalizer2 * U_EXPORT2
714 return (const UNormalizer2 *)Normalizer2::getNFKCInstance(*pErrorCode);
717 U_CAPI const UNormalizer2 * U_EXPORT2
719 return (const UNormalizer2 *)Normalizer2::getNFKDInstance(*pErrorCode);
722 U_CAPI const UNormalizer2 * U_EXPORT2
724 return (const UNormalizer2 *)Normalizer2::getNFKCCasefoldInstance(*pErrorCode)
    [all...]
unorm.cpp 52 return unorm2_quickCheck((const UNormalizer2 *)n2, src, srcLength, pErrorCode);
63 reinterpret_cast<const UNormalizer2 *>(static_cast<Normalizer2 *>(&fn2)),
66 return unorm2_quickCheck((const UNormalizer2 *)n2, src, srcLength, pErrorCode);
75 return unorm2_isNormalized((const UNormalizer2 *)n2, src, srcLength, pErrorCode);
86 reinterpret_cast<const UNormalizer2 *>(static_cast<Normalizer2 *>(&fn2)),
89 return unorm2_isNormalized((const UNormalizer2 *)n2, src, srcLength, pErrorCode);
105 reinterpret_cast<const UNormalizer2 *>(static_cast<Normalizer2 *>(&fn2)),
108 return unorm2_normalize((const UNormalizer2 *)n2,
filterednormalizer2.cpp 271 U_CAPI UNormalizer2 * U_EXPORT2
272 unorm2_openFiltered(const UNormalizer2 *norm2, const USet *filterSet, UErrorCode *pErrorCode) {
285 return (UNormalizer2 *)fn2;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-icu.cc 167 static const UNormalizer2 *normalizer;
  /external/harfbuzz_ng/src/
hb-icu.cc 167 static const UNormalizer2 *normalizer;
  /frameworks/minikin/libs/minikin/
FontCollection.cpp 132 const UNormalizer2* normalizer = unorm2_getNFDInstance(&errorCode);
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnormtst.c     [all...]
cucdtst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
cnormtst.c     [all...]
cucdtst.c     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itutil.cpp 364 const UNormalizer2 *nfc=unorm2_getNFCInstance(errorCode);
  /external/icu/icu4c/source/test/intltest/
itutil.cpp 382 const UNormalizer2 *nfc=unorm2_getNFCInstance(errorCode);

Completed in 309 milliseconds