Searched refs:timeValue (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | TimeUtil.java | 146 String timeValue = value.substring(0, timezoneOffsetPosition); in parseTimestamp() local 147 String secondValue = timeValue; in parseTimestamp() 149 int pointPosition = timeValue.indexOf('.'); in parseTimestamp() 151 secondValue = timeValue.substring(0, pointPosition); in parseTimestamp() 152 nanoValue = timeValue.substring(pointPosition + 1); in parseTimestamp()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog2.cpp | 583 void GetTimeString(UInt64 timeValue, wchar_t *s) in GetTimeString() argument 585 UInt64 hours = timeValue / 3600; in GetTimeString() 586 UInt32 seconds = (UInt32)(timeValue - hours * 3600); in GetTimeString()
|
/external/pdfium/fxjs/ |
D | cfxjse_formcalc_context.cpp | 1245 CXFA_LocaleValue timeValue( in IsoTime2Num() local 1247 if (!timeValue.IsValid()) { in IsoTime2Num() 1252 CFX_DateTime uniTime = timeValue.GetTime(); in IsoTime2Num() 1500 std::unique_ptr<CFXJSE_Value> timeValue = GetSimpleValue(pThis, args, 0); in Num2GMTime() local 1501 if (timeValue->IsNull()) { in Num2GMTime() 1505 int32_t iTime = (int32_t)ValueToFloat(pThis, timeValue.get()); in Num2GMTime() 1547 std::unique_ptr<CFXJSE_Value> timeValue = GetSimpleValue(pThis, args, 0); in Num2Time() local 1548 if (timeValue->IsNull()) { in Num2Time() 1552 float fTime = ValueToFloat(pThis, timeValue.get()); in Num2Time() 1612 std::unique_ptr<CFXJSE_Value> timeValue = GetSimpleValue(pThis, args, 0); in Time2Num() local [all …]
|