Searched refs:composeQuickCheck (Results 1 – 9 of 9) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Norm2AllModes.java | 236 int spanLengthAndMaybe=impl.composeQuickCheck(s, 0, s.length(), onlyContiguous, false); in quickCheck() 247 return impl.composeQuickCheck(s, 0, s.length(), onlyContiguous, true)>>>1; in spanQuickCheckYes()
|
D | Normalizer2Impl.java | 1344 public int composeQuickCheck(CharSequence s, int src, int limit, in composeQuickCheck() method in Normalizer2Impl
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Norm2AllModes.java | 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()
|
D | Normalizer2Impl.java | 1335 public int composeQuickCheck(CharSequence s, int src, int limit, in composeQuickCheck() method in Normalizer2Impl
|
/external/icu/libicu/cts_headers/ |
D | norm2allmodes.h | 292 impl.composeQuickCheck(sArray, sArray+s.length(), onlyContiguous, &qcResult); in quickCheck() 297 return impl.composeQuickCheck(src, limit, onlyContiguous, NULL); in spanQuickCheckYes()
|
D | normalizer2impl.h | 499 const UChar *composeQuickCheck(const UChar *src, const UChar *limit,
|
/external/icu/icu4c/source/common/ |
D | norm2allmodes.h | 292 impl.composeQuickCheck(sArray, sArray+s.length(), onlyContiguous, &qcResult); in quickCheck() 297 return impl.composeQuickCheck(src, limit, onlyContiguous, NULL); in spanQuickCheckYes()
|
D | normalizer2impl.h | 499 const UChar *composeQuickCheck(const UChar *src, const UChar *limit,
|
D | normalizer2impl.cpp | 1575 Normalizer2Impl::composeQuickCheck(const UChar *src, const UChar *limit, in composeQuickCheck() function in Normalizer2Impl
|