Searched refs:findNextCompBoundary (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Normalizer2Impl.java | 1270 src=findNextCompBoundary(s, src, limit); in compose() 1399 int firstStarterInSrc=findNextCompBoundary(s, 0, limit); in composeAndAppend() 2135 private int findNextCompBoundary(CharSequence s, int p, int limit) { in findNextCompBoundary() method
|
/external/icu/icu4c/source/common/ |
D | normalizer2impl.cpp | 1312 src=(UChar *)findNextCompBoundary(src, limit); in compose() 1454 const UChar *firstStarterInSrc=findNextCompBoundary(src, limit); in composeAndAppend() 1560 const UChar *Normalizer2Impl::findNextCompBoundary(const UChar *p, const UChar *limit) const { in findNextCompBoundary() function in Normalizer2Impl
|
D | normalizer2impl.h | 576 const UChar *findNextCompBoundary(const UChar *p, const UChar *limit) const;
|