HomeSort by relevance Sort by last modified time
    Searched full:latin1 (Results 51 - 75 of 195) sorted by null

1 23 4 5 6 7 8

  /external/regex-re2/re2/testing/
tester.h 49 // (UTF-8 vs Latin1, longest vs first match, etc.).
re2_test.cc 431 TEST(QuoteMeta, Latin1) {
432 TestQuoteMeta("3\xb2 = 9", RE2::Latin1);
1004 RE2 re_test1(".........", RE2::Latin1);
1012 RE2 re_test3("(.)", RE2::Latin1);
1020 RE2 re_test5(utf8_string, RE2::Latin1);
1026 RE2 re_test7(utf8_pattern, RE2::Latin1);
1039 RE2 match_sentence(pattern, RE2::Latin1);
1048 RE2 match_sentence(pattern, RE2::Latin1);
    [all...]
compile_test.cc 108 Regexp* re = Regexp::Parse(t.regexp, Regexp::PerlX|Regexp::Latin1, NULL);
  /external/v8/src/regexp/arm/
regexp-macro-assembler-arm.cc 235 if (mode_ == LATIN1) {
382 if (mode_ == LATIN1) {
478 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) {
499 if (mode_ == LATIN1) {
553 if (mode_ == LATIN1) {
569 if (mode_ != LATIN1) {
570 // Table is 256 entries, so all Latin1 characters can be tested.
583 if (mode_ != LATIN1) {
584 // Table is 256 entries, so all Latin1 characters can be tested.
593 if (mode_ != LATIN1) {
    [all...]
regexp-macro-assembler-arm.h 196 // Which mode to generate code for (Latin1 or UC16).
  /external/v8/src/regexp/ppc/
regexp-macro-assembler-ppc.cc 252 if (mode_ == LATIN1) {
402 if (mode_ == LATIN1) {
498 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) {
518 if (mode_ == LATIN1) {
572 if (mode_ == LATIN1) {
588 if (mode_ != LATIN1) {
589 // Table is 256 entries, so all Latin1 characters can be tested.
602 if (mode_ != LATIN1) {
603 // Table is 256 entries, so all Latin1 characters can be tested.
612 if (mode_ != LATIN1) {
    [all...]
regexp-macro-assembler-ppc.h 187 // Which mode to generate code for (Latin1 or UC16).
  /external/v8/src/regexp/arm64/
regexp-macro-assembler-arm64.cc 255 if (mode_ == LATIN1) {
311 if (mode_ == LATIN1) {
481 if (mode_ == LATIN1) {
569 if ((mode_ != LATIN1) || (kTableMask != String::kMaxOneByteCharCode)) {
587 if (mode_ == LATIN1) {
650 if (mode_ != LATIN1) {
651 // Table is 256 entries, so all Latin1 characters can be tested.
662 if (mode_ != LATIN1) {
663 // Table is 256 entries, so all Latin1 characters can be tested.
    [all...]
  /external/protobuf/python/google/protobuf/internal/
encoder.py 393 return "".encode("latin1").join(pieces) ##PY25
532 b = _PY2 and (lambda x:x) or (lambda x:x.encode('latin1')) ##PY25
636 false_byte = '\x00'.encode('latin1') ##PY25
637 true_byte = '\x01'.encode('latin1') ##PY25
773 start_bytes = "".encode("latin1").join([ ##PY25
  /external/fonttools/Lib/fontTools/ttLib/tables/
_p_o_s_t.py 262 strings.append(tostr(data[index+1:index+1+length], encoding="latin1"))
270 data = data + bytechr(len(s)) + tobytes(s, encoding="latin1")
_n_a_m_e.py 128 self.string = s.encode("latin1")
  /external/fonttools/Lib/fontTools/
ttx.py 245 # Use 'latin1' because that can't fail.
246 header = tostr(header, 'latin1')
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
encoding.py 99 help_name_aliases=['encodings', 'utf8', 'utf-8', 'latin1', 'unicode',
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
_compat.py 58 return s.encode('latin1')
  /external/chromium-trace/catapult/third_party/webtest/webtest/
compat.py 12 def to_bytes(value, charset='latin1'):
  /external/libvorbis/doc/
Vorbis_I_spec.tex 15 %\usepackage[latin1]{inputenc}
  /external/shflags/doc/
RELEASE_NOTES-1.0.2.txt 78 .. vim:fileencoding=latin1:ft=rst:spell:tw=80
RELEASE_NOTES-1.0.3.txt 94 .. vim:fileencoding=latin1:ft=rst:spell:tw=80
  /external/v8/test/cctest/
test-regexp.cc 790 ArchRegExpMacroAssembler m(isolate, &zone, NativeRegExpMacroAssembler::LATIN1,
828 ArchRegExpMacroAssembler m(isolate, &zone, NativeRegExpMacroAssembler::LATIN1,
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
Test.java 331 " xsi:type=\"xsd:string\">latin1</ie> <oe"+
332 " xsi:type=\"xsd:string\">latin1</oe>"+
339 j = new JSONObject("{Envelope: {Body: {\"ns1:doGoogleSearch\": {oe: \"latin1\", filter: true, q: \"'+search+'\", key: \"GOOGLEKEY\", maxResults: 10, \"SOAP-ENV:encodingStyle\": \"http://schemas.xmlsoap.org/soap/encoding/\", start: 0, ie: \"latin1\", safeSearch:false, \"xmlns:ns1\": \"urn:GoogleSearch\"}}}}");
  /external/v8/src/regexp/ia32/
regexp-macro-assembler-ia32.h 180 // Which mode to generate code for (LATIN1 or UC16).
  /external/v8/src/regexp/mips/
regexp-macro-assembler-mips.h 201 // Which mode to generate code for (Latin1 or UC16).
  /external/v8/src/regexp/x87/
regexp-macro-assembler-x87.h 180 // Which mode to generate code for (LATIN1 or UC16).
  /libcore/ojluni/src/main/resources/sun/nio/cs/
standard-charsets 111 alias latin1
  /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
aliases.py 422 'latin1' : 'latin_1',

Completed in 681 milliseconds

1 23 4 5 6 7 8