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

  /external/icu4c/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 which uses the specified data file
139 * @return the requested UNormalizer2, if successful
142 U_STABLE const UNormalizer2 * U_EXPORT2
149 * Constructs a filtered normalizer wrapping any UNormalizer2 instance
154 * @param norm2 wrapped UNormalizer2 instanc
    [all...]
  /external/icu4c/common/
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,
normalizer2.cpp 631 U_DRAFT const UNormalizer2 * U_EXPORT2
636 return (const UNormalizer2 *)Normalizer2::getInstance(packageName, name, mode, *pErrorCode);
640 unorm2_close(UNormalizer2 *norm2) {
645 unorm2_normalize(const UNormalizer2 *norm2,
679 normalizeSecondAndAppend(const UNormalizer2 *norm2,
720 unorm2_normalizeSecondAndAppend(const UNormalizer2 *norm2,
731 unorm2_append(const UNormalizer2 *norm2,
742 unorm2_getDecomposition(const UNormalizer2 *norm2,
761 unorm2_isNormalized(const UNormalizer2 *norm2,
776 unorm2_quickCheck(const UNormalizer2 *norm2
    [all...]
filterednormalizer2.cpp 254 U_DRAFT UNormalizer2 * U_EXPORT2
255 unorm2_openFiltered(const UNormalizer2 *norm2, const USet *filterSet, UErrorCode *pErrorCode) {
268 return (UNormalizer2 *)fn2;
  /external/icu4c/test/intltest/
itutil.cpp 337 const UNormalizer2 *nfc=unorm2_getInstance(NULL, "nfc", UNORM2_COMPOSE, errorCode);
  /external/icu4c/test/cintltst/
cnormtst.c     [all...]

Completed in 79 milliseconds