OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nonConstThis
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/i18n/
brktrans.cpp
87
BreakTransliterator *
nonConstThis
= (BreakTransliterator *)this;
88
nonConstThis
->getBreakIterator(); // Lazy-create it if necessary
digitlst.cpp
403
DigitList *
nonConstThis
= const_cast<DigitList *>(this);
415
nonConstThis
->fDouble = 0.0;
417
nonConstThis
->fDouble /= -1;
424
nonConstThis
->fDouble = INFINITY;
427
nonConstThis
->fDouble = std::numeric_limits<double>::infinity();
429
nonConstThis
->fDouble = std::numeric_limits<double>::max();
435
nonConstThis
->fDouble = -fDouble;
464
nonConstThis
->fDouble = uprv_strtod(s, &end);
466
nonConstThis
->fHaveDouble = TRUE;
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);
zstrfmt.cpp
401
TextTrieMap *
nonConstThis
= const_cast<TextTrieMap *>(this);
402
nonConstThis
->buildTrie(status);
[
all
...]
locdspnm.cpp
314
LocaleDisplayNamesImpl *
nonConstThis
= (LocaleDisplayNamesImpl *)this;
315
nonConstThis
->locale = langData.getLocale() == Locale::getRoot()
gregocal.cpp
533
GregorianCalendar *
nonConstThis
= (GregorianCalendar*)this; // cast away const
545
nonConstThis
->fIsGregorian = (eyear >= fGregorianCutoverYear);
551
nonConstThis
->fIsGregorian = !fIsGregorian;
[
all
...]
/external/icu4c/common/
rbbi.cpp
[
all
...]
Completed in 68 milliseconds