Home | History | Annotate | Download | only in i18n

Lines Matching defs:nonConstThis

533     GregorianCalendar *nonConstThis = (GregorianCalendar*)this; // cast away const
545 nonConstThis->fIsGregorian = (eyear >= fGregorianCutoverYear);
551 nonConstThis->fIsGregorian = !fIsGregorian;