HomeSort by relevance Sort by last modified time
    Searched refs:wide (Results 76 - 100 of 644) sorted by null

1 2 34 5 6 7 8 91011>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shl_long_2addr/d/
T_shl_long_2addr_7.d 17 return-wide v8
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_long/d/
T_shr_long_1.d 17 return-wide v0
T_shr_long_2.d 17 return-wide v0
T_shr_long_3.d 17 return-wide v0
T_shr_long_4.d 17 return-wide v0
T_shr_long_5.d 17 return-wide v0
T_shr_long_6.d 17 return-wide v0
T_shr_long_7.d 17 return-wide v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/shr_long_2addr/d/
T_shr_long_2addr_1.d 17 return-wide v8
T_shr_long_2addr_2.d 17 return-wide v8
T_shr_long_2addr_3.d 17 return-wide v7
T_shr_long_2addr_4.d 17 return-wide v9
T_shr_long_2addr_5.d 17 return-wide v9
T_shr_long_2addr_6.d 17 return-wide v7
T_shr_long_2addr_7.d 17 return-wide v8
  /dalvik/vm/mterp/mips/
OP_CONST_WIDE_16.S 2 # const-wide/16 vAA, /* +BBBB */
OP_CONST_WIDE_32.S 2 # const-wide/32 vAA, /* +BBBBbbbb */
OP_CONST_WIDE_HIGH16.S 2 # const-wide/high16 vAA, /* +BBBB000000000000 */
  /external/chromium/base/
utf_string_conversions.cc 46 // UTF-8 <-> Wide --------------------------------------------------------------
53 std::string WideToUTF8(const std::wstring& wide) {
57 WideToUTF8(wide.data(), wide.length(), &ret);
72 // UTF-16 <-> Wide -------------------------------------------------------------
76 // When wide == UTF-16, then conversions are a NOP.
82 string16 WideToUTF16(const std::wstring& wide) {
83 return wide;
105 string16 WideToUTF16(const std::wstring& wide) {
107 WideToUTF16(wide.data(), wide.length(), &ret)
    [all...]
utf_string_conversions.h 23 BASE_API std::string WideToUTF8(const std::wstring& wide);
28 BASE_API string16 WideToUTF16(const std::wstring& wide);
53 // UTF16/Wide string.
utf_string_conversions_unittest.cc 46 // we round-trip all the wide strings through UTF-8 to make sure everything
52 std::wostringstream wide; local
53 wide << UTF8ToWide(utf8.str());
55 EXPECT_EQ(kConvertRoundtripCases[i], wide.str());
71 const wchar_t* wide; member in struct:base::UTF8ToWideCase
103 std::wstring expected(convert_cases[i].wide);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/
Application.mk 16 # Application wide Cflags
  /dalvik/vm/compiler/codegen/mips/FP/
MipsFP.cpp 30 rlSrc = rlSrc.wide ? dvmCompilerUpdateLocWide(cUnit, rlSrc) :
33 if (rlSrc.wide) {
191 assert(rlSrc1.wide);
193 assert(rlSrc2.wide);
195 assert(rlDest.wide);
196 assert(rlResult.wide);
367 if (rlDest.wide) {
383 bool wide = true; local
388 wide = false;
392 wide = false
    [all...]
  /external/chromium/base/i18n/
icu_string_conversions_unittest.cc 96 // On Windows, the field is always identical to |wide|. On Mac and Linux,
98 // BMP (<= U+FFFF). When there is, it is different from |wide| and
99 // is not a real wide string (UTF-32 string) in that each wchar_t in
105 // if it's identical to |wide| on *all* platforms.
112 const wchar_t* wide; member in struct:base::__anon3621
250 std::wstring wide; local
254 &wide);
256 EXPECT_EQ(kConvertCodepageCases[i].wide, wide);
266 success = WideToCodepage(wide, kConvertCodepageCases[i].codepage_name
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
win32.h 70 inline std::string ToUtf8(const wchar_t* wide, size_t len) {
71 int len8 = ::WideCharToMultiByte(CP_UTF8, 0, wide, len, NULL, 0, NULL, NULL);
73 ::WideCharToMultiByte(CP_UTF8, 0, wide, len, ns, len8, NULL, NULL);

Completed in 221 milliseconds

1 2 34 5 6 7 8 91011>>