HomeSort by relevance Sort by last modified time
    Searched defs:validateThis (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 91 const SpoofImpl *SpoofImpl::validateThis(const USpoofChecker *sc, UErrorCode &status) {
111 SpoofImpl *SpoofImpl::validateThis(USpoofChecker *sc, UErrorCode &status) {
113 (SpoofImpl::validateThis(const_cast<const USpoofChecker *>(sc), status));
  /external/icu4c/i18n/
uspoof_impl.cpp 98 const SpoofImpl *SpoofImpl::validateThis(const USpoofChecker *sc, UErrorCode &status) {
118 SpoofImpl *SpoofImpl::validateThis(USpoofChecker *sc, UErrorCode &status) {
120 (SpoofImpl::validateThis(const_cast<const USpoofChecker *>(sc), status));

Completed in 38 milliseconds