Searched defs:n2wi (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Dnormalizer2.cpp651 const Normalizer2WithImpl *n2wi=(const Normalizer2WithImpl *)n2; local
652 ReorderingBuffer buffer(n2wi->impl, destString);
654 n2wi->normalize(src, length>=0 ? src+length : NULL, buffer, *pErrorCode);
683 const Normalizer2WithImpl *n2wi=(const Normalizer2WithImpl *)n2; local
684 ReorderingBuffer buffer(n2wi->impl, firstString);
686 n2wi->normalizeAndAppend(second, secondLength>=0 ? second+secondLength : NULL,

Completed in 30 milliseconds