13 #if !UCONFIG_NO_NORMALIZATION
27 #ifndef CANITER_SKIP_ZEROES
28 #define CANITER_SKIP_ZEROES TRUE
35 class Normalizer2Impl;
119 #ifndef U_HIDE_INTERNAL_API
137 static UClassID U_EXPORT2 getStaticClassID();
171 int32_t pieces_length;
172 int32_t *pieces_lengths;
176 int32_t current_length;
182 const Normalizer2Impl &nfcImpl;
188 Hashtable *getEquivalents2(Hashtable *fillinResult,
const UChar *segment, int32_t segLen,
UErrorCode &status);
197 Hashtable *extract(Hashtable *fillinResult,
UChar32 comp,
const UChar *segment, int32_t segLen, int32_t segmentPos,
UErrorCode &status);