OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:validateThis
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
uspoof.cpp
73
const SpoofImpl *src = SpoofImpl::
validateThis
(sc, *status);
89
SpoofImpl *This = SpoofImpl::
validateThis
(sc, status);
96
SpoofImpl *This = SpoofImpl::
validateThis
(sc, *status);
114
const SpoofImpl *This = SpoofImpl::
validateThis
(sc, *status);
123
SpoofImpl *This = SpoofImpl::
validateThis
(sc, *status);
132
SpoofImpl *This = SpoofImpl::
validateThis
(sc, *status);
148
const SpoofImpl *This = SpoofImpl::
validateThis
(sc, *status);
165
SpoofImpl *This = SpoofImpl::
validateThis
(sc, *status);
191
const SpoofImpl *This = SpoofImpl::
validateThis
(sc, *status);
417
const SpoofImpl *This = SpoofImpl::
validateThis
(sc, *status)
[
all
...]
uspoof_impl.h
59
static SpoofImpl *
validateThis
(USpoofChecker *sc, UErrorCode &status);
60
static const SpoofImpl *
validateThis
(const USpoofChecker *sc, UErrorCode &status);
uspoof_impl.cpp
90
const SpoofImpl *SpoofImpl::
validateThis
(const USpoofChecker *sc, UErrorCode &status) {
110
SpoofImpl *SpoofImpl::
validateThis
(USpoofChecker *sc, UErrorCode &status) {
112
(SpoofImpl::
validateThis
(const_cast<const USpoofChecker *>(sc), status));
Completed in 149 milliseconds