HomeSort by relevance Sort by last modified time
    Searched refs:n2wi (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
normalizer2.cpp 660 // length==0: Nothing to do, and n2wi->normalize(NULL, NULL, buffer, ...) would crash.
663 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2); local
664 if(n2wi!=NULL) {
666 ReorderingBuffer buffer(n2wi->impl, destString);
668 n2wi->normalize(src, length>=0 ? src+length : NULL, buffer, *pErrorCode);
696 // secondLength==0: Nothing to do, and n2wi->normalizeAndAppend(NULL, NULL, buffer, ...) would crash.
699 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2); local
700 if(n2wi!=NULL) {
702 ReorderingBuffer buffer(n2wi->impl, firstString);
704 n2wi->normalizeAndAppend(second, secondLength>=0 ? second+secondLength : NULL
    [all...]
  /external/icu4c/common/
normalizer2.cpp 762 // length==0: Nothing to do, and n2wi->normalize(NULL, NULL, buffer, ...) would crash.
765 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2); local
766 if(n2wi!=NULL) {
768 ReorderingBuffer buffer(n2wi->impl, destString);
770 n2wi->normalize(src, length>=0 ? src+length : NULL, buffer, *pErrorCode);
799 // secondLength==0: Nothing to do, and n2wi->normalizeAndAppend(NULL, NULL, buffer, ...) would crash.
802 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2); local
803 if(n2wi!=NULL) {
807 ReorderingBuffer buffer(n2wi->impl, firstString);
809 n2wi->normalizeAndAppend(second, secondLength>=0 ? second+secondLength : NULL
    [all...]

Completed in 32 milliseconds