Searched refs:lastStarterInDest (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dnormalizer2impl.cpp1403 const UChar *lastStarterInDest=findPreviousCompBoundary(buffer.getStart(), local
1405 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastStarterInDest);
1406 UnicodeString middle(lastStarterInDest, destSuffixLength);
/external/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp1505 const UChar *lastStarterInDest=findPreviousCompBoundary(buffer.getStart(), local
1507 int32_t destSuffixLength=(int32_t)(buffer.getLimit()-lastStarterInDest);
1508 UnicodeString middle(lastStarterInDest, destSuffixLength);

Completed in 106 milliseconds