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
79
BreakTransliterator *
nonConstThis
= const_cast<BreakTransliterator *>(this);
80
boundaries.moveFrom(
nonConstThis
->cachedBoundaries);
81
bi.moveFrom(
nonConstThis
->cachedBI);
144
BreakTransliterator *
nonConstThis
= const_cast<BreakTransliterator *>(this);
145
if (
nonConstThis
->cachedBI.isNull()) {
146
nonConstThis
->cachedBI.moveFrom(bi);
148
if (
nonConstThis
->cachedBoundaries.isNull()) {
149
nonConstThis
->cachedBoundaries.moveFrom(boundaries);
uspoof_impl.cpp
420
SpoofImpl *
nonConstThis
= const_cast<SpoofImpl *>(this);
423
returnIdInfo =
nonConstThis
->fCachedIdentifierInfo;
424
nonConstThis
->fCachedIdentifierInfo = NULL;
442
SpoofImpl *
nonConstThis
= const_cast<SpoofImpl *>(this);
445
if (
nonConstThis
->fCachedIdentifierInfo == NULL) {
446
nonConstThis
->fCachedIdentifierInfo = idInfo;
chnsecal.cpp
323
ChineseCalendar *
nonConstThis
= (ChineseCalendar*)this; // cast away const
347
nonConstThis
->computeGregorianFields(julianDay, status);
352
nonConstThis
->computeChineseFields(newMoon, getGregorianYear(),
361
nonConstThis
->internalSet(UCAL_MONTH, saveMonth);
362
nonConstThis
->internalSet(UCAL_IS_LEAP_MONTH, saveIsLeapMonth);
gregocal.cpp
533
GregorianCalendar *
nonConstThis
= (GregorianCalendar*)this; // cast away const
545
nonConstThis
->fIsGregorian = (eyear >= fGregorianCutoverYear);
551
nonConstThis
->fIsGregorian = !fIsGregorian;
[
all
...]
locdspnm.cpp
391
LocaleDisplayNamesImpl *
nonConstThis
= (LocaleDisplayNamesImpl *)this;
392
nonConstThis
->locale = langData.getLocale() == Locale::getRoot()
[
all
...]
tzgnames.cpp
498
TZGNCore *
nonConstThis
= const_cast<TZGNCore *>(this);
501
locname =
nonConstThis
->getGenericLocationName(tzCanonicalID);
765
TZGNCore *
nonConstThis
= const_cast<TZGNCore *>(this);
768
uplname =
nonConstThis
->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName);
[
all
...]
tznames_impl.cpp
347
TextTrieMap *
nonConstThis
= const_cast<TextTrieMap *>(this);
348
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/icu/icu4c/source/common/
rbbi.cpp
[
all
...]
/external/skia/src/core/
SkStream.cpp
374
SkMemoryStream*
nonConstThis
= const_cast<SkMemoryStream*>(this);
375
const size_t bytesRead =
nonConstThis
->read(buffer, size);
376
nonConstThis
->fOffset = currentOffset;
Completed in 250 milliseconds