OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spanQuickCheckYes
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/common/
filterednormalizer2.cpp
225
FilteredNormalizer2::
spanQuickCheckYes
(const UnicodeString &s, UErrorCode &errorCode) const {
238
norm2.
spanQuickCheckYes
(
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
...]
/external/icu/icu4c/source/common/
filterednormalizer2.cpp
225
FilteredNormalizer2::
spanQuickCheckYes
(const UnicodeString &s, UErrorCode &errorCode) const {
238
norm2.
spanQuickCheckYes
(
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
...]
Completed in 62 milliseconds