Home
last modified time | relevance | path

Searched refs:n2wi (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Dnormalizer2.cpp299 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2); in unorm2_normalize() local
300 if(n2wi!=NULL) { in unorm2_normalize()
302 ReorderingBuffer buffer(n2wi->impl, destString); in unorm2_normalize()
304 n2wi->normalize(src, length>=0 ? src+length : NULL, buffer, *pErrorCode); in unorm2_normalize()
336 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2); in normalizeSecondAndAppend() local
337 if(n2wi!=NULL) { in normalizeSecondAndAppend()
341 ReorderingBuffer buffer(n2wi->impl, firstString); in normalizeSecondAndAppend()
343 n2wi->normalizeAndAppend(second, secondLength>=0 ? second+secondLength : NULL, in normalizeSecondAndAppend()