HomeSort by relevance Sort by last modified time
    Searched full:utf8 (Results 226 - 250 of 1524) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libexif/test/nls/
test-codeset.c 43 char *utf8; member in struct:__anon27491
83 const char *utf8 = testcases[i].utf8; local
119 utf8
123 return (my_streq(transl, utf8));
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
VisualSampleEntry.java 21 import com.coremedia.iso.Utf8;
158 compressorname = Utf8.convert(bytes);
199 IsoTypeWriter.writeUInt8(byteBuffer, Utf8.utf8StringLengthInBytes(getCompressorname()));
200 byteBuffer.put(Utf8.convert(getCompressorname()));
201 int a = Utf8.utf8StringLengthInBytes(getCompressorname());
  /external/chromium_org/base/strings/
sys_string_conversions.h 33 BASE_EXPORT std::wstring SysUTF8ToWide(const StringPiece& utf8);
63 BASE_EXPORT CFStringRef SysUTF8ToCFStringRef(const std::string& utf8);
67 BASE_EXPORT NSString* SysUTF8ToNSString(const std::string& utf8);
utf_offset_string_conversions.cc 227 const base::StringPiece& utf8,
230 UTF8ToUTF16WithAdjustments(utf8.data(), utf8.length(), &result, adjustments);
235 const base::StringPiece& utf8,
239 LimitOffset<base::StringPiece>(utf8.length()));
241 string16 result = UTF8ToUTF16WithAdjustments(utf8, &adjustments);
sys_string_conversions_win.cc 19 std::wstring SysUTF8ToWide(const StringPiece& utf8) {
20 return SysMultiByteToWide(utf8, CP_UTF8);
  /external/chromium_org/extensions/renderer/
dom_activity_logger.cc 69 SendDomActionMessage(api_name.utf8(),
89 std::string api_name_utf8 = api_name.utf8();
103 std::string api_name_utf8 = api_name.utf8();
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
cldutil_dbg_empty.cc 12 //#include "util/utf8/unicodeprops.h"
13 //#include "util/utf8/unilib.h"
14 //#include "util/utf8/utf8statetable.h"
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_unicodetext.cc 26 std::string utf8; local
31 StringByteSink sink(&utf8);
33 return utf8;
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
unicodestring.h 36 explicit UnicodeString(const char* utf8)
37 : text_(UTF8ToUnicodeText(utf8, std::strlen(utf8))),
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unicodetext.cc 45 static int CodepointCount(const char* utf8, int len) {
46 return CodepointDistance(utf8, utf8 + len);
65 // than one byte in UTF8. E.g., "\xEF\xB7\x90" (U+FDD0) is
66 // structurally valid UTF8, but U+FDD0 is not an interchange-valid
87 // Is the current string invalid UTF8 or just non-interchange UTF8?
91 // structurally valid UTF8, but not interchange valid
93 } else { // bad UTF8
311 UnicodeText& UnicodeText::UnsafeAppendUTF8(const char* utf8, int len)
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
IsValidUtf8TestUtil.java 231 // Check agreement with static Utf8 methods.
232 assertEquals(isRoundTrippable, Utf8.isValidUtf8(bytes));
233 assertEquals(isRoundTrippable, Utf8.isValidUtf8(bytes, 0, numBytes));
242 int state1 = Utf8.partialIsValidUtf8(Utf8.COMPLETE, bytes, 0, i);
243 int state2 = Utf8.partialIsValidUtf8(state1, bytes, i, j);
244 int state3 = Utf8.partialIsValidUtf8(state2, bytes, j, numBytes);
245 if (isRoundTrippable != (state3 == Utf8.COMPLETE)) {
250 assertEquals(isRoundTrippable, (state3 == Utf8.COMPLETE));
265 x.partialIsValidUtf8(Utf8.COMPLETE, 0, numBytes))
    [all...]
  /external/chromium_org/url/
url_canon_mailtourl.cc 58 // Query -- always use the default utf8 charset converter.
102 RawCanonOutput<1024> utf8; local
105 SetupUTF16OverrideComponents(base, replacements, &utf8, &source, &parsed);
  /external/clang/utils/TableGen/
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp 36 StringRef UTF8(Translated, TranslatedPtr - Translated);
40 for (size_t i = 0, e = UTF8.size(); i != e; ++i) {
42 OS.write_hex(static_cast<unsigned char>(UTF8[i]));
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
RatingBox.java 22 import com.coremedia.iso.Utf8;
91 return 15 + Utf8.utf8StringLengthInBytes(ratingInfo);
110 byteBuffer.put(Utf8.convert(ratingInfo));
  /external/chromium_org/tools/grit/grit/format/
data_pack.py 27 BINARY, UTF8, UTF16 = range(3)
45 id, value = node.GetDataPackPair(lang, UTF8)
48 return WriteDataPackToString(data, UTF8)
178 # Encoding is 0 for BINARY, 1 for UTF8 and 2 for UTF16
205 WriteDataPack(data, 'datapack1.pak', UTF8)
207 WriteDataPack(data2, 'datapack2.pak', UTF8)
  /dalvik/dx/tests/024-code-bytecode/
expected.txt 11 0003: utf8{"Small"}
12 0004: utf8{"java/lang/Object"}
13 0005: utf8{"blort"}
14 0006: utf8{"()V"}
15 0007: utf8{"Code"}
21 000f: utf8{"blort"}
22 0010: utf8{"x/y/Zzz"}
23 0011: utf8{"()V"}
small-class.txt 15 01 0005 "Small" # 0003: utf8["Small"]
16 01 0010 "java/lang/Object" # 0004: utf8["java/lang/Object"]
17 01 0005 "blort" # 0005: utf8["blort"]
18 01 0003 "()V" # 0006: utf8["()V"]
19 01 0004 "Code" # 0007: utf8["Code"]
25 01 0005 "blort" # 000f: utf8["blort"]
26 01 0007 "x/y/Zzz" # 0010: utf8["x/y/Zzz"]
27 01 0003 "()V" # 0011: utf8["()V"]
  /external/chromium_org/base/i18n/
char_iterator_unittest.cc 61 // u with circumflex - 2 bytes in UTF8, 1 codeword in UTF16
62 // math double-struck A - 4 bytes in UTF8, 2 codewords in UTF16
  /external/chromium_org/base/
logging_win.h 45 // the file as a zero terminated UTF8 string,
46 // the zero-terminated UTF8 message text.
  /external/chromium_org/chrome/tools/convert_dict/
aff_reader.cc 146 std::string* utf8) const {
151 *utf8 = base::WideToUTF8(wide_word);
286 Panic("Cannot encode affix rule part '%s' to utf8.", part.c_str());
306 Panic("Cannot encode replacement rule '%s' to utf8.", rule->c_str());
330 std::string utf8; local
331 if (!EncodingToUTF8(line, &utf8))
332 Panic("Cannot encode command '%s' to utf8.", line.c_str());
333 other_commands_.push_back(utf8);
  /external/chromium_org/content/public/test/
sandbox_file_system_test_helper.h 64 fileapi::FileSystemURL CreateURLFromUTF8(const std::string& utf8) const {
65 return CreateURL(base::FilePath::FromUTF8Unsafe(utf8));
  /external/chromium_org/content/renderer/media/
webmediasource_impl.cc 43 new_codecs[i] = codecs[i].utf8().data();
47 demuxer_->AddId(id, type.utf8().data(), new_codecs));
  /external/chromium_org/third_party/re2/re2/testing/
exhaustive2_test.cc 53 // setlocale("en_US.utf8");
54 // print "matches in utf8\n" if "\n" =~ /[^a]/;
  /external/chromium_org/third_party/sfntly/cpp/src/test/
test_utils_test.cc 30 // Conversion is done from UTF16 to UTF8, SJIS
32 UConverter* conv = TestUtils::GetEncoder("utf8");
  /external/chromium_org/third_party/skia/bench/
CmapBench.cpp 77 // we're jamming values into utf8, so we must keep it legal utf8

Completed in 254 milliseconds

1 2 3 4 5 6 7 8 91011>>