HomeSort by relevance Sort by last modified time
    Searched refs:handling (Results 1 - 25 of 388) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodec.cpp 38 int TextCodec::getUnencodableReplacement(unsigned codePoint, UnencodableHandling handling, UnencodableReplacementArray replacement)
40 switch (handling) {
TextCodecUserDefined.cpp 66 static CString encodeComplexUserDefined(const CharType* characters, size_t length, UnencodableHandling handling)
81 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement);
93 CString TextCodecUserDefined::encodeCommon(const CharType* characters, size_t length, UnencodableHandling handling)
110 return encodeComplexUserDefined(characters, length, handling);
113 CString TextCodecUserDefined::encode(const UChar* characters, size_t length, UnencodableHandling handling)
115 return encodeCommon(characters, length, handling);
118 CString TextCodecUserDefined::encode(const LChar* characters, size_t length, UnencodableHandling handling)
120 return encodeCommon(characters, length, handling);
StringUTF8Adaptor.h 50 explicit StringUTF8Adaptor(const String& string, ShouldNormalize normalize = DoNotNormalize, UnencodableHandling handling = EntitiesForUnencodables)
65 m_utf8Buffer = UTF8Encoding().normalizeAndEncode(string, handling);
TextEncoding.cpp 70 CString TextEncoding::encode(const String& string, UnencodableHandling handling) const
81 encodedString = textCodec->encode(string.characters8(), string.length(), handling);
83 encodedString = textCodec->encode(string.characters16(), string.length(), handling);
87 CString TextEncoding::normalizeAndEncode(const String& string, UnencodableHandling handling) const
100 return newTextCodec(*this)->encode(string.characters8(), string.length(), handling);
123 return newTextCodec(*this)->encode(source, length, handling);
TextCodecLatin1.cpp 216 static CString encodeComplexWindowsLatin1(const CharType* characters, size_t length, UnencodableHandling handling)
234 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement);
249 CString TextCodecLatin1::encodeCommon(const CharType* characters, size_t length, UnencodableHandling handling)
268 return encodeComplexWindowsLatin1(characters, length, handling);
271 CString TextCodecLatin1::encode(const UChar* characters, size_t length, UnencodableHandling handling)
273 return encodeCommon(characters, length, handling);
276 CString TextCodecLatin1::encode(const LChar* characters, size_t length, UnencodableHandling handling)
278 return encodeCommon(characters, length, handling);
TextCodecICU.cpp 480 CString TextCodecICU::encodeInternal(const TextCodecInput& input, UnencodableHandling handling)
487 switch (handling) {
522 CString TextCodecICU::encodeCommon(const CharType* characters, size_t length, UnencodableHandling handling)
533 return encodeInternal(input, handling);
536 CString TextCodecICU::encode(const UChar* characters, size_t length, UnencodableHandling handling)
538 return encodeCommon(characters, length, handling);
541 CString TextCodecICU::encode(const LChar* characters, size_t length, UnencodableHandling handling)
543 return encodeCommon(characters, length, handling);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
float.asm 1 ; Tests float handling
float-err.asm 1 ; Tests illegal float handling
integer-warn.asm 1 ; Tests warnings with integer constant handling (for output, not parsing)
integer.asm 1 ; Tests integer constant handling (for output, not parsing)
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/
module.mk 20 $(ECHO_DRIVER)psnames $(ECHO_DRIVER_DESC)Postscript & Unicode Glyph name handling$(ECHO_DRIVER_DONE)
  /external/nist-sip/java/gov/nist/javax/sip/header/
ContentDisposition.java 100 return this.getParameter("handling");
104 * @param handling String to set.
106 public void setHandling(String handling) throws ParseException {
107 if (handling == null)
110 + ", ContentDisposition, setHandling(), the handling parameter is null");
111 this.setParameter("handling", handling);
  /external/nist-sip/java/javax/sip/header/
ContentDispositionHeader.java 17 void setHandling(String handling) throws ParseException;
  /external/bluetooth/bluedroid/
Android.mk 5 # Setup bdroid local make variables for handling configuration
  /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/chromium_org/chrome/browser/resources/local_ntp/
window_disposition_util.js 7 * @fileoverview Utilities for handling window disposition.
  /external/clang/test/Preprocessor/
feature_tests.c 34 #error Broken handling of target-specific builtins
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
braille_interface.js 32 * Sets a callback for handling braille keyboard commands.
  /external/chromium_org/tools/grit/grit/gather/
interface.py 50 By default, this does nothing. If special handling is desired, it should be
61 By default, this does nothing. If special handling is desired, it should be
  /external/chromium_org/v8/test/mjsunit/
array-store-and-grow.js 39 // Check handling of the empty array.
79 // Check the handling of COW arrays
120 // Check the handling of mutable arrays.
154 // Check the handling of mutable arrays of doubles
  /external/chromium_org/v8/test/webkit/fast/js/
regexp-unicode-handling.js 26 'Test for proper handling of Unicode RegExps and <a href="http://bugzilla.webkit.org/show_bug.cgi?id=7445">bug 7445</a>: Gmail puts wrong subject in replies.'
59 // Test handling of \u2820 (skull and crossbones)
95 // Test handling of \u007c "|"
  /external/chromium_org/
Android.mk 71 endif # End primary architecture handling.
98 endif # End secondary architecture handling.
  /external/chromium_org/v8/test/webkit/
parseInt.js 60 // Test correct handling for -0.
66 // Test edge cases of our optimized int handling.
  /external/elfutils/0.153/
elfutils.spec 39 handling.
49 applications for handling compiled objects. libebl provides some
81 applications for handling compiled objects. libelf allows you to
206 sections handling.
221 - libdw: Fix for handling huge .debug_aranges section.
222 - libdwfl: Fix for handling prelinked DSO with separate debug file.
239 - libdwfl: Fixes in core-file handling, support cores from PIEs.
245 - libdw: Fixes in CFI handling, best possible handling of bogus CFA
274 attributes. Location expression handling now support
    [all...]
  /external/bison/data/
stack.hh 22 b4_copyright([Stack handling for Bison parsers in C++],

Completed in 696 milliseconds

1 2 3 4 5 6 7 8 91011>>