Searched refs:recomposeStartIndex (Results 1 – 10 of 10) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Normalizer2Impl.java | 1309 int recomposeStartIndex=buffer.length(); in compose() local 1316 recompose(buffer, recomposeStartIndex, onlyContiguous); in compose() 1950 private void recompose(ReorderingBuffer buffer, int recomposeStartIndex, in recompose() argument 1953 int p=recomposeStartIndex; in recompose()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | Normalizer2Impl.java | 1318 int recomposeStartIndex=buffer.length(); in compose() local 1325 recompose(buffer, recomposeStartIndex, onlyContiguous); in compose() 1959 private void recompose(ReorderingBuffer buffer, int recomposeStartIndex, in recompose() argument 1962 int p=recomposeStartIndex; in recompose()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | normalizer2impl.cpp | 1219 void Normalizer2Impl::recompose(ReorderingBuffer &buffer, int32_t recomposeStartIndex, in recompose() argument 1221 UChar *p=buffer.getStart()+recomposeStartIndex; in recompose() 1679 int32_t recomposeStartIndex=buffer.length(); in compose() local 1693 recompose(buffer, recomposeStartIndex, onlyContiguous); in compose()
|
D | normalizer2impl.h | 673 void recompose(ReorderingBuffer &buffer, int32_t recomposeStartIndex,
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | normalizer2impl.cpp | 1086 void Normalizer2Impl::recompose(ReorderingBuffer &buffer, int32_t recomposeStartIndex, in recompose() argument 1088 UChar *p=buffer.getStart()+recomposeStartIndex; in recompose() 1546 int32_t recomposeStartIndex=buffer.length(); in compose() local 1560 recompose(buffer, recomposeStartIndex, onlyContiguous); in compose()
|
D | normalizer2impl.h | 664 void recompose(ReorderingBuffer &buffer, int32_t recomposeStartIndex,
|
/third_party/node/deps/icu-small/source/common/ |
D | normalizer2impl.cpp | 1219 void Normalizer2Impl::recompose(ReorderingBuffer &buffer, int32_t recomposeStartIndex, in recompose() argument 1221 UChar *p=buffer.getStart()+recomposeStartIndex; in recompose() 1679 int32_t recomposeStartIndex=buffer.length(); in compose() local 1693 recompose(buffer, recomposeStartIndex, onlyContiguous); in compose()
|
D | normalizer2impl.h | 673 void recompose(ReorderingBuffer &buffer, int32_t recomposeStartIndex,
|
/third_party/icu/icu4c/source/common/ |
D | normalizer2impl.cpp | 1219 void Normalizer2Impl::recompose(ReorderingBuffer &buffer, int32_t recomposeStartIndex, in recompose() argument 1221 UChar *p=buffer.getStart()+recomposeStartIndex; in recompose() 1679 int32_t recomposeStartIndex=buffer.length(); in compose() local 1693 recompose(buffer, recomposeStartIndex, onlyContiguous); in compose()
|
D | normalizer2impl.h | 673 void recompose(ReorderingBuffer &buffer, int32_t recomposeStartIndex,
|