HomeSort by relevance Sort by last modified time
    Searched defs:sourceLength (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebCore/platform/text/
TextEncoding.cpp 96 size_t sourceLength = length;
101 if (unorm_quickCheck(source, sourceLength, UNORM_NFC, &err) != UNORM_YES) {
103 normalizedCharacters.grow(sourceLength);
113 sourceLength = normalizedLength;
115 return newTextCodec(*this)->encode(source, sourceLength, handling);
  /external/webkit/WebCore/platform/text/mac/
TextCodecMac.cpp 206 int sourceLength = length;
210 while ((sourceLength || bufferWasFull) && !sawError) {
213 OSStatus status = decode(sourcePointer, sourceLength, bytesRead, buffer, sizeof(buffer), bytesWritten);
214 ASSERT(bytesRead <= sourceLength);
216 sourceLength -= bytesRead;
230 if (sourceLength) {
232 sourceLength -= 1;
239 if (sourceLength < bufferSize) {
240 memcpy(m_bufferedBytes, sourcePointer, sourceLength);
241 m_numBufferedBytes = sourceLength;
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
nucnvtst.c     [all...]
  /external/icu4c/test/cintltst/
nucnvtst.c     [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol.cpp     [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 631 milliseconds