Searched refs:UNormalizer2 (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dunorm2.h26 * All instances of UNormalizer2 are unmodifiable/immutable.
116 struct UNormalizer2;
117 typedef struct UNormalizer2 UNormalizer2; /**< C typedef for struct UNormalizer2. @stable ICU 4.4 */ typedef in typeref:struct:UNormalizer2
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 instanc
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Dunorm2.h26 * All instances of UNormalizer2 are unmodifiable/immutable.
116 struct UNormalizer2;
117 typedef struct UNormalizer2 UNormalizer2; /**< C typedef for struct UNormalizer2. @stable ICU 4.4 */ typedef in typeref:struct:UNormalizer2
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...]
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Dunorm2.h26 * All instances of UNormalizer2 are unmodifiable/immutable.
116 struct UNormalizer2;
117 typedef struct UNormalizer2 UNormalizer2; /**< C typedef for struct UNormalizer2. @stable ICU 4.4 */ typedef in typeref:struct:UNormalizer2
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...]
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Dunorm2.h26 * All instances of UNormalizer2 are unmodifiable/immutable.
116 struct UNormalizer2;
117 typedef struct UNormalizer2 UNormalizer2; /**< C typedef for struct UNormalizer2. @stable ICU 4.4 */ typedef in typeref:struct:UNormalizer2
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...]
/macosx-10.10/WebKit-7600.1.25/mac/icu/unicode/
H A Dunorm2.h26 * All instances of UNormalizer2 are unmodifiable/immutable.
116 struct UNormalizer2;
117 typedef struct UNormalizer2 UNormalizer2; /**< C typedef for struct UNormalizer2. @stable ICU 4.4 */ typedef in typeref:struct:UNormalizer2
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...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dnormalizer2.cpp702 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 *)Normalizer
[all...]
H A Dunorm.cpp52 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,
H A Dfilterednormalizer2.cpp271 U_CAPI UNormalizer2 * U_EXPORT2
272 unorm2_openFiltered(const UNormalizer2 *norm2, const USet *filterSet, UErrorCode *pErrorCode) {
285 return (UNormalizer2 *)fn2;
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcnormtst.c1481 const UNormalizer2 *n2=unorm2_getInstance(NULL, "nfc", UNORM2_COMPOSE_CONTIGUOUS, &errorCode);
1524 const UNormalizer2 *n2=unorm2_getNFKCInstance(&errorCode);
1591 const UNormalizer2 *n2=unorm2_getNFCInstance(&errorCode);
1630 const UNormalizer2 *n2=unorm2_getNFCInstance(&errorCode);
H A Dcucdtst.c937 const UNormalizer2 *nfc;
938 const UNormalizer2 *nfkc;
972 const UNormalizer2 *nfc, *nfkc;
1341 log_data_err("error: unable to open an NFC or NFKC UNormalizer2 - %s\n", u_errorName(errorCode));
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Ditutil.cpp382 const UNormalizer2 *nfc=unorm2_getNFCInstance(errorCode);

Completed in 142 milliseconds