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

  /external/icu/icu4c/source/i18n/
funcrepl.cpp 71 FunctionReplacer *nonconst_this = const_cast<FunctionReplacer *>(this); local
72 UnicodeReplacer *nonconst_base = static_cast<UnicodeReplacer *>(nonconst_this);
quant.cpp 59 Quantifier *nonconst_this = const_cast<Quantifier *>(this); local
60 UnicodeMatcher *nonconst_base = static_cast<UnicodeMatcher *>(nonconst_this);
strmatch.cpp 70 StringMatcher *nonconst_this = const_cast<StringMatcher *>(this); local
71 UnicodeMatcher *nonconst_base = static_cast<UnicodeMatcher *>(nonconst_this);
81 StringMatcher *nonconst_this = const_cast<StringMatcher *>(this); local
82 UnicodeReplacer *nonconst_base = static_cast<UnicodeReplacer *>(nonconst_this);

Completed in 201 milliseconds