Home | History | Annotate | Download | only in util

Lines Matching defs:mTypes

132      * @see #mTypes
154 private final byte[] mTypes;
165 * @see #mTypes
176 * @see #mTypes
254 mTypes = types;
262 int type = mTypes[i] & 0xff;
281 mRawOffset = gmtOffsets[mTypes[lastStd] & 0xff];
316 int lastGmtOffset = gmtOffsets[mTypes[lastStd] & 0xff];
317 int lastDstOffset = gmtOffsets[mTypes[lastDst] & 0xff];
326 if (mIsDsts[mTypes[i] & 0xff] == 0) {
331 int earliestRawOffset = (firstStd != -1) ? gmtOffsets[mTypes[firstStd] & 0xff] : mRawOffset;
417 return mTypes[transition] & 0xff;
521 int type = mTypes[transitionIndex] & 0xff;
534 type = mTypes[transitionIndex] & 0xff;
612 && Arrays.equals(mTypes, other.mTypes)
633 result = prime * result + Arrays.hashCode(mTypes);
913 } else if (delta > 0 && transitionIndex >= zoneInfo.mTypes.length) {
926 int type = zoneInfo.mTypes[transitionIndex] & 0xff;
1214 int type = timeZone.mTypes[transitionIndex] & 0xff;