/external/webkit/WebCore/platform/text/ |
TextCodec.cpp | 39 int TextCodec::getUnencodableReplacement(unsigned codePoint, UnencodableHandling handling, UnencodableReplacementArray replacement) 41 switch (handling) {
|
TextCodecUserDefined.cpp | 65 static CString encodeComplexUserDefined(const UChar* characters, size_t length, UnencodableHandling handling) 80 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement); 91 CString TextCodecUserDefined::encode(const UChar* characters, size_t length, UnencodableHandling handling) 108 return encodeComplexUserDefined(characters, length, handling);
|
TextEncoding.cpp | 82 CString TextEncoding::encode(const UChar* characters, size_t length, UnencodableHandling handling) const 115 return newTextCodec(*this)->encode(source, sourceLength, handling); 119 return newTextCodec(*this)->encode(reinterpret_cast<const UChar *>(str.utf16()), str.length(), handling); 131 return newTextCodec(*this)->encode(UTF16Normalized.get(), UTF16Length, handling); 135 return textCodec.get() ? textCodec->encode(characters, length, handling) : CString();
|
TextCodecLatin1.cpp | 145 static CString encodeComplexWindowsLatin1(const UChar* characters, size_t length, UnencodableHandling handling) 163 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement); 177 CString TextCodecLatin1::encode(const UChar* characters, size_t length, UnencodableHandling handling) 196 return encodeComplexWindowsLatin1(characters, length, handling);
|
TextCodecICU.cpp | 417 CString TextCodecICU::encode(const UChar* characters, size_t length, UnencodableHandling handling) 438 switch (handling) {
|
/external/clearsilver/csharp/ |
README | 31 - recheck the function prototypes to make sure I'm handling all
|
/external/stlport/test/eh/ |
cygwin.mak | 79 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..." 83 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..." 87 echo "Cygwin has bugs in exception handling, runnning w/o throwing exceptions..."
|
/external/webkit/WebCore/page/ |
DragController.h | 65 void setIsHandlingDrag(bool handling) { m_isHandlingDrag = handling; }
|
/ndk/build/core/ |
install-binary.mk | 16 # Installed module handling
|
/external/webkit/WebCore/platform/text/mac/ |
TextCodecMac.cpp | 278 CString TextCodecMac::encode(const UChar* characters, size_t length, UnencodableHandling handling) 292 UInt8 lossByte = handling == QuestionMarksForUnencodables ? '?' : 0; 316 int entityLength = getUnencodableReplacement(badChar, handling, entity);
|
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/ |
MovieControllerLayer.m | 186 #pragma mark Movie handling 282 # pragma mark Event handling
|
/external/strace/ |
strace.spec | 93 - Fix select handling on nonstandard fd_set sizes. 101 - fix x86_64 exit_group syscall handling 109 - fix multithreaded exit handling (#132150, #135254)
|
/external/elfutils/ |
elfutils.spec | 33 handling. 44 applications for handling compiled objects. libebl provides some 73 applications for handling compiled objects. libelf allows you to
|
/external/v8/test/mjsunit/ |
const-eval-init.js | 28 // Test the handling of initialization of deleted const variables.
|
date-parse.js | 222 // Special handling for years in the [0, 100) range.
|
/external/libpng/ |
CHANGES | 21 simplified time handling into png_time 115 fixed bug in interlace handling (Smarasderagd, I think) 137 - previously read critical chunks are flagged, so the chunk handling 139 - all chunk handling routines have the same prototypes, so we will 195 fixed bug in gamma handling of 4-bit grayscale 196 added 2-bit grayscale gamma handling (Glenn R-P) 300 Fixed three bugs in pngrtran.c to make gamma+background handling consistent 581 Unknown chunk handling is now supported. [all...] |
/external/v8/test/mjsunit/regress/ |
regress-219.js | 28 // Tests handling of flags for regexps.
|
/external/webkit/WebCore/platform/text/gtk/ |
TextCodecGtk.cpp | 422 CString TextCodecGtk::encode(const UChar* characters, size_t length, UnencodableHandling handling)
|
/external/v8/src/ |
v8natives.js | 529 // Error handling according to spec.
|
mirror-debugger.js | [all...] |
/dalvik/docs/ |
prettify.js | 358 // XMP tags contain unescaped entities so require special handling. 686 * It has no special handling for double delimiter escapes as in basic, or [all...] |
/external/blktrace/btreplay/doc/ |
btreplay.tex | 137 number of workloads, the IOs are coming in from the page cache handling
|
/external/blktrace/btt/doc/ |
btt.tex | 44 of overall statistics about each of the individual handling of IOs, and [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | 236 An example of handling an error is: 246 /* perform error handling */ [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9/ |
string-unpack-code.js | [all...] |