HomeSort by relevance Sort by last modified time
    Searched refs:spanQuickCheckYes (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/icu/source/common/unicode/
normalizer2.h 57 * The spanQuickCheckYes() stops at a normalization boundary.
346 * Use spanQuickCheckYes() and normalizeSecondAndAppend() for a faster
362 * In other words, with <code>end=spanQuickCheckYes(s, ec);</code>
383 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const = 0;
608 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const;
  /external/icu/icu4c/source/common/unicode/
normalizer2.h 57 * The spanQuickCheckYes() stops at a normalization boundary.
346 * Use spanQuickCheckYes() and normalizeSecondAndAppend() for a faster
362 * In other words, with <code>end=spanQuickCheckYes(s, ec);</code>
383 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const = 0;
608 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const;
  /external/chromium_org/third_party/icu/source/common/
normalizer2.cpp 111 spanQuickCheckYes(const UnicodeString &s, UErrorCode &) const {
252 return sLimit==spanQuickCheckYes(sArray, sLimit, errorCode);
259 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const {
268 return (int32_t)(spanQuickCheckYes(sArray, sArray+s.length(), errorCode)-sArray);
271 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const = 0;
301 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const {
304 using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
367 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &) const {
370 using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
408 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const
    [all...]
filterednormalizer2.cpp 225 FilteredNormalizer2::spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const {
238 norm2.spanQuickCheckYes(
unormcmp.cpp 543 int32_t spanQCYes=n2->spanQuickCheckYes(str, *pErrorCode);
  /external/icu/icu4c/source/common/
normalizer2.cpp 111 spanQuickCheckYes(const UnicodeString &s, UErrorCode &) const {
252 return sLimit==spanQuickCheckYes(sArray, sLimit, errorCode);
259 spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const {
268 return (int32_t)(spanQuickCheckYes(sArray, sArray+s.length(), errorCode)-sArray);
271 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const = 0;
301 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const {
304 using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
367 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &) const {
370 using Normalizer2WithImpl::spanQuickCheckYes; // Avoid warning about hiding base class function.
408 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const
    [all...]
filterednormalizer2.cpp 225 FilteredNormalizer2::spanQuickCheckYes(const UnicodeString &s, UErrorCode &errorCode) const {
238 norm2.spanQuickCheckYes(
unormcmp.cpp 543 int32_t spanQCYes=n2->spanQuickCheckYes(str, *pErrorCode);
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 402 milliseconds