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_bstring.cpp487 #define FORCE_UNICODE 0x20000 macro
555 nModifier = FORCE_UNICODE; in FormatV()
576 case 'c'|FORCE_UNICODE: in FormatV()
577 case 'C'|FORCE_UNICODE: in FormatV()
618 case 's'|FORCE_UNICODE: in FormatV()
619 case 'S'|FORCE_UNICODE: { in FormatV()
Dfx_basic_wstring.cpp753 #define FORCE_UNICODE 0x20000 macro
821 nModifier = FORCE_UNICODE; in FormatV()
842 case 'c'|FORCE_UNICODE: in FormatV()
843 case 'C'|FORCE_UNICODE: in FormatV()
884 case 's'|FORCE_UNICODE: in FormatV()
885 case 'S'|FORCE_UNICODE: { in FormatV()