OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nonConstThis
(Results
1 - 10
of
10
) sorted by null
/external/icu/icu4c/source/i18n/
brktrans.cpp
81
BreakTransliterator *
nonConstThis
= const_cast<BreakTransliterator *>(this);
82
boundaries.moveFrom(
nonConstThis
->cachedBoundaries);
83
bi.moveFrom(
nonConstThis
->cachedBI);
146
BreakTransliterator *
nonConstThis
= const_cast<BreakTransliterator *>(this);
147
if (
nonConstThis
->cachedBI.isNull()) {
148
nonConstThis
->cachedBI.moveFrom(bi);
150
if (
nonConstThis
->cachedBoundaries.isNull()) {
151
nonConstThis
->cachedBoundaries.moveFrom(boundaries);
chnsecal.cpp
325
ChineseCalendar *
nonConstThis
= (ChineseCalendar*)this; // cast away const
349
nonConstThis
->computeGregorianFields(julianDay, status);
354
nonConstThis
->computeChineseFields(newMoon, getGregorianYear(),
363
nonConstThis
->internalSet(UCAL_MONTH, saveMonth);
364
nonConstThis
->internalSet(UCAL_IS_LEAP_MONTH, saveIsLeapMonth);
gregocal.cpp
535
GregorianCalendar *
nonConstThis
= (GregorianCalendar*)this; // cast away const
547
nonConstThis
->fIsGregorian = (eyear >= fGregorianCutoverYear);
553
nonConstThis
->fIsGregorian = !fIsGregorian;
[
all
...]
tzgnames.cpp
486
TZGNCore *
nonConstThis
= const_cast<TZGNCore *>(this);
489
locname =
nonConstThis
->getGenericLocationName(tzCanonicalID);
741
TZGNCore *
nonConstThis
= const_cast<TZGNCore *>(this);
744
uplname =
nonConstThis
->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName);
[
all
...]
tznames_impl.cpp
389
TextTrieMap *
nonConstThis
= const_cast<TextTrieMap *>(this);
390
nonConstThis
->buildTrie(status);
[
all
...]
/external/skia/src/utils/
SkFrontBufferedStream.cpp
166
FrontBufferedStream*
nonConstThis
= const_cast<FrontBufferedStream*>(this);
167
const size_t bytesRead =
nonConstThis
->read(dst, size);
168
nonConstThis
->fOffset = start;
/external/skia/src/core/
SkImageFilter.cpp
482
SkImageFilter*
nonConstThis
= const_cast<SkImageFilter*>(this);
483
return SkLocalMatrixImageFilter::Make(matrix, sk_ref_sp<SkImageFilter>(
nonConstThis
));
SkStream.cpp
322
SkMemoryStream*
nonConstThis
= const_cast<SkMemoryStream*>(this);
323
const size_t bytesRead =
nonConstThis
->read(buffer, size);
324
nonConstThis
->fOffset = currentOffset;
/external/icu/icu4c/source/common/
locdspnm.cpp
447
LocaleDisplayNamesImpl *
nonConstThis
= (LocaleDisplayNamesImpl *)this;
448
nonConstThis
->locale = langData.getLocale() == Locale::getRoot()
[
all
...]
rbbi.cpp
[
all
...]
Completed in 563 milliseconds