Home
last modified time | relevance | path

Searched refs:UNICODE (Results 1 – 25 of 111) sorted by relevance

12345

/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
Dtokenizer.js5 UNICODE = require('../common/unicode'), variable
9 var $ = UNICODE.CODE_POINTS,
10 $$ = UNICODE.CODE_POINT_SEQUENCES;
591 this._emitChar(UNICODE.REPLACEMENT_CHARACTER);
623 this._emitChar(UNICODE.REPLACEMENT_CHARACTER);
640 this._emitChar(UNICODE.REPLACEMENT_CHARACTER);
654 this._emitChar(UNICODE.REPLACEMENT_CHARACTER);
742 this.currentToken.tagName += UNICODE.REPLACEMENT_CHARACTER;
1030 this._emitChar(UNICODE.REPLACEMENT_CHARACTER);
1053 this._emitChar(UNICODE.REPLACEMENT_CHARACTER);
[all …]
Dpreprocessor.js3 var UNICODE = require('../common/unicode'); variable
6 var $ = UNICODE.CODE_POINTS;
/external/curl/lib/
Dcurl_multibyte.h27 defined(USE_WIN32_LDAP)) && defined(UNICODE))
60 #ifdef UNICODE
Dcurl_setup.h239 # if defined(UNICODE) && !defined(_UNICODE)
242 # if defined(_UNICODE) && !defined(UNICODE)
243 # define UNICODE macro
260 # ifdef UNICODE
Dcurl_memory.h93 #if defined(WIN32) && defined(UNICODE)
120 # ifdef UNICODE
Dconfig-win32ce.h430 #ifndef UNICODE
431 # define UNICODE macro
Dmemdebug.h49 #if defined(WIN32) && defined(UNICODE)
93 # ifdef UNICODE
Dcurl_multibyte.c26 defined(USE_WIN32_LDAP)) && defined(UNICODE))
/external/lzma/CPP/Windows/
DCOM.h52 #ifdef UNICODE
60 #ifdef UNICODE
/external/v8/src/third_party/vtune/
Dittnotify_config.h100 #if defined(_UNICODE) && !defined(UNICODE)
101 #define UNICODE macro
109 #if defined(UNICODE) || defined(_UNICODE)
220 #if defined(UNICODE) || defined(_UNICODE)
329 #if defined(UNICODE) || defined(_UNICODE)
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Dittnotify_config.h61 #if defined(_UNICODE) && !defined(UNICODE)
62 #define UNICODE macro
70 #if defined(UNICODE) || defined(_UNICODE)
185 #if defined(UNICODE) || defined(_UNICODE)
300 #if defined(UNICODE) || defined(_UNICODE)
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Daddinterface.cpp136 #ifdef UNICODE in addRegistryInterface()
148 #ifdef UNICODE in addRegistryInterface()
159 #ifdef UNICODE in addRegistryInterface()
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_Configuration.java222 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5; in load() local
228 if (mode == UNICODE) { in load()
267 mode = UNICODE; in load()
/external/dbus/tools/
Ddbus-launch-win.c25 #ifndef UNICODE
26 #define UNICODE 1 macro
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/simple_api/
Dtokenizer_proxy.js5 UNICODE = require('../common/unicode'), variable
36 token.chars = UNICODE.REPLACEMENT_CHARACTER;
/external/compiler-rt/lib/asan/scripts/
Dsymbolize.py44 match = re.match(r'\s*LOAD\s+0x[01-9a-zA-Z]+\s+(0x[01-9a-zA-Z]+)', line, re.UNICODE)
66 match = re.match(r'^(\s*#)([0-9]+) *(0x[0-9a-f]+) *\((.*)\+(0x[0-9a-f]+)\)', line, re.UNICODE)
/external/opencv3/3rdparty/include/dshow/
D_mingw_unicode.h10 #if defined(UNICODE)
D_mingw_dxhelper.h95 # ifdef UNICODE
Derrors.h160 #ifdef UNICODE
/external/icu/icu4c/source/data/unidata/
Ducdterms.txt1 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
9 INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"),
/external/messageformat/
Dunicode-license.txt1 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
12 DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/
Dmodel.py32 _SEARCH_NAME_REGEX = re.compile('\w+', re.UNICODE)
/external/webrtc/talk/media/base/
Dexecutablehelpers.h58 #ifdef UNICODE in GetExecutablePath()
/external/curl/lib/vtls/
Dschannel.h40 #ifdef UNICODE
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig_winreg.c43 #ifdef UNICODE
456 #ifdef UNICODE in wpa_config_read()
846 #ifdef UNICODE in wpa_config_write_network()
993 #ifdef UNICODE in wpa_config_write()

12345