HomeSort by relevance Sort by last modified time
    Searched refs:utf8 (Results 126 - 150 of 276) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webrtc/webrtc/tools/rtcbot/
botmanager.js 71 key: fs.readFileSync('configurations/priv.pem', 'utf8'),
72 cert: fs.readFileSync('configurations/cert.crt', 'utf8')
  /system/core/adb/
sysdeps_win32.cpp 40 #include <android-base/utf8.h>
2471 const char* utf8; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cstrcase.c 971 char utf8BeforeTitle[64], utf8TitleSentNoLower[64], utf8[64]; local
    [all...]
  /art/runtime/
check_jni.cc 895 case 'u': // utf8
1241 const uint8_t* utf8 = CheckUtfBytes(bytes, &errorKind); local
1273 const uint8_t* utf8 = reinterpret_cast<const uint8_t*>(bytes++); local
    [all...]
intern_table.cc 215 const std::string utf8 = s->ToModifiedUtf8(); local
223 const DexFile::StringId* string_id = dex_file->FindStringId(utf8.c_str());
utils.h 123 std::string PrintableString(const char* utf8);
  /external/icu/icu4c/source/test/intltest/
convtest.cpp 1503 char utf8[256]; local
    [all...]
intltest.cpp 1185 UBool utf8 = FALSE; local
1219 utf8 = TRUE;
    [all...]
  /external/ImageMagick/MagickCore/
annotate.c 1316 *utf8; local
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/vinn/
html_imports_loader.js 27 return fs.readFileSync(fileName, 'utf8');
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
HpackTest.java 704 assertEquals(name, entry.name.utf8());
705 assertEquals(value, entry.value.utf8());
  /external/v8/test/cctest/
cctest.h 491 v8::String::Utf8Value utf8(result);
492 CHECK_EQ(0, strcmp(expected, *utf8));
  /frameworks/base/tools/aapt/
StringPool.cpp 129 StringPool::StringPool(bool utf8) :
130 mUTF8(utf8), mValues(-1)
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
SupplicantBridge.java 210 private static String escapeString(String s, boolean utf8) {
224 byte[] octets = s.getBytes(utf8 ? StandardCharsets.UTF_8 : StandardCharsets.ISO_8859_1);
  /external/libvterm/src/
vterm.c 108 vt->mode.utf8 = is_utf8;
screen.c 7 #include "utf8.h"
675 static size_t _get_chars(const VTermScreen *screen, const int utf8, void *buffer, size_t len, const VTermRect rect)
681 if(utf8) { \
  /external/pcre/dist/
pcrecpp.h 147 // The UTF8 flag, passed to the constructor, causes both pattern
151 // may depend on the UTF8 flag, so always use it when matching
152 // UTF8 text. E.g., "." will match one byte normally but with UTF8
161 // Example: using the convenience function UTF8():
162 // pcrecpp::RE re(utf8_pattern, pcrecpp::UTF8());
165 // NOTE: The UTF8 option is ignored if pcre was not configured with the
166 // --enable-utf8 flag.
186 // PCRE_UTF8 handles UTF8 chars built-in
240 // CASELESS(), UTF8(), MULTILINE(), DOTALL(), EXTENDED(
434 bool utf8() const { function in class:pcrecpp::RE_Options
    [all...]
RunGrepTest 68 utf8=$?
531 if [ $utf8 -ne 0 ] ; then
  /external/expat/tests/
runtests.c 396 char *utf8 = local
400 run_character_check(text, utf8);
402 run_attribute_check(text, utf8);
    [all...]
  /external/skia/samplecode/
SampleAll.cpp 342 char utf8[] = "utf8" "\xe2\x80\xa6"; local
462 canvas->drawText(utf8, sizeof(utf8) - 1, x, y, paint);
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.6.0/
okio-1.6.0.jar 
  /external/libchrome/base/files/
file_path_unittest.cc 56 const char* utf8; member in struct:base::UTF8TestData
319 // handle the case when AppendASCII is passed UTF8
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Hpack.java 430 throw new IOException("PROTOCOL_ERROR response malformed: mixed case name: " + name.utf8());
  /external/regex-re2/re2/
re2.h 508 // utf8 (true) text and pattern are UTF-8; otherwise Latin-1
584 bool utf8() const { return encoding_ == EncodingUTF8; } function in class:re2::RE2::Options
    [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 290 const char* utf8 = dex_file->StringDataByIdx(string_idx); local
291 string = strings[utf8];
295 // LOG(INFO) << "VMRuntime.preloadDexCaches resolved string=" << utf8;

Completed in 1490 milliseconds

1 2 3 4 56 7 8 91011>>