Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dnormalizer2.cpp347 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2); in unorm2_normalize() local
348 if(n2wi!=NULL) { in unorm2_normalize()
350 ReorderingBuffer buffer(n2wi->impl, destString); in unorm2_normalize()
352 n2wi->normalize(src, length>=0 ? src+length : NULL, buffer, *pErrorCode); in unorm2_normalize()
384 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2); in normalizeSecondAndAppend() local
385 if(n2wi!=NULL) { in normalizeSecondAndAppend()
389 ReorderingBuffer buffer(n2wi->impl, firstString); in normalizeSecondAndAppend()
391 n2wi->normalizeAndAppend(second, secondLength>=0 ? second+secondLength : NULL, in normalizeSecondAndAppend()