Searched refs:onlyContiguous (Results 1 - 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DNorm2AllModes.java202 onlyContiguous=fcc;
207 impl.compose(src, 0, src.length(), onlyContiguous, true, buffer);
212 impl.composeAndAppend(src, doNormalize, onlyContiguous, buffer);
219 onlyContiguous, false,
224 int spanLengthAndMaybe=impl.composeQuickCheck(s, 0, s.length(), onlyContiguous, false);
235 return impl.composeQuickCheck(s, 0, s.length(), onlyContiguous, true)>>>1;
245 return impl.hasCompBoundaryAfter(c, onlyContiguous, false);
249 return impl.hasCompBoundaryAfter(c, onlyContiguous, true);
252 private final boolean onlyContiguous; field in class:Norm2AllModes.ComposeNormalizer2
H A DNormalizer2Impl.java1055 boolean onlyContiguous,
1222 if( onlyContiguous && // FCC
1279 recompose(buffer, recomposeStartIndex, onlyContiguous);
1302 boolean onlyContiguous, boolean doSpan) {
1368 if( onlyContiguous && // FCC
1399 boolean onlyContiguous,
1412 compose(middle, 0, middle.length(), onlyContiguous, true, buffer);
1417 compose(s, src, limit, onlyContiguous, true, buffer);
1618 public boolean hasCompBoundaryAfter(int c, boolean onlyContiguous, boolean testInert) { argument
1645 (!onlyContiguous || firstUni
1054 compose(CharSequence s, int src, int limit, boolean onlyContiguous, boolean doCompose, ReorderingBuffer buffer) argument
1301 composeQuickCheck(CharSequence s, int src, int limit, boolean onlyContiguous, boolean doSpan) argument
1397 composeAndAppend(CharSequence s, boolean doCompose, boolean onlyContiguous, ReorderingBuffer buffer) argument
1907 recompose(ReorderingBuffer buffer, int recomposeStartIndex, boolean onlyContiguous) argument
[all...]
/external/icu/icu4c/source/common/
H A Dnorm2allmodes.h221 Normalizer2WithImpl(ni), onlyContiguous(fcc) {}
228 impl.compose(src, limit, onlyContiguous, TRUE, buffer, errorCode);
235 impl.composeAndAppend(src, limit, doNormalize, onlyContiguous, safeMiddle, buffer, errorCode);
253 return impl.compose(sArray, sArray+s.length(), onlyContiguous, FALSE, buffer, errorCode);
266 impl.composeQuickCheck(sArray, sArray+s.length(), onlyContiguous, &qcResult);
271 return impl.composeQuickCheck(src, limit, onlyContiguous, NULL);
281 return impl.hasCompBoundaryAfter(c, onlyContiguous, FALSE);
284 return impl.hasCompBoundaryAfter(c, onlyContiguous, TRUE);
287 const UBool onlyContiguous; member in class:ComposeNormalizer2
H A Dnormalizer2impl.h447 UBool onlyContiguous,
452 UBool onlyContiguous,
456 UBool onlyContiguous,
474 UBool hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous, UBool testInert) const;
574 UBool onlyContiguous) const;
H A Dnormalizer2impl.cpp863 UBool onlyContiguous) const {
1019 } else if(onlyContiguous) {
1081 UBool onlyContiguous,
1260 if( onlyContiguous && // FCC
1321 recompose(buffer, recomposeStartIndex, onlyContiguous);
1341 UBool onlyContiguous,
1416 if( onlyContiguous && // FCC
1451 UBool onlyContiguous,
1466 compose(middleStart, middleStart+middle.length(), onlyContiguous,
1475 compose(src, limit, onlyContiguous, TRU
1080 compose(const UChar *src, const UChar *limit, UBool onlyContiguous, UBool doCompose, ReorderingBuffer &buffer, UErrorCode &errorCode) const argument
1340 composeQuickCheck(const UChar *src, const UChar *limit, UBool onlyContiguous, UNormalizationCheckResult *pQCResult) const argument
1449 composeAndAppend(const UChar *src, const UChar *limit, UBool doCompose, UBool onlyContiguous, UnicodeString &safeMiddle, ReorderingBuffer &buffer, UErrorCode &errorCode) const argument
1518 hasCompBoundaryAfter(UChar32 c, UBool onlyContiguous, UBool testInert) const argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNorm2AllModes.java198 onlyContiguous=fcc;
203 impl.compose(src, 0, src.length(), onlyContiguous, true, buffer);
208 impl.composeAndAppend(src, doNormalize, onlyContiguous, buffer);
215 onlyContiguous, false,
220 int spanLengthAndMaybe=impl.composeQuickCheck(s, 0, s.length(), onlyContiguous, false);
231 return impl.composeQuickCheck(s, 0, s.length(), onlyContiguous, true)>>>1;
241 return impl.hasCompBoundaryAfter(c, onlyContiguous, false);
245 return impl.hasCompBoundaryAfter(c, onlyContiguous, true);
248 private final boolean onlyContiguous; field in class:Norm2AllModes.ComposeNormalizer2
H A DNormalizer2Impl.java1051 boolean onlyContiguous,
1218 if( onlyContiguous && // FCC
1275 recompose(buffer, recomposeStartIndex, onlyContiguous);
1298 boolean onlyContiguous, boolean doSpan) {
1364 if( onlyContiguous && // FCC
1395 boolean onlyContiguous,
1408 compose(middle, 0, middle.length(), onlyContiguous, true, buffer);
1413 compose(s, src, limit, onlyContiguous, true, buffer);
1614 public boolean hasCompBoundaryAfter(int c, boolean onlyContiguous, boolean testInert) { argument
1641 (!onlyContiguous || firstUni
1050 compose(CharSequence s, int src, int limit, boolean onlyContiguous, boolean doCompose, ReorderingBuffer buffer) argument
1297 composeQuickCheck(CharSequence s, int src, int limit, boolean onlyContiguous, boolean doSpan) argument
1393 composeAndAppend(CharSequence s, boolean doCompose, boolean onlyContiguous, ReorderingBuffer buffer) argument
1903 recompose(ReorderingBuffer buffer, int recomposeStartIndex, boolean onlyContiguous) argument
[all...]

Completed in 96 milliseconds