HomeSort by relevance Sort by last modified time
    Searched full:utf16length (Results 1 - 18 of 18) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/text/
AtomicString.cpp 225 unsigned utf16Length;
236 if (buffer.utf16Length != string->length())
242 if (buffer.utf16Length != buffer.length)
257 location = StringImpl::createUninitialized(buffer.utf16Length, target).releaseRef();
260 if (convertUTF8ToUTF16(&source, source + buffer.length, &target, target + buffer.utf16Length) != conversionOK)
358 buffer.hash = calculateStringHashAndLengthFromUTF8(charactersStart, charactersEnd, buffer.length, buffer.utf16Length);
WTFString.cpp 758 unsigned utf16Length = buffer - stringBuffer.characters();
759 ASSERT(utf16Length < length);
760 return String(stringBuffer.characters(), utf16Length);
  /external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.cpp 54 int utf16Length = 0;
60 utf16Length += UTF8_IS_SURROGATE(character) ? 2 : 1;
64 return utf16Length;
  /external/webkit/Source/WebCore/platform/text/
TextEncoding.cpp 123 long UTF16Length;
125 UTF16Normalized.set(g_utf8_to_utf16(UTF8Normalized.get(), -1, 0, &UTF16Length, 0));
127 return newTextCodec(*this)->encode(UTF16Normalized.get(), UTF16Length, handling);
  /external/icu4c/tools/genrb/
reslist.c     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/
UTF8.cpp 317 unsigned calculateStringHashAndLengthFromUTF8(const char* data, const char* dataEnd, unsigned& dataLength, unsigned& utf16Length)
324 utf16Length = 0;
330 utf16Length++;
356 utf16Length++;
360 utf16Length += 2;
UTF8.h 73 unsigned calculateStringHashAndLengthFromUTF8(const char* data, const char* dataEnd, unsigned& dataLength, unsigned& utf16Length);
  /dalvik/vm/
UtfString.cpp 239 size_t utf16Length)
244 StringObject* newObj = makeStringObject(utf16Length, &chars);
251 u4 hashCode = computeUtf16Hash((u2*)(void*)chars->contents, utf16Length);
UtfString.h 99 u4 utf16Length);
  /external/webkit/Source/WebCore/xml/
XSLTProcessorLibxslt.cpp 187 int utf16Length = bufferUChar - stringBuffer.characters();
188 resultOutput.append(stringBuffer.characters(), utf16Length);
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events.c 594 int utf16length; local
650 utf16length = Utf8ToUtf16((Uint8 *)keydata, count, utf16data, utf16size);
651 if (utf16length < 0) {
666 for (i = 0; i < utf16length - 1; i++) {
676 if (utf16length > 0) {
680 keysym.unicode = utf16data[utf16length - 1];
    [all...]
  /external/v8/src/
unicode.h 191 unsigned Utf16Length();
unicode.cc 342 unsigned CharacterStream::Utf16Length() {
    [all...]
heap.cc     [all...]
objects.cc     [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 460 size_t utf16length = fillBuffer(parsingContext, text, length);
465 env->CallVoidMethod(javaParser, method, buffer, utf16length);
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c     [all...]
  /external/webkit/Source/JavaScriptCore/
ChangeLog-2007-10-14     [all...]

Completed in 2551 milliseconds