Home | History | Annotate | Download | only in i18n

Lines Matching refs:offsetM

1202     int32_t offsetM = offset / U_MILLIS_PER_MINUTE;
1208 offset = offsetH*100 + offsetM; // HHmm
1212 offset = offsetH*10000 + offsetM*100 + offsetS; // HHmmss