HomeSort by relevance Sort by last modified time
    Searched full:nonconst_this (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/
funcrepl.cpp 69 FunctionReplacer *nonconst_this = const_cast<FunctionReplacer *>(this); local
70 UnicodeReplacer *nonconst_base = static_cast<UnicodeReplacer *>(nonconst_this);
quant.cpp 57 Quantifier *nonconst_this = const_cast<Quantifier *>(this); local
58 UnicodeMatcher *nonconst_base = static_cast<UnicodeMatcher *>(nonconst_this);
strmatch.cpp 68 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 44 milliseconds