HomeSort by relevance Sort by last modified time
    Searched refs:UNICODE (Results 26 - 50 of 201) sorted by null

12 3 4 5 6 7 8 9

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_dxhelper.h 102 # ifdef UNICODE
assert.h 67 #if defined(_UNICODE) || defined(UNICODE)
72 #else /* not unicode */
77 #endif /* _UNICODE||UNICODE */
scrnsave.h 32 #if defined(UNICODE)
namedpipeapi.h 31 #ifdef UNICODE
synchapi.h 91 #ifdef UNICODE
96 #ifdef UNICODE
133 #ifdef UNICODE
145 #ifdef UNICODE
securitybaseapi.h 20 #ifdef UNICODE
27 #ifdef UNICODE
32 #ifdef UNICODE
37 #ifdef UNICODE
94 #ifdef UNICODE
129 #ifdef UNICODE
134 #ifdef UNICODE
139 #ifdef UNICODE
144 #ifdef UNICODE
150 #ifdef UNICODE
    [all...]
mapinls.h 39 #if defined(UNICODE)
multimon.h 150 #ifdef UNICODE
242 #ifdef UNICODE
257 #ifdef UNICODE
312 #ifdef UNICODE
memoryapi.h 88 #ifdef UNICODE
96 #ifdef UNICODE
ntdsbcli.h 39 #if defined(UNICODE)
57 #if defined(UNICODE)
tlhelp32.h 98 #if defined(UNICODE)
157 #if defined(UNICODE)
  /external/v8/src/third_party/vtune/
ittnotify_config.h 100 #if defined(_UNICODE) && !defined(UNICODE)
101 #define UNICODE
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 || _UNICODE *
    [all...]
  /external/curl/lib/
curl_setup.h 239 # if defined(UNICODE) && !defined(_UNICODE)
242 # if defined(_UNICODE) && !defined(UNICODE)
243 # define UNICODE
257 # ifdef UNICODE
memdebug.h 45 #if defined(WIN32) && defined(UNICODE)
102 # ifdef UNICODE
  /external/expat/xmlwf/
win32filemap.c 43 # define UNICODE
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
filters.py 28 """legacy HTML escape for non-unicode mode."""
129 re.X | re.UNICODE)
187 'unicode': 'unicode',
195 'unicode': 'str'
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Configuration.java 222 int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, DONE = 4, IGNORE = 5;
223 int mode = NONE, unicode = 0, count = 0, nextChar; local
228 if (mode == UNICODE) {
231 unicode = (unicode << 4) + digit;
237 buffer.append((char) unicode);
267 mode = UNICODE;
268 unicode = count = 0;
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 136 #ifdef UNICODE
138 #else /* UNICODE */
140 #endif /* UNICODE */
148 #ifdef UNICODE
150 #else /* UNICODE */
152 #endif /* UNICODE */
159 #ifdef UNICODE
161 (LPBYTE) ifname.unicode(),
164 #else /* UNICODE */
167 #endif /* UNICODE */
    [all...]
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 61 #if defined(_UNICODE) && !defined(UNICODE)
62 #define UNICODE
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 || _UNICODE *
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
SecMain.inf 73 MSFT:*_*_IA32_CC_FLAGS == /nologo /W4 /WX /Gy /c /D UNICODE /Od /FIAutoGen.h /EHs-c- /GF /Gs8192 /Zi /Gm /D _CRT_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_DEPRECATE
81 MSFT:*_*_X64_CC_FLAGS == /nologo /W4 /WX /Gy /c /D UNICODE /Od /FIAutoGen.h /EHs-c- /GF /Gs8192 /Zi /Gm /D _CRT_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_DEPRECATE
87 INTEL:*_*_IA32_CC_FLAGS == /nologo /W4 /WX /Gy /c /D UNICODE /Od /FIAutoGen.h /EHs-c- /GF /Gs8192 /Zi /Gm /D _CRT_SECURE_NO_WARNINGS /D _CRT_SECURE_NO_DEPRECATE
  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/parser/
SqlParser.kt 255 UNICODE;
264 ColumnInfo.UNICODE -> UNICODE
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
IdfClassObject.py 25 IMAGE_TOKEN = re.compile('IMAGE_TOKEN *\(([A-Z0-9_]+) *\)', re.MULTILINE | re.UNICODE)
108 MatchString = re.match('^[a-zA-Z][a-zA-Z0-9_]*$', LineDetails[1], re.UNICODE)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenPatchPcdTable/
GenPatchPcdTable.py 39 secRe = re.compile('^([\da-fA-F]+):([\da-fA-F]+) +([\da-fA-F]+)[Hh]? +([.\w\$]+) +(\w+)', re.UNICODE)
40 symRe = re.compile('^([\da-fA-F]+):([\da-fA-F]+) +([\.\-:\\\\\w\?@\$<>]+) +([\da-fA-F]+)', re.UNICODE)
  /external/python/cpython3/Lib/
re.py 20 those found in Perl. It supports both 8-bit and Unicode strings; both
70 range of Unicode digits.
75 range of Unicode whitespace characters.
80 range of Unicode alphanumeric characters (letters plus digits
103 (rather than the whole Unicode categories, which is the
115 U UNICODE For compatibility only. Ignored for string patterns (it
137 "UNICODE",
146 UNICODE = sre_compile.SRE_FLAG_UNICODE # assume unicode "locale"
153 U = UNICODE
    [all...]
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/test/
CollationTest.java 108 public void unicode() { method in class:CollationTest
123 @ColumnInfo(collate = ColumnInfo.UNICODE)
174 @Query("SELECT * FROM CollateEntity ORDER BY localizedName COLLATE UNICODE ASC")

Completed in 982 milliseconds

12 3 4 5 6 7 8 9