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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DNorm2AllModes.java224 int spanLengthAndMaybe=impl.composeQuickCheck(s, 0, s.length(), onlyContiguous, false);
235 return impl.composeQuickCheck(s, 0, s.length(), onlyContiguous, true)>>>1;
H A DNormalizer2Impl.java1064 // Very similar to composeQuickCheck(): Make the same changes in both places if relevant.
1313 public int composeQuickCheck(CharSequence s, int src, int limit, method in class:Normalizer2Impl
/external/icu/icu4c/source/common/
H A Dnorm2allmodes.h292 impl.composeQuickCheck(sArray, sArray+s.length(), onlyContiguous, &qcResult);
297 return impl.composeQuickCheck(src, limit, onlyContiguous, NULL);
H A Dnormalizer2impl.h487 const UChar *composeQuickCheck(const UChar *src, const UChar *limit,
H A Dnormalizer2impl.cpp1319 // Very similar to composeQuickCheck(): Make the same changes in both places if relevant.
1600 Normalizer2Impl::composeQuickCheck(const UChar *src, const UChar *limit,
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNorm2AllModes.java220 int spanLengthAndMaybe=impl.composeQuickCheck(s, 0, s.length(), onlyContiguous, false);
231 return impl.composeQuickCheck(s, 0, s.length(), onlyContiguous, true)>>>1;
H A DNormalizer2Impl.java1062 // Very similar to composeQuickCheck(): Make the same changes in both places if relevant.
1311 public int composeQuickCheck(CharSequence s, int src, int limit, method in class:Normalizer2Impl

Completed in 158 milliseconds