Searched refs:nonconst_this (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dfuncrepl.cpp69 FunctionReplacer *nonconst_this = const_cast<FunctionReplacer *>(this); local
70 UnicodeReplacer *nonconst_base = static_cast<UnicodeReplacer *>(nonconst_this);
H A Dquant.cpp57 Quantifier *nonconst_this = const_cast<Quantifier *>(this); local
58 UnicodeMatcher *nonconst_base = static_cast<UnicodeMatcher *>(nonconst_this);
H A Dstrmatch.cpp68 StringMatcher *nonconst_this = const_cast<StringMatcher *>(this); local
69 UnicodeMatcher *nonconst_base = static_cast<UnicodeMatcher *>(nonconst_this);
79 StringMatcher *nonconst_this = const_cast<StringMatcher *>(this); local
80 UnicodeReplacer *nonconst_base = static_cast<UnicodeReplacer *>(nonconst_this);
/external/icu/icu4c/source/i18n/
H A Dfuncrepl.cpp69 FunctionReplacer *nonconst_this = const_cast<FunctionReplacer *>(this); local
70 UnicodeReplacer *nonconst_base = static_cast<UnicodeReplacer *>(nonconst_this);
H A Dquant.cpp57 Quantifier *nonconst_this = const_cast<Quantifier *>(this); local
58 UnicodeMatcher *nonconst_base = static_cast<UnicodeMatcher *>(nonconst_this);
H A Dstrmatch.cpp68 StringMatcher *nonconst_this = const_cast<StringMatcher *>(this); local
69 UnicodeMatcher *nonconst_base = static_cast<UnicodeMatcher *>(nonconst_this);
79 StringMatcher *nonconst_this = const_cast<StringMatcher *>(this); local
80 UnicodeReplacer *nonconst_base = static_cast<UnicodeReplacer *>(nonconst_this);

Completed in 202 milliseconds