Home
last modified time | relevance | path

Searched refs:nonconst_this (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dstrmatch.cpp70 StringMatcher *nonconst_this = const_cast<StringMatcher *>(this); in toMatcher() local
71 UnicodeMatcher *nonconst_base = static_cast<UnicodeMatcher *>(nonconst_this); in toMatcher()
81 StringMatcher *nonconst_this = const_cast<StringMatcher *>(this); in toReplacer() local
82 UnicodeReplacer *nonconst_base = static_cast<UnicodeReplacer *>(nonconst_this); in toReplacer()
Dfuncrepl.cpp71 FunctionReplacer *nonconst_this = const_cast<FunctionReplacer *>(this); in toReplacer() local
72 UnicodeReplacer *nonconst_base = static_cast<UnicodeReplacer *>(nonconst_this); in toReplacer()
Dquant.cpp59 Quantifier *nonconst_this = const_cast<Quantifier *>(this); in toMatcher() local
60 UnicodeMatcher *nonconst_base = static_cast<UnicodeMatcher *>(nonconst_this); in toMatcher()