HomeSort by relevance Sort by last modified time
    Searched refs:len16 (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/system_wrappers/include/
utf_util_win.h 25 int len16 = ::MultiByteToWideChar(CP_UTF8, 0, utf8, static_cast<int>(len), local
27 rtc::scoped_ptr<wchar_t[]> ws(new wchar_t[len16]);
29 len16);
30 return std::wstring(ws.get(), len16);
  /external/webrtc/webrtc/base/
win32.h 50 int len16 = ::MultiByteToWideChar(CP_UTF8, 0, utf8, static_cast<int>(len), local
52 wchar_t* ws = STACK_ARRAY(wchar_t, len16);
53 ::MultiByteToWideChar(CP_UTF8, 0, utf8, static_cast<int>(len), ws, len16);
54 return std::wstring(ws, len16);
  /external/skia/tests/
UnicodeTest.cpp 49 size_t len16 = len8 * 2; local
67 int count16 = paint.textToGlyphs(text16, len16, glyphs16);
  /external/skqp/tests/
UnicodeTest.cpp 49 size_t len16 = len8 * 2; local
67 int count16 = paint.textToGlyphs(text16, len16, glyphs16);
  /external/icu/icu4c/source/i18n/
repattrn.cpp 575 int32_t len16 = utext_extract(fPattern, 0, nativeLen, NULL, 0, &status); // buffer overflow error local
579 UChar *resultChars = result.getBuffer(len16);
580 utext_extract(fPattern, 0, nativeLen, resultChars, len16, &status); // unterminated warning
581 result.releaseBuffer(len16);
rematch.cpp 322 int32_t len16; local
324 len16 = (int32_t)(fMatchStart-fAppendPosition);
327 len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus);
329 UChar *inputChars = (UChar *)uprv_malloc(sizeof(UChar)*(len16+1));
334 utext_extract(fInputText, fAppendPosition, fMatchStart, inputChars, len16+1, &status);
335 destLen += utext_replace(dest, destLen, destLen, inputChars, len16, &status);
521 int32_t len16; local
523 len16 = (int32_t)(fInputLength-fAppendPosition);
525 len16 = utext_extract(fInputText, fAppendPosition, fInputLength, NULL, 0, &status);
529 UChar *inputChars = (UChar *)uprv_malloc(sizeof(UChar)*(len16));
1280 int32_t len16; local
1350 int32_t len16; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtrn.c 213 int32_t len16, u32DestLen; local
221 len16 = UPRV_LENGTHOF(surr16);
224 u_strToUTF32(u32Target, 0, &u32DestLen, surr16+i, len16-i, &err);
232 u_strToUTF32(u32Target, UPRV_LENGTHOF(u32Target), &u32DestLen, surr16+i, len16-i, &err);
257 u_strToUTF32(u32Target, 0, &u32DestLen, surr16+4, len16-4-1, &err);
265 u_strToUTF32(u32Target, UPRV_LENGTHOF(u32Target), &u32DestLen, surr16+4, len16-4-1, &err);
291 u_strToUTF32WithSub(u32Target, 0, &u32DestLen, surr16, len16-1, 0xfffd, &numSubstitutions, &err);
299 u_strToUTF32WithSub(u32Target, UPRV_LENGTHOF(u32Target), &u32DestLen, surr16, len16-1, 0xfffd, &numSubstitutions, &err);
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 3543 jsize len16; local
    [all...]
  /frameworks/av/media/extractors/mp4/
MPEG4Extractor.cpp 3256 int len16 = 0; \/\/ Number of UTF-16 characters local
    [all...]

Completed in 346 milliseconds