Searched refs:handling (Results 1 - 25 of 59) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodec.cpp39 int TextCodec::getUnencodableReplacement(unsigned codePoint, UnencodableHandling handling, UnencodableReplacementArray replacement) argument
41 switch (handling) {
H A DTextCodecUserDefined.cpp67 static CString encodeComplexUserDefined(const CharType* characters, size_t length, UnencodableHandling handling) argument
82 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement);
94 CString TextCodecUserDefined::encodeCommon(const CharType* characters, size_t length, UnencodableHandling handling) argument
111 return encodeComplexUserDefined(characters, length, handling);
114 CString TextCodecUserDefined::encode(const UChar* characters, size_t length, UnencodableHandling handling) argument
116 return encodeCommon(characters, length, handling);
119 CString TextCodecUserDefined::encode(const LChar* characters, size_t length, UnencodableHandling handling) argument
121 return encodeCommon(characters, length, handling);
H A DTextEncoding.cpp67 CString TextEncoding::encode(const String& string, UnencodableHandling handling) const
78 encodedString = textCodec->encode(string.characters8(), string.length(), handling);
80 encodedString = textCodec->encode(string.characters16(), string.length(), handling);
84 CString TextEncoding::normalizeAndEncode(const String& string, UnencodableHandling handling) const
97 return newTextCodec(*this)->encode(string.characters8(), string.length(), handling);
120 return newTextCodec(*this)->encode(source, length, handling);
H A DTextCodecLatin1.cpp216 static CString encodeComplexWindowsLatin1(const CharType* characters, size_t length, UnencodableHandling handling) argument
234 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement);
249 CString TextCodecLatin1::encodeCommon(const CharType* characters, size_t length, UnencodableHandling handling) argument
268 return encodeComplexWindowsLatin1(characters, length, handling);
271 CString TextCodecLatin1::encode(const UChar* characters, size_t length, UnencodableHandling handling) argument
273 return encodeCommon(characters, length, handling);
276 CString TextCodecLatin1::encode(const LChar* characters, size_t length, UnencodableHandling handling) argument
278 return encodeCommon(characters, length, handling);
H A DTextCodecICU.cpp458 CString TextCodecICU::encodeInternal(const TextCodecInput& input, UnencodableHandling handling) argument
465 switch (handling) {
500 CString TextCodecICU::encodeCommon(const CharType* characters, size_t length, UnencodableHandling handling) argument
511 return encodeInternal(input, handling);
514 CString TextCodecICU::encode(const UChar* characters, size_t length, UnencodableHandling handling) argument
516 return encodeCommon(characters, length, handling);
519 CString TextCodecICU::encode(const LChar* characters, size_t length, UnencodableHandling handling) argument
521 return encodeCommon(characters, length, handling);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
H A Dfloat.asm1 ; Tests float handling
H A Dfloat-err.asm1 ; Tests illegal float handling
H A Dinteger-warn.asm1 ; Tests warnings with integer constant handling (for output, not parsing)
H A Dinteger.asm1 ; Tests integer constant handling (for output, not parsing)
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DContentDisposition.java100 return this.getParameter("handling");
104 * @param handling String to set.
106 public void setHandling(String handling) throws ParseException { argument
107 if (handling == null)
110 + ", ContentDisposition, setHandling(), the handling parameter is null");
111 this.setParameter("handling", handling);
/external/nist-sip/java/javax/sip/header/
H A DContentDispositionHeader.java17 void setHandling(String handling) throws ParseException; argument
/external/bluetooth/bluedroid/
H A DAndroid.mk3 # Setup bdroid local make variables for handling configuration
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dmirc.php137 //Client to Client Protocol handling
149 //Raw protocol handling
151 //Timer handling
H A Dd.php22 * * correct handling of r"" and ``
23 * * correct handling of ... and ..
H A Dtcl.php81 // string handling
84 // list handling
H A Ddcs.php31 * * Add handling for embedded C code. Note that the DCS IDE does not highlight C code
/external/stlport/test/eh/
H A Dcygwin.mak79 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/clang/test/Preprocessor/
H A Dfeature_tests.c33 #error Broken handling of target-specific builtins
/external/elfutils/
H A Delfutils.spec33 handling.
43 applications for handling compiled objects. libebl provides some
75 applications for handling compiled objects. libelf allows you to
193 - nm: bug fixes for handling corrupt input files
204 - strip: changed handling of ET_REL files wrt symbol tables and relocs
211 - readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A)
212 - readelf: core note handling for NT_386_TLS, NT_PPC_SPE, Alpha NT_AUXV
213 - libdwfl: bug fixes and optimization in relocation handling
214 - elfcmp: bug fix for non-allocated section handling
226 - libdwfl: bug fixes in offline archive support, symbol table handling;
[all...]
/external/bison/data/
H A Dstack.hh22 b4_copyright([Stack handling for Bison parsers in C++],
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A DMakefile384 @ echo nmake clean VCE (to build the MSVC dll with C++ exception handling)
385 @ echo nmake clean VSE (to build the MSVC dll with structured exception handling)
387 @ echo nmake clean VCE-inlined (to build the MSVC inlined dll with C++ exception handling)
388 @ echo nmake clean VSE-inlined (to build the MSVC inlined dll with structured exception handling)
391 @ echo nmake clean VCE-debug (to build the debug MSVC dll with C++ exception handling)
392 @ echo nmake clean VSE-debug (to build the debug MSVC dll with structured exception handling)
394 @ echo nmake clean VCE-inlined-debug (to build the debug MSVC inlined dll with C++ exception handling)
395 @ echo nmake clean VSE-inlined-debug (to build the debug MSVC inlined dll with structured exception handling)
/external/chromium_org/third_party/icu/source/data/region/
H A Dreslocal.mk14 # uses a few categories of data in those locales for IDN handling and language
/external/chromium_org/third_party/icu/source/data/zone/
H A Dreslocal.mk14 # uses a few categories of data in those locales for IDN handling and language
/external/llvm/test/MC/ARM/
H A Deh-directive-section.s6 @ For the functions in .text section, the exception handling index (EXIDX)
7 @ should be generated in .ARM.exidx, and the exception handling table (EXTAB)
H A Deh-directive-text-section.s7 @ exception handling table. For example, if the function is defined in .text

Completed in 484 milliseconds

123