HomeSort by relevance Sort by last modified time
    Searched full:utf8_string (Results 1 - 25 of 38) sorted by null

1 2

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERTags.java 31 public static final int UTF8_STRING = 0x0c;
DERUTF8String.java 133 out.writeEncoded(BERTags.UTF8_STRING, string);
ASN1InputStream.java 464 case UTF8_STRING:
  /external/pcre/dist/
pcrecpp_unittest.cc 1186 const unsigned char utf8_string[] = { local
    [all...]
pcrecpp.h 159 // re.FullMatch(utf8_string);
163 // re.FullMatch(utf8_string);
  /external/regex-re2/re2/testing/
re2_test.cc 990 const char utf8_string[] = { local
1005 CHECK(RE2::FullMatch(utf8_string, re_test1));
1007 CHECK(RE2::FullMatch(utf8_string, re_test2));
1013 CHECK(RE2::PartialMatch(utf8_string, re_test3, &s));
1016 CHECK(RE2::PartialMatch(utf8_string, re_test4, &s));
1020 RE2 re_test5(utf8_string, RE2::Latin1);
1021 CHECK(RE2::FullMatch(utf8_string, re_test5));
1022 RE2 re_test6(utf8_string);
1023 CHECK(RE2::FullMatch(utf8_string, re_test6));
1027 CHECK(!RE2::FullMatch(utf8_string, re_test7))
    [all...]
  /external/wpa_supplicant_8/src/crypto/
ms_funcs.c 18 * @utf8_string: UTF-8 string (IN)
19 * @utf8_string_len: Length of utf8_string (IN)
25 static int utf8_to_ucs2(const u8 *utf8_string, size_t utf8_string_len,
32 u8 c = utf8_string[i];
45 u8 c2 = utf8_string[++i];
57 u8 c3 = utf8_string[++i];
  /external/pcre/dist/doc/
pcrecpp.3 151 re.FullMatch(utf8_string);
155 re.FullMatch(utf8_string);
  /external/libvncserver/client_examples/
scrap.c 230 "UTF8_STRING", False);
  /external/pcre/dist/doc/html/
pcrecpp.html 170 re.FullMatch(utf8_string);
174 re.FullMatch(utf8_string);
  /external/v8/src/
i18n.cc 40 v8::String::Utf8Value utf8_string(
42 *setting = icu::UnicodeString::fromUTF8(*utf8_string);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xutil.h 174 XUTF8StringStyle /* UTF8_STRING */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xutil.h 172 XUTF8StringStyle /* UTF8_STRING */
  /external/icu/icu4c/source/test/intltest/
utxttest.cpp 1464 const char *utf8_string = "\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41\\x41"; local
    [all...]
ustrtest.cpp     [all...]
  /external/protobuf/src/google/protobuf/
unittest.proto 529 optional string utf8_string = 6 [default = "\341\210\264"];
  /external/regex-re2/util/
pcre.h 58 // CHECK(PCRE::FullMatch(utf8_string, re));
  /external/regex-re2/re2/
re2.h 52 // CHECK(RE2::FullMatch(utf8_string, RE2(utf8_pattern)));
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 574 is to try UTF8_STRING and fall back to STRING.
582 kw['type'] = 'UTF8_STRING'
668 fetched, defaulting to STRING except on X11, where UTF8_STRING is tried
673 kw['type'] = 'UTF8_STRING'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py 574 is to try UTF8_STRING and fall back to STRING.
582 kw['type'] = 'UTF8_STRING'
668 fetched, defaulting to STRING except on X11, where UTF8_STRING is tried
673 kw['type'] = 'UTF8_STRING'
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceConstants.java 185 private static final int UTF8_STRING = 109;
306 new ClassConstant(UTF8_STRING, null),
    [all...]
  /external/libvncserver/x11vnc/
nox11.h     [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 561 self.assertEqual(u'\u1234', proto.utf8_string)
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /external/proguard/lib/
proguard.jar 

Completed in 1632 milliseconds

1 2