Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java1442 int firstStarterInSrc=findNextCompBoundary(s, 0, limit, onlyContiguous); in composeAndAppend() local
1443 if(0!=firstStarterInSrc) { in composeAndAppend()
1447 firstStarterInSrc+16); in composeAndAppend()
1450 middle.append(s, 0, firstStarterInSrc); in composeAndAppend()
1452 src=firstStarterInSrc; in composeAndAppend()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DNormalizer2Impl.java1451 int firstStarterInSrc=findNextCompBoundary(s, 0, limit, onlyContiguous); in composeAndAppend() local
1452 if(0!=firstStarterInSrc) { in composeAndAppend()
1456 firstStarterInSrc+16); in composeAndAppend()
1459 middle.append(s, 0, firstStarterInSrc); in composeAndAppend()
1461 src=firstStarterInSrc; in composeAndAppend()
/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp1838 const UChar *firstStarterInSrc=findNextCompBoundary(src, limit, onlyContiguous); in composeAndAppend() local
1839 if(src!=firstStarterInSrc) { in composeAndAppend()
1846 middle.append(src, (int32_t)(firstStarterInSrc-src)); in composeAndAppend()
1853 src=firstStarterInSrc; in composeAndAppend()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.cpp1705 const UChar *firstStarterInSrc=findNextCompBoundary(src, limit, onlyContiguous); in composeAndAppend() local
1706 if(src!=firstStarterInSrc) { in composeAndAppend()
1713 middle.append(src, (int32_t)(firstStarterInSrc-src)); in composeAndAppend()
1720 src=firstStarterInSrc; in composeAndAppend()
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.cpp1838 const UChar *firstStarterInSrc=findNextCompBoundary(src, limit, onlyContiguous); in composeAndAppend() local
1839 if(src!=firstStarterInSrc) { in composeAndAppend()
1846 middle.append(src, (int32_t)(firstStarterInSrc-src)); in composeAndAppend()
1853 src=firstStarterInSrc; in composeAndAppend()
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.cpp1838 const UChar *firstStarterInSrc=findNextCompBoundary(src, limit, onlyContiguous); in composeAndAppend() local
1839 if(src!=firstStarterInSrc) { in composeAndAppend()
1846 middle.append(src, (int32_t)(firstStarterInSrc-src)); in composeAndAppend()
1853 src=firstStarterInSrc; in composeAndAppend()