Searched refs:UNICODE (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tokenization/
H A Dpreprocessor.js3 var UNICODE = require('../common/unicode'); variable
6 var $ = UNICODE.CODE_POINTS;
H A Dtokenizer.js5 UNICODE = require('../common/unicode'),
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
[all...]
/external/v8/src/third_party/vtune/
H A Dittnotify_config.h100 #if defined(_UNICODE) && !defined(UNICODE)
101 #define UNICODE macro
109 #if defined(UNICODE) || defined(_UNICODE)
111 #endif /* UNICODE || _UNICODE */
220 #if defined(UNICODE) || defined(_UNICODE)
222 #endif /* UNICODE */
329 #if defined(UNICODE) || defined(_UNICODE)
330 const wchar_t* nameW; /*!< Copy of original name in UNICODE. */
331 #else /* UNICODE || _UNICODE */
333 #endif /* UNICODE || _UNICOD
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/simple_api/
H A Dtokenizer_proxy.js5 UNICODE = require('../common/unicode'),
36 token.chars = UNICODE.REPLACEMENT_CHARACTER;
/external/compiler-rt/lib/asan/scripts/
H A 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/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Configuration.java222 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
228 if (mode == UNICODE) {
267 mode = UNICODE;
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Daddinterface.cpp136 #ifdef UNICODE
138 #else /* UNICODE */
140 #endif /* UNICODE */
148 #ifdef UNICODE
150 #else /* UNICODE */
152 #endif /* UNICODE */
159 #ifdef UNICODE
164 #else /* UNICODE */
167 #endif /* UNICODE */
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h61 #if defined(_UNICODE) && !defined(UNICODE)
62 #define UNICODE macro
70 #if defined(UNICODE) || defined(_UNICODE)
72 #endif /* UNICODE || _UNICODE */
185 #if defined(UNICODE) || defined(_UNICODE)
187 #endif /* UNICODE */
300 #if defined(UNICODE) || defined(_UNICODE)
301 const wchar_t* nameW; /*!< Copy of original name in UNICODE. */
302 #else /* UNICODE || _UNICODE */
304 #endif /* UNICODE || _UNICOD
[all...]
/external/lzma/C/Util/SfxSetup/
H A DSfxSetup.c4 #ifndef UNICODE
5 #define UNICODE macro
/external/zlib/src/contrib/minizip/
H A Diowin32.c104 #ifdef UNICODE
177 #ifdef UNICODE
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_winreg.c43 #ifdef UNICODE
45 #else /* UNICODE */
47 #endif /* UNICODE */
456 #ifdef UNICODE
458 #else /* UNICODE */
460 #endif /* UNICODE */
846 #ifdef UNICODE
848 #else /* UNICODE */
850 #endif /* UNICODE */
993 #ifdef UNICODE
[all...]
H A Dctrl_iface_named_pipe.c27 #ifdef UNICODE
158 #ifdef UNICODE
161 #else /* UNICODE */
164 #endif /* UNICODE */
H A Dmain_winsvc.c54 #ifdef UNICODE
56 #else /* UNICODE */
58 #endif /* UNICODE */
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodings.properties256 Unicode UNICODE,UTF-16 0xFFFF
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.c436 * buffer for output. If UNICODE is not set, the buffer is not
441 #ifdef UNICODE
446 #endif /* UNICODE */
452 #ifdef UNICODE
459 #else /* UNICODE */
461 #endif /* UNICODE */
H A Dpcsc_funcs.c541 #ifdef UNICODE
543 #endif /* UNICODE */
567 #ifdef UNICODE
569 #else /* UNICODE */
580 #endif /* UNICODE */
587 #ifdef UNICODE
589 #else /* UNICODE */
591 #endif /* UNICODE */
/external/wpa_supplicant_8/src/utils/
H A Dcommon.c436 * buffer for output. If UNICODE is not set, the buffer is not
441 #ifdef UNICODE
446 #endif /* UNICODE */
452 #ifdef UNICODE
459 #else /* UNICODE */
461 #endif /* UNICODE */
H A Dpcsc_funcs.c541 #ifdef UNICODE
543 #endif /* UNICODE */
567 #ifdef UNICODE
569 #else /* UNICODE */
580 #endif /* UNICODE */
587 #ifdef UNICODE
589 #else /* UNICODE */
591 #endif /* UNICODE */
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.c436 * buffer for output. If UNICODE is not set, the buffer is not
441 #ifdef UNICODE
446 #endif /* UNICODE */
452 #ifdef UNICODE
459 #else /* UNICODE */
461 #endif /* UNICODE */
H A Dpcsc_funcs.c541 #ifdef UNICODE
543 #endif /* UNICODE */
567 #ifdef UNICODE
569 #else /* UNICODE */
580 #endif /* UNICODE */
587 #ifdef UNICODE
589 #else /* UNICODE */
591 #endif /* UNICODE */
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/
H A Dparse5.js1123 UNICODE = require('../common/unicode'),
1154 token.chars = UNICODE.REPLACEMENT_CHARACTER;
1335 var UNICODE = require('../common/unicode');
1338 var $ = UNICODE.CODE_POINTS;
1454 UNICODE = require('../common/unicode'),
1458 var $ = UNICODE.CODE_POINTS,
1459 $$ = UNICODE.CODE_POINT_SEQUENCES;
2040 this._emitChar(UNICODE.REPLACEMENT_CHARACTER);
2072 this._emitChar(UNICODE.REPLACEMENT_CHARACTER);
2089 this._emitChar(UNICODE
[all...]
/external/skia/src/utils/win/
H A DSkWGL_win.cpp162 #if defined(UNICODE)
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dtncc.c22 #ifdef UNICODE
24 #else /* UNICODE */
26 #endif /* UNICODE */
404 #ifdef UNICODE
412 #else /* UNICODE */
414 #endif /* UNICODE */
/external/wpa_supplicant_8/src/eap_peer/
H A Dtncc.c22 #ifdef UNICODE
24 #else /* UNICODE */
26 #endif /* UNICODE */
404 #ifdef UNICODE
412 #else /* UNICODE */
414 #endif /* UNICODE */
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dtncc.c22 #ifdef UNICODE
24 #else /* UNICODE */
26 #endif /* UNICODE */
404 #ifdef UNICODE
412 #else /* UNICODE */
414 #endif /* UNICODE */

Completed in 473 milliseconds

12