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

1 23 4 5 6 7 8 9

  /external/curl/lib/
curl_sspi.c 41 #ifdef UNICODE
curl_sspi.h 334 #ifdef UNICODE
system_win32.c 50 #ifdef UNICODE
  /external/tensorflow/tensorflow/contrib/learn/python/learn/preprocessing/
text.py 38 re.UNICODE)
90 Documents can be bytes or unicode strings, which will be encoded as
144 raw_documents: An iterable which yield either str or unicode.
162 raw_documents: An iterable which yield either str or unicode.
178 raw_documents: An iterable which yield either str or unicode.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
processenv.h 22 #ifdef UNICODE
sqltypes.h 224 #if defined(UNICODE)
newapis.h 89 #if defined(UNICODE)
141 #if !defined(UNICODE)
sti.h 49 #if defined(UNICODE)
112 #if defined(UNICODE) || defined(STI_UNICODE)
150 #if defined(UNICODE) || defined(STI_UNICODE)
205 #if defined(UNICODE) || defined(STI_UNICODE)
274 #if defined(UNICODE) || defined(STI_UNICODE)
350 #if defined(UNICODE) || defined(STI_UNICODE)
processthreadsapi.h 110 #ifdef UNICODE
123 #ifdef UNICODE
  /external/python/cpython3/Tools/stringbench/
stringbench.py 2 # Various microbenchmarks comparing unicode and byte string performance
20 UNICODE = unicode_from_str = lambda x: x
23 UNICODE = unicode_from_str = lambda x: x.decode('ascii')
47 parser.add_option("-u", "--unicode", dest="unicode_only",
49 help="only do Unicode string benchmarks")
821 if STR is UNICODE:
890 if STR is UNICODE:
1070 if STR is UNICODE:
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
UniClassObject.py 45 gIncludePattern = re.compile("^#include +[\"<]+([^\"< >]+)[>\"]+$", re.MULTILINE | re.UNICODE)
47 ## Convert a python unicode string to a normal string
49 # Convert a python unicode string to a normal string
52 # @param Uni: The python unicode string
59 ## Convert a unicode string to a Hex list
61 # Convert a unicode string to a Hex list
64 # @param Uni: The python unicode string
130 EdkLogger.error("Unicode File Parser", FORMAT_INVALID, "Invalid ISO 639-2 language code : %s" % LangName, File)
149 EdkLogger.error("Unicode File Parser", FORMAT_INVALID, "Invalid RFC 4646 language code : %s" % LangName, File)
250 EdkLogger.error("Unicode File Parser", PARSER_ERROR, "Wrong language definition",
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_re.py 89 # re.sub(x, y, unicode(x)) should return unicode(y), and
91 # str(y) if isinstance(y, str) else unicode(y).
96 self.assertEqual(type(z), unicode)
102 z = re.sub(x, y, unicode(x))
104 self.assertEqual(type(z), unicode)
356 "abcd abc bcd bx", re.UNICODE).group(1), "bx")
358 "abc bcd bc abxd", re.UNICODE).group(1), "bx")
374 "1aa! a", re.UNICODE).group(0), "1aa! a")
380 u"\u2222", re.UNICODE).group(1), u"\u2222")
    [all...]
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 6 #ifndef UNICODE
7 #define UNICODE
  /external/python/cpython2/PC/
getpathp.c 213 Works in both Unicode and 8bit environments. Only uses the
339 If MBCS, it is fine as is. If Unicode, allocate new
342 #ifdef UNICODE
379 #ifdef UNICODE
  /external/zlib/src/contrib/minizip/
iowin32.c 105 #ifdef UNICODE
178 #ifdef UNICODE
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_re.py 92 # re.sub(x, y, unicode(x)) should return unicode(y), and
94 # str(y) if isinstance(y, str) else unicode(y).
99 self.assertEqual(type(z), unicode)
105 z = re.sub(x, y, unicode(x))
107 self.assertEqual(type(z), unicode)
379 "abcd abc bcd bx", re.UNICODE).group(1), "bx")
381 "abc bcd bc abxd", re.UNICODE).group(1), "bx")
397 "1aa! a", re.UNICODE).group(0), "1aa! a")
429 u"\u2222", re.UNICODE).group(1), u"\u2222"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_re.py 92 # re.sub(x, y, unicode(x)) should return unicode(y), and
94 # str(y) if isinstance(y, str) else unicode(y).
99 self.assertEqual(type(z), unicode)
105 z = re.sub(x, y, unicode(x))
107 self.assertEqual(type(z), unicode)
379 "abcd abc bcd bx", re.UNICODE).group(1), "bx")
381 "abc bcd bc abxd", re.UNICODE).group(1), "bx")
397 "1aa! a", re.UNICODE).group(0), "1aa! a")
429 u"\u2222", re.UNICODE).group(1), u"\u2222"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_re.py 92 # re.sub(x, y, unicode(x)) should return unicode(y), and
94 # str(y) if isinstance(y, str) else unicode(y).
99 self.assertEqual(type(z), unicode)
105 z = re.sub(x, y, unicode(x))
107 self.assertEqual(type(z), unicode)
379 "abcd abc bcd bx", re.UNICODE).group(1), "bx")
381 "abc bcd bc abxd", re.UNICODE).group(1), "bx")
397 "1aa! a", re.UNICODE).group(0), "1aa! a")
429 u"\u2222", re.UNICODE).group(1), u"\u2222"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_re.py 92 # re.sub(x, y, unicode(x)) should return unicode(y), and
94 # str(y) if isinstance(y, str) else unicode(y).
99 self.assertEqual(type(z), unicode)
105 z = re.sub(x, y, unicode(x))
107 self.assertEqual(type(z), unicode)
379 "abcd abc bcd bx", re.UNICODE).group(1), "bx")
381 "abc bcd bc abxd", re.UNICODE).group(1), "bx")
397 "1aa! a", re.UNICODE).group(0), "1aa! a")
429 u"\u2222", re.UNICODE).group(1), u"\u2222"
    [all...]
  /prebuilts/sdk/current/androidx/m2repository/androidx/room/room-common/2.0.0-alpha1/
room-common-2.0.0-alpha1.jar 
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
iowin32.c 104 #ifdef UNICODE
177 #ifdef UNICODE
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
re.py 20 those found in Perl. It supports both 8-bit and Unicode strings; both
98 U UNICODE Make \w, \W, \b, \B, dependent on the Unicode locale.
116 "UNICODE", "error" ]
123 U = UNICODE = sre_compile.SRE_FLAG_UNICODE # assume unicode locale
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
re.py 20 those found in Perl. It supports both 8-bit and Unicode strings; both
98 U UNICODE Make \w, \W, \b, \B, dependent on the Unicode locale.
112 "UNICODE", "error" ]
119 U = UNICODE = sre_compile.SRE_FLAG_UNICODE # assume unicode locale
  /external/caliper/examples/src/main/java/examples/
CharacterBenchmark.java 43 UNICODE(65536);
  /external/curl/tests/server/
getpart.c 61 #if defined(WIN32) && defined(UNICODE)

Completed in 940 milliseconds

1 23 4 5 6 7 8 9