Home | History | Annotate | Download | only in localization

Lines Matching refs:wsTime

2263 static bool FX_ParseLocaleTime(const CFX_WideString& wsTime,
2273 const FX_WCHAR* str = wsTime.c_str();
2274 int len = wsTime.GetLength();
3582 bool FX_TimeFromCanonical(const CFX_WideStringC& wsTime,
3585 if (wsTime.GetLength() == 0) {
3593 const FX_WCHAR* str = wsTime.c_str();
3594 int len = wsTime.GetLength();