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

1 2 3 4 5 6 7 8

  /external/autotest/frontend/migrations/
008_add_profiler_table.py 16 ) ENGINE=InnoDB DEFAULT CHARSET=latin1
019_add_abort_log.py 12 ) ENGINE=InnoDB DEFAULT CHARSET=latin1
033_add_host_attributes.py 9 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
032_add_recurring_run.py 15 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
066_drop_planner.py 43 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
58 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
81 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
97 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
111 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
132 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
169 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
187 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
205 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
221 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
    [all...]
028_add_atomic_groups.py 29 ) ENGINE=InnoDB DEFAULT CHARSET=latin1
  /external/regex-re2/re2/testing/
required_prefix_test.cc 45 flags = flags | Regexp::Latin1;
52 << " " << t.regexp << " " << (j==0 ? "latin1" : "utf") << " " << re->Dump();
55 << " " << t.regexp << " " << (j==0 ? "latin1" : "utf");
57 << " " << t.regexp << " " << (j==0 ? "latin1" : "utf");
59 << " " << t.regexp << " " << (j==0 ? "latin1" : "utf");
mimics_pcre_test.cc 65 flags = flags | Regexp::Latin1;
70 << (j==0 ? "latin1" : "utf");
possible_match_test.cc 137 EXPECT_FALSE(RE2("[\\s\\S]+", RE2::Latin1).
140 EXPECT_FALSE(RE2("[\\0-\xFF]+", RE2::Latin1).
143 EXPECT_FALSE(RE2(".+hello", RE2::Latin1).
146 EXPECT_FALSE(RE2(".*hello", RE2::Latin1).
149 EXPECT_FALSE(RE2(".*", RE2::Latin1).
199 RE2 re(regexp, RE2::Latin1);
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
trieset.cpp 34 : trieData(NULL), latin1(NULL), restSet(set.clone()) {
85 latin1=UTRIE_GET8_LATIN1(&trie);
98 return (UBool)latin1[c];
108 const uint8_t *latin1; member in class:TrieSet
  /external/libexif/test/nls/
test-codeset.c 42 char *latin1; member in struct:__anon15643
49 /* &auml; latin1 oct 333 hex e4 dec 228 */
55 /* &eacute; latin1 oct 351 hex e9 dec 233 */
62 /* &oacute; latin1 oct hex dec 243 */
82 const char *latin1 = testcases[i].latin1; local
118 latin1,
125 return (my_streq(transl, latin1));
Makefile.am 3 codeset_tests = test-codeset-default test-codeset-latin1 test-codeset-utf-8
  /external/autotest/database/
schema_051.sql 33 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
48 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
65 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
82 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
100 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
125 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
144 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
163 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
195 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
219 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
    [all...]
  /external/v8/src/
unicode-decoder.h 94 class Latin1 {
104 uint16_t Latin1::ConvertNonLatin1ToLatin1(uint16_t c) {
105 DCHECK(c > Latin1::kMaxChar);
factory.h 95 // - ...FromOneByte initializes the string from a buffer that is Latin1
96 // encoded (it does not check that the buffer is Latin1 encoded) and
97 // the result will be Latin1 encoded.
100 // will be Latin1 encoded, otherwise it will converted to two-byte.
102 // encoded. If the characters are all Latin1 characters, the result
103 // will be converted to Latin1, otherwise it will be left as two-byte.
130 // - ...FromOneByte initializes the string from a buffer that is Latin1
131 // encoded (it does not check that the buffer is Latin1 encoded) and the
132 // result will be Latin1 encoded.
135 // will be Latin1 encoded, otherwise it will converted to two-byte
    [all...]
  /external/autotest/database/server_db_migrations/
001_initial_db.py 49 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
66 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
87 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  /external/icu/icu4c/source/test/cintltst/
trietest.c 420 const uint32_t *latin1=UTRIE_GET32_LATIN1(&trie); local
423 if(latin1[start]!=UTRIE_GET32_FROM_LEAD(&trie, start)) {
424 log_err("error: (%s) trie.latin1[U+%04lx]=0x%lx!=0x%lx=trie.get32(U+%04lx)\n",
425 testName, start, latin1[start], UTRIE_GET32_FROM_LEAD(&trie, start), start);
429 const uint16_t *latin1=UTRIE_GET16_LATIN1(&trie); local
432 if(latin1[start]!=UTRIE_GET16_FROM_LEAD(&trie, start)) {
433 log_err("error: (%s) trie.latin1[U+%04lx]=0x%lx!=0x%lx=trie.get16(U+%04lx)\n",
434 testName, start, latin1[start], UTRIE_GET16_FROM_LEAD(&trie, start), start);
629 const uint32_t *latin1=UTRIE_GET32_LATIN1(&trie); local
632 if(latin1[start]!=UTRIE_GET32_FROM_LEAD(&trie, start))
638 const uint16_t *latin1=UTRIE_GET16_LATIN1(&trie); local
    [all...]
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-gssapi 14 #gss_id_enc latin1;
  /external/v8/src/runtime/
runtime-json.cc 48 // Optimized fast case where we only have Latin1 characters.
  /prebuilts/go/darwin-x86/src/compress/gzip/
gzip_test.go 86 latin1 := []byte{0xc4, 'u', 0xdf, 'e', 'r', 'u', 'n', 'g', 0}
88 z := Reader{r: bufio.NewReader(bytes.NewReader(latin1))}
97 buf := bytes.NewBuffer(make([]byte, 0, len(latin1)))
103 if s != string(latin1) {
104 t.Fatalf("write utf-8: got %q, want %q", s, string(latin1))
  /prebuilts/go/linux-x86/src/compress/gzip/
gzip_test.go 86 latin1 := []byte{0xc4, 'u', 0xdf, 'e', 'r', 'u', 'n', 'g', 0}
88 z := Reader{r: bufio.NewReader(bytes.NewReader(latin1))}
97 buf := bytes.NewBuffer(make([]byte, 0, len(latin1)))
103 if s != string(latin1) {
104 t.Fatalf("write utf-8: got %q, want %q", s, string(latin1))
  /external/regex-re2/re2/
prefilter.cc 214 static Info* CClass(CharClass* cc, bool latin1);
413 // Constructs Info for literal rune for Latin1 encoded string.
456 bool latin1) {
470 if (latin1) {
489 Walker(bool latin1) : latin1_(latin1) {}
500 bool latin1() { return latin1_; } function in class:re2::Prefilter::Info::Walker
511 bool latin1 = re->parse_flags() & Regexp::Latin1; local
512 Prefilter::Info::Walker w(latin1);
    [all...]
  /external/fonttools/Lib/fontTools/misc/
py23.py 39 return self.encode('latin1')
  /external/icu/icu4c/source/common/
patternprops.cpp 27 static const uint8_t latin1[256]={ variable
121 return (UBool)(latin1[c]>>1)&1;
139 return (UBool)(latin1[c]&1);
157 return (UBool)(latin1[c]>>2)&1;
  /external/v8/tools/
parser-shell.cc 90 case LATIN1: {
151 Encoding encoding = LATIN1;
156 if (strcmp(argv[i], "--latin1") == 0) {
157 encoding = LATIN1;

Completed in 848 milliseconds

1 2 3 4 5 6 7 8