HomeSort by relevance Sort by last modified time
    Searched defs:UNormalizer2 (Results 1 - 2 of 2) 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 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/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...]

Completed in 43 milliseconds