Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_wstring.cpp738 #define FORCE_UNICODE 0x20000 macro
805 nModifier = FORCE_UNICODE; in FormatV()
826 case 'c' | FORCE_UNICODE: in FormatV()
827 case 'C' | FORCE_UNICODE: in FormatV()
865 case 's' | FORCE_UNICODE: in FormatV()
866 case 'S' | FORCE_UNICODE: { in FormatV()
Dfx_basic_bstring.cpp464 #define FORCE_UNICODE 0x20000 macro
533 nModifier = FORCE_UNICODE; in FormatV()
554 case 'c' | FORCE_UNICODE: in FormatV()
555 case 'C' | FORCE_UNICODE: in FormatV()
593 case 's' | FORCE_UNICODE: in FormatV()
594 case 'S' | FORCE_UNICODE: { in FormatV()