Home
last modified time | relevance | path

Searched refs:LPCXSSTR (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dxmlstorage.h239 #define LPCXSSTR LPCSTR macro
254 #define LPCXSSTR LPCTSTR
358 XS_String& printf(LPCXSSTR fmt, ...) in printf()
418 extern const LPCXSSTR XS_EMPTY;
419 extern const LPCXSSTR XS_TRUE;
420 extern const LPCXSSTR XS_FALSE;
421 extern const LPCXSSTR XS_INTFMT;
422 extern const LPCXSSTR XS_FLOATFMT;
1955 operator LPCXSSTR() const in LPCXSSTR() function
2017 XMLInt(LPCXSSTR value, int def=0)
[all …]
H A Dxmlstorage.cpp54 const LPCXSSTR XS_EMPTY = XS_EMPTY_STR;
55 const LPCXSSTR XS_TRUE = XS_TRUE_STR;
56 const LPCXSSTR XS_FALSE = XS_FALSE_STR;
57 const LPCXSSTR XS_INTFMT = XS_INTFMT_STR;
58 const LPCXSSTR XS_FLOATFMT = XS_FLOATFMT_STR;
376 LPCXSSTR s = str.c_str(); in EncodeXMLString()
396 for(LPCXSSTR p=s; *p; ++p) in EncodeXMLString()
438 LPCXSSTR s = str.c_str(); in EncodeXMLString()
440 for(LPCXSSTR p=s; *p; ++p) in EncodeXMLString()
487 LPCXSSTR s = str_utf8.c_str(); in DecodeXMLString()
[all …]