OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_wsValue
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fxfa/src/common/
fxfa_localevalue.h
94
inline FX_BOOL IsEmpty() const { return
m_wsValue
.IsEmpty(); }
102
CFX_WideString
m_wsValue
;
/external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp
295
CFX_WideString
m_wsValue
;
308
lcnum.
m_wsValue
.Empty();
396
lcnum.
m_wsValue
= wsValue;
453
if (!
m_wsValue
.IsEmpty()) {
457
const FX_WCHAR* str = (const FX_WCHAR*)
m_wsValue
;
458
int32_t len =
m_wsValue
.GetLength();
[
all
...]
Completed in 196 milliseconds