/external/chromium_org/third_party/sqlite/src/test/ |
tkt3838.test | 14 # The ticket reports that the encoding is UTF8 on the DEFAULT VALUE of
|
/external/chromium_org/third_party/sqlite/src/tool/ |
rollback-test.c | 9 ** rollback-test new [-utf8] [-utf16le] [-utf16be] [-pagesize=N] DATABASE 20 "Usage: %s new [-utf8] [-utf16le] [-utf16be] [-pagesize=N] DATABASE\n" 83 if( strcmp(argv[i],"-utf8")==0 ){ 84 runSql(db, "PRAGMA encoding=UTF8");
|
/external/chromium_org/ui/base/resource/ |
resource_handle.h | 24 UTF8,
|
/external/chromium_org/v8/src/ |
unicode-inl.h | 76 unsigned Utf8::EncodeOneByte(char* str, uint8_t c) { 91 unsigned Utf8::Encode(char* str, 129 uchar Utf8::ValueOf(const byte* bytes, unsigned length, unsigned* cursor) { 140 unsigned Utf8::Length(uchar c, int previous) {
|
scanner-character-streams.cc | 171 if (c <= unibrow::Utf8::kMaxOneByteChar) { 174 c = unibrow::Utf8::CalculateValue(raw_data_ + raw_data_pos_, 211 if (character > unibrow::Utf8::kMaxOneByteChar) { 226 if (character > unibrow::Utf8::kMaxOneByteChar) { 248 // is no position in the UTF8 stream that corresponds to that. This assumes 253 // Spool backwards in utf8 buffer. 266 // Spool forwards in the utf8 buffer.
|
/external/clang/test/FixIt/ |
fixit-unicode-with-utf8-output.c | 5 // REQUIRES: utf8-capable-terminal
|
/external/icu/icu4c/source/test/perf/utrie2perf/ |
utrie2perf.bat | 4 set PERF=c:\svn\icuproj\icu\utf8\source\test\perf\utrie2perf\x86\Release\utrie2perf
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
HandlerBox.java | 23 import com.coremedia.iso.Utf8; 104 return 25 + Utf8.utf8StringLengthInBytes(name); 106 return 24 + Utf8.utf8StringLengthInBytes(name); 141 byteBuffer.put(Utf8.convert(name));
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
HeadersTest.java | 46 assertEquals(Protocol.SPDY_3.name.utf8(), headers.get(OkHeaders.SELECTED_PROTOCOL)); 48 assertEquals(Protocol.SPDY_3.name.utf8(), headers.value(0)); 70 assertEquals(Protocol.SPDY_3.name.utf8(), headers.value(0)); 84 assertEquals(Protocol.HTTP_2.name.utf8(), headers.value(0));
|
/frameworks/av/media/libstagefright/include/ |
DataUriSource.h | 65 // Use AString because individual bytes may not be valid UTF8 chars.
|
/libcore/luni/src/test/java/libcore/java/text/ |
OldDecimalFormatSymbolsTest.java | 44 // This suggests an RI bug, assuming that non-UTF8 bytes are UTF8 and 153 // This suggests an RI bug, assuming that non-UTF8 bytes are UTF8 and
|
/external/chromium_org/components/query_parser/ |
snippet.cc | 16 #include "third_party/icu/source/common/unicode/utf8.h" 95 // Converts an index in a utf8 string into the index in the corresponding utf16 97 // iterating through a utf8 string. 99 // utf8_string: the utf8 string. 100 // utf8_length: length of the utf8 string. 101 // offset: the utf8 offset to convert. 102 // utf8_pos: current offset in the utf8 string. This is modified and on return
|
/external/chromium_org/third_party/libxml/src/ |
xmlstring.c | 10 * UTF8 string routines from: 584 * Generic UTF8 handling routines * 600 * @utf: pointer to the UTF8 character 602 * calculates the internal size of a UTF8 character 615 /* check valid UTF8 character */ 630 * @utf1: pointer to first UTF8 char 631 * @utf2: pointer to second UTF8 char 652 * compute the length of an UTF8 string, it doesn't do a full UTF8 696 * Read the first UTF8 character from @ut [all...] |
/external/chromium_org/third_party/skia/third_party/harfbuzz/tests/linebreaking/ |
main.cpp | 27 Please don't save this file in emacs. It contains utf8 text sequences emacs will 87 const char *utf8; member in struct:Breaks 146 while (b->utf8) { 147 QString str = QString::fromUtf8(b->utf8); 155 qDebug("test case \"%s\" failed at char %d; break type: %d", b->utf8, i, attrs[i].lineBreakType);
|
/external/icu/icu4c/source/common/ |
ucnv_u8.c | 27 #include "unicode/utf8.h" 755 UConverter *utf8; local 767 utf8=pToUArgs->converter; 774 c=(UChar32)utf8->toUnicodeStatus; 776 toULength=oldToULength=utf8->toULength; 777 toULimit=(int8_t)utf8->mode; 834 utf8->toUnicodeStatus=0; 835 utf8->toULength=0; 907 utf8->toUBytes[oldToULength++]=*source++; 909 utf8->toUnicodeStatus=c [all...] |
/external/libxml2/ |
xmlstring.c | 10 * UTF8 string routines from: 584 * Generic UTF8 handling routines * 600 * @utf: pointer to the UTF8 character 602 * calculates the internal size of a UTF8 character 615 /* check valid UTF8 character */ 630 * @utf1: pointer to first UTF8 char 631 * @utf2: pointer to second UTF8 char 652 * compute the length of an UTF8 string, it doesn't do a full UTF8 696 * Read the first UTF8 character from @ut [all...] |
/external/okhttp/okio/src/main/java/okio/ |
ByteString.java | 46 private transient String utf8; // Lazily computed. field in class:ByteString 62 byteString.utf8 = s; 67 public String utf8() { method in class:ByteString 68 String result = utf8; 70 return result != null ? result : (utf8 = new String(data, Util.UTF_8));
|
/external/chromium_org/third_party/icu/source/common/ |
ucnv_u8.c | 752 UConverter *utf8, *cnv; local 764 utf8=pToUArgs->converter; 772 c=(UChar32)utf8->toUnicodeStatus; 774 toULength=oldToULength=utf8->toULength; 775 toULimit=(int8_t)utf8->mode; 832 utf8->toUnicodeStatus=0; 833 utf8->toULength=0; 905 utf8->toUBytes[oldToULength++]=*source++; 907 utf8->toUnicodeStatus=c; 908 utf8->toULength=toULength [all...] |
/external/chromium_org/ppapi/tests/ |
test_char_set.cc | 251 instance_->pp_instance(), badutf8, 3, "utf8", 259 instance_->pp_instance(), badutf8, 3, "utf8", 269 instance_->pp_instance(), badutf8, 3, "utf8", 318 badutf8, 3, "utf8", PP_CHARSET_TRUSTED_CONVERSIONERROR_FAIL, 327 badutf8, 3, "utf8", PP_CHARSET_TRUSTED_CONVERSIONERROR_SKIP, 337 badutf8, 3, "utf8", PP_CHARSET_TRUSTED_CONVERSIONERROR_SUBSTITUTE, 370 std::vector<uint16_t> TestCharSet::UTF8ToUTF16(const std::string& utf8) { 373 instance_->pp_instance(), utf8.c_str(), 374 static_cast<uint32_t>(utf8.size()),
|
/external/chromium_org/third_party/brotli/src/brotli/enc/ |
context.h | 24 // Second-order context lookup table for UTF8 byte streams. 61 // If the last byte is ASCII, and the second last byte is not (in a valid UTF8 65 // If the last byte is a UTF8 lead byte (value >= 192), then the next byte will 69 // If the last byte is a UTF8 continuation byte, the second last byte can be: 71 // 4-byte UTF8 characters are rare) and the context id is 0 or 1. 108 // UTF8 continuation byte range. 113 // UTF8 lead byte range. 129 // UTF8 continuation byte range. 135 // UTF8 lead byte range.
|
/external/harfbuzz_ng/test/api/ |
test-buffer.c | 32 static const char utf8[10] = "ab\360\240\200\200defg"; variable 51 "utf8" 86 hb_buffer_add_utf8 (b, utf8, G_N_ELEMENTS (utf8), 1, G_N_ELEMENTS (utf8) - 2); 357 const char utf8[8]; member in struct:__anon25494 384 escaped = g_strescape (test->utf8, NULL); 388 bytes = strlen (test->utf8); 393 hb_buffer_add_utf8 (b, test->utf8, bytes, 1, bytes - 2); 406 /* Following test table is adapted from glib/glib/tests/utf8-validate. 410 const char *utf8; member in struct:__anon25495 [all...] |
/external/chromium_org/ppapi/proxy/ |
ppb_var_unittest.cc | 18 const char* utf8 = ppb_var->VarToUtf8(var, &len); local 19 return std::string(utf8, len); 70 const char* utf8 = ppb_var_->VarToUtf8(vars_[i], &len); local 71 EXPECT_EQ(NULL, utf8); 234 const char* utf8 = ppb_var_->VarToUtf8(vars_[i], &len); local 235 EXPECT_EQ(NULL, utf8);
|
/frameworks/base/media/jni/ |
android_media_MediaScanner.cpp | 64 unsigned char utf8 = *(bytes++); local 66 switch (utf8 >> 4) { 90 utf8 = *(bytes++); 91 if ((utf8 & 0xc0) != 0x80) { 98 utf8 = *(bytes++); 99 if ((utf8 & 0xc0) != 0x80) {
|
/external/chromium_org/chromeos/network/ |
network_state_unittest.cc | 18 // StringValue that skips the DCHECK in the constructor for valid UTF8. 121 // latin1 SSID -> UTF8 SSID (Hex)
|
/external/chromium_org/content/public/common/ |
page_state.cc | 14 base::NullableString16 ToNullableString16(const std::string& utf8) { 15 return base::NullableString16(base::UTF8ToUTF16(utf8), false);
|