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

  /external/chromium/third_party/libjingle/source/talk/base/
win32.h 60 int len16 = ::MultiByteToWideChar(CP_UTF8, 0, utf8, len, NULL, 0); local
61 wchar_t* ws = STACK_ARRAY(wchar_t, len16);
62 ::MultiByteToWideChar(CP_UTF8, 0, utf8, len, ws, len16);
63 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/icu4c/i18n/
rematch.cpp 330 int32_t len16; local
332 len16 = (int32_t)(fMatchStart-fAppendPosition);
335 len16 = utext_extract(fInputText, fAppendPosition, fMatchStart, NULL, 0, &lengthStatus);
337 UChar *inputChars = (UChar *)uprv_malloc(sizeof(UChar)*(len16+1));
342 utext_extract(fInputText, fAppendPosition, fMatchStart, inputChars, len16+1, &status);
343 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));
1255 int32_t len16; local
1332 int32_t len16; local
1404 int32_t len16; local
    [all...]
repattrn.cpp 539 int32_t len16 = utext_extract(fPattern, 0, nativeLen, NULL, 0, &status); // buffer overflow error local
543 UChar *resultChars = result.getBuffer(len16);
544 utext_extract(fPattern, 0, nativeLen, resultChars, len16, &status); // unterminated warning
545 result.releaseBuffer(len16);
uspoof.cpp 345 int32_t len16; local
347 u_strFromUTF8(text16, USPOOF_STACK_BUFFER_SIZE, &len16, text, length, status);
352 text16 = static_cast<UChar *>(uprv_malloc(len16 * sizeof(UChar) + 2));
358 u_strFromUTF8(text16, len16+1, NULL, text, length, status);
362 int32_t result = uspoof_check(sc, text16, len16, &position16, status);
370 U_ASSERT(position16 <= len16);
  /external/icu4c/test/cintltst/
custrtrn.c 213 int32_t len16, u32DestLen; local
221 len16 = LENGTHOF(surr16);
224 u_strToUTF32(u32Target, 0, &u32DestLen, surr16+i, len16-i, &err);
232 u_strToUTF32(u32Target, LENGTHOF(u32Target), &u32DestLen, surr16+i, len16-i, &err);
257 u_strToUTF32(u32Target, 0, &u32DestLen, surr16+4, len16-4-1, &err);
265 u_strToUTF32(u32Target, 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, LENGTHOF(u32Target), &u32DestLen, surr16, len16-1, 0xfffd, &numSubstitutions, &err);
    [all...]
reapits.c 1785 int32_t len16; local
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 3544 jsize len16; local
    [all...]

Completed in 110 milliseconds