Home
last modified time | relevance | path

Searched refs:onlyContiguous (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNorm2AllModes.java198 onlyContiguous=fcc; in ComposeNormalizer2()
203 impl.compose(src, 0, src.length(), onlyContiguous, true, buffer); in normalize()
208 impl.composeAndAppend(src, doNormalize, onlyContiguous, buffer); in normalizeAndAppend()
215 onlyContiguous, false, in isNormalized()
220 int spanLengthAndMaybe=impl.composeQuickCheck(s, 0, s.length(), onlyContiguous, false); in quickCheck()
231 return impl.composeQuickCheck(s, 0, s.length(), onlyContiguous, true)>>>1; in spanQuickCheckYes()
241 return impl.hasCompBoundaryAfter(c, onlyContiguous, false); in hasBoundaryAfter()
245 return impl.hasCompBoundaryAfter(c, onlyContiguous, true); in isInert()
248 private final boolean onlyContiguous; field in Norm2AllModes.ComposeNormalizer2
DNormalizer2Impl.java1051 boolean onlyContiguous, in compose() argument
1218 if( onlyContiguous && // FCC in compose()
1275 recompose(buffer, recomposeStartIndex, onlyContiguous); in compose()
1298 boolean onlyContiguous, boolean doSpan) { in composeQuickCheck() argument
1364 if( onlyContiguous && // FCC in composeQuickCheck()
1395 boolean onlyContiguous, in composeAndAppend() argument
1408 compose(middle, 0, middle.length(), onlyContiguous, true, buffer); in composeAndAppend()
1413 compose(s, src, limit, onlyContiguous, true, buffer); in composeAndAppend()
1614 public boolean hasCompBoundaryAfter(int c, boolean onlyContiguous, boolean testInert) { in hasCompBoundaryAfter() argument
1641 (!onlyContiguous || firstUnit<=0x1ff); in hasCompBoundaryAfter()
[all …]
/external/icu/icu4c/source/common/
Dnorm2allmodes.h219 Normalizer2WithImpl(ni), onlyContiguous(fcc) {} in ComposeNormalizer2()
226 impl.compose(src, limit, onlyContiguous, TRUE, buffer, errorCode); in normalize()
233 … impl.composeAndAppend(src, limit, doNormalize, onlyContiguous, safeMiddle, buffer, errorCode); in normalizeAndAppend()
251 return impl.compose(sArray, sArray+s.length(), onlyContiguous, FALSE, buffer, errorCode); in isNormalized()
264 impl.composeQuickCheck(sArray, sArray+s.length(), onlyContiguous, &qcResult); in quickCheck()
269 return impl.composeQuickCheck(src, limit, onlyContiguous, NULL); in spanQuickCheckYes()
279 return impl.hasCompBoundaryAfter(c, onlyContiguous, FALSE); in hasBoundaryAfter()
282 return impl.hasCompBoundaryAfter(c, onlyContiguous, TRUE); in isInert()
285 const UBool onlyContiguous; variable
Dnormalizer2impl.h445 UBool onlyContiguous,
450 UBool onlyContiguous,
454 UBool onlyContiguous,
472 UBool hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous, UBool testInert) const;
572 UBool onlyContiguous) const;
Dnormalizer2impl.cpp861 UBool onlyContiguous) const { in recompose()
1017 } else if(onlyContiguous) { in recompose()
1079 UBool onlyContiguous, in compose() argument
1258 if( onlyContiguous && // FCC in compose()
1319 recompose(buffer, recomposeStartIndex, onlyContiguous); in compose()
1339 UBool onlyContiguous, in composeQuickCheck() argument
1414 if( onlyContiguous && // FCC in composeQuickCheck()
1449 UBool onlyContiguous, in composeAndAppend() argument
1464 compose(middleStart, middleStart+middle.length(), onlyContiguous, in composeAndAppend()
1473 compose(src, limit, onlyContiguous, TRUE, buffer, errorCode); in composeAndAppend()
[all …]