OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:validateThis
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/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));
/external/icu/icu4c/source/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 2688 milliseconds