Home | History | Annotate | Download | only in intltest

Lines Matching refs:rawoffset

419         " RawOffset(" + tzRawOffsetFloat + ")" + 
498 // h is in half-hours from GMT; rawoffset is in millis
499 int32_t rawoffset = h * 1800000;
508 StringEnumeration* ids = TimeZone::createEnumeration(rawoffset);
510 dataerrln("Fail: TimeZone::createEnumeration(rawoffset)");