OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nonConstThis
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
brktrans.cpp
87
BreakTransliterator *
nonConstThis
= (BreakTransliterator *)this;
88
nonConstThis
->getBreakIterator(); // Lazy-create it if necessary
locdspnm.cpp
314
LocaleDisplayNamesImpl *
nonConstThis
= (LocaleDisplayNamesImpl *)this;
315
nonConstThis
->locale = langData.getLocale() == Locale::getRoot()
chnsecal.cpp
288
ChineseCalendar *
nonConstThis
= (ChineseCalendar*)this; // cast away const
312
nonConstThis
->computeGregorianFields(julianDay, status);
317
nonConstThis
->computeChineseFields(newMoon, getGregorianYear(),
326
nonConstThis
->internalSet(UCAL_MONTH, saveMonth);
327
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
...]
zstrfmt.cpp
401
TextTrieMap *
nonConstThis
= const_cast<TextTrieMap *>(this);
402
nonConstThis
->buildTrie(status);
[
all
...]
/external/icu4c/i18n/
brktrans.cpp
87
BreakTransliterator *
nonConstThis
= (BreakTransliterator *)this;
88
nonConstThis
->getBreakIterator(); // Lazy-create it if necessary
uspoof_impl.cpp
422
SpoofImpl *
nonConstThis
= const_cast<SpoofImpl *>(this);
425
returnIdInfo =
nonConstThis
->fCachedIdentifierInfo;
426
nonConstThis
->fCachedIdentifierInfo = NULL;
444
SpoofImpl *
nonConstThis
= const_cast<SpoofImpl *>(this);
447
if (
nonConstThis
->fCachedIdentifierInfo == NULL) {
448
nonConstThis
->fCachedIdentifierInfo = idInfo;
chnsecal.cpp
327
ChineseCalendar *
nonConstThis
= (ChineseCalendar*)this; // cast away const
351
nonConstThis
->computeGregorianFields(julianDay, status);
356
nonConstThis
->computeChineseFields(newMoon, getGregorianYear(),
365
nonConstThis
->internalSet(UCAL_MONTH, saveMonth);
366
nonConstThis
->internalSet(UCAL_IS_LEAP_MONTH, saveIsLeapMonth);
[
all
...]
gregocal.cpp
533
GregorianCalendar *
nonConstThis
= (GregorianCalendar*)this; // cast away const
545
nonConstThis
->fIsGregorian = (eyear >= fGregorianCutoverYear);
551
nonConstThis
->fIsGregorian = !fIsGregorian;
[
all
...]
locdspnm.cpp
371
LocaleDisplayNamesImpl *
nonConstThis
= (LocaleDisplayNamesImpl *)this;
372
nonConstThis
->locale = langData.getLocale() == Locale::getRoot()
[
all
...]
tzgnames.cpp
505
TZGNCore *
nonConstThis
= const_cast<TZGNCore *>(this);
508
locname =
nonConstThis
->getGenericLocationName(tzCanonicalID);
768
TZGNCore *
nonConstThis
= const_cast<TZGNCore *>(this);
771
uplname =
nonConstThis
->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName);
[
all
...]
tznames_impl.cpp
313
TextTrieMap *
nonConstThis
= const_cast<TextTrieMap *>(this);
314
nonConstThis
->buildTrie(status);
1050
TimeZoneNamesImpl *
nonConstThis
= const_cast<TimeZoneNamesImpl *>(this);
1054
znames =
nonConstThis
->loadMetaZoneNames(mzID);
1075
TimeZoneNamesImpl *
nonConstThis
= const_cast<TimeZoneNamesImpl *>(this);
1079
tznames =
nonConstThis
->loadTimeZoneNames(tzID);
1097
TimeZoneNamesImpl *
nonConstThis
= const_cast<TimeZoneNamesImpl *>(this);
1101
tznames =
nonConstThis
->loadTimeZoneNames(tzID);
[
all
...]
/external/chromium_org/third_party/skia/src/gpu/
GrTexture.cpp
32
GrTexture*
nonConstThis
= const_cast<GrTexture *>(this);
35
nonConstThis
->resetFlag((GrTextureFlags) kReturnToCache_FlagBit);
36
nonConstThis
->INHERITED::getContext()->addExistingTextureToCache(
nonConstThis
);
/external/skia/src/gpu/
GrTexture.cpp
32
GrTexture*
nonConstThis
= const_cast<GrTexture *>(this);
35
nonConstThis
->resetFlag((GrTextureFlags) kReturnToCache_FlagBit);
36
nonConstThis
->INHERITED::getContext()->addExistingTextureToCache(
nonConstThis
);
/external/chromium_org/third_party/icu/source/common/
rbbi.cpp
[
all
...]
/external/icu4c/common/
rbbi.cpp
[
all
...]
Completed in 363 milliseconds