HomeSort by relevance Sort by last modified time
    Searched refs:characters (Results 51 - 75 of 1563) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/strconv/
quote.go 109 // control characters and non-printable characters as defined by
123 // non-ASCII characters and non-printable characters as defined by IsPrint.
136 // non-ASCII characters and non-printable characters as defined by IsGraphic.
149 // for control characters and non-printable characters as defined by IsPrint.
162 // \u0100) for non-ASCII characters and non-printable characters as define
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/xml/
roundtrip.py 32 def characters(self, content): member in class:ContentGenerator
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTextLiteral.java 79 * Set the characters that will be output to the result tree..
81 * @param v Array of characters that will be output to the result tree
89 * Get the characters that will be output to the result tree..
91 * @return Array of characters that will be output to the result tree
124 * possibly other characters) when outputting text nodes.
149 * possibly other characters) when outputting text nodes.
213 rth.characters(m_ch, 0, m_ch.length);
ElemCopyOf.java 147 handler.characters(s.toCharArray(), 0, s.length());
192 handler.characters(s.toCharArray(), 0, s.length());
  /external/icu/icu4c/source/common/
brkeng.cpp 208 // TODO: Have to get some characters with script=common handled
272 const char *characters = (const char *)(data + offset); local
273 m = new BytesDictionaryMatcher(characters, transform, file);
276 const UChar *characters = (const UChar *)(data + offset); local
277 m = new UCharsDictionaryMatcher(characters, file);
  /external/libchrome/base/strings/
string_util.cc 126 // Eat up characters until reaching a known specifier.
196 // Find the first characters that aren't equal and compare them. If the end
310 // When the string was all trimmed, report that we stripped off characters
312 // stripped no characters, but we still need to clear |output|.
476 const StringPiece& characters) {
477 return input.find_first_not_of(characters) == StringPiece::npos;
481 const StringPiece16& characters) {
482 return input.find_first_not_of(characters) == StringPiece16::npos;
486 inline bool DoIsStringASCII(const Char* characters, size_t length) {
488 const Char* end = characters + length
    [all...]
  /external/libxml2/python/tests/
pushSAX.py 27 def characters(self, data): member in class:callback
29 log = log + "characters: %s:" % (data)
52 reference = "startDocument:startElement foo {'url': 'tst'}:characters: bar:endElement foo:endDocument:"
pushSAXhtml.py 27 def characters(self, data): member in class:callback
29 log = log + "characters: %s:" % (data)
53 :characters: bar:endElement foo:endElement body:endElement html:endDocument:"""
  /external/python/cpython2/Demo/xml/
roundtrip.py 32 def characters(self, content): member in class:ContentGenerator
  /external/v8/include/
v8-inspector.h 40 StringView(const uint8_t* characters, size_t length)
41 : m_is8Bit(true), m_length(length), m_characters8(characters) {}
43 StringView(const uint16_t* characters, size_t length)
44 : m_is8Bit(false), m_length(length), m_characters16(characters) {}
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
example_iter_test.go 31 // FindPrefix finds the longest common prefix of ASCII characters
41 // case for ASCII characters.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
example_iter_test.go 31 // FindPrefix finds the longest common prefix of ASCII characters
41 // case for ASCII characters.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/parse/
labelbug.s 12 ; a stream a characters. These test one particular case where gas
  /external/v8/src/regexp/
regexp-macro-assembler-irregexp.cc 217 int characters) {
222 if (characters == 4) {
224 } else if (characters == 2) {
227 DCHECK(characters == 1);
231 if (characters == 4) {
233 } else if (characters == 2) {
236 DCHECK(characters == 1);
  /prebuilts/go/darwin-x86/src/math/big/
intconv.go 97 // determine prefix characters for indicating output base
120 // number of characters for the three classes of number padding
121 var left int // space characters to left of digits for right justification ("%8d")
122 var zeros int // zero characters (actually cs[0]) as left-most digits ("%.8d")
123 var right int // space characters to right of digits for left justification ("%-8d")
136 // determine field pad from width: the least number of characters to output
229 s.SkipSpace() // skip leading space characters
  /prebuilts/go/linux-x86/src/math/big/
intconv.go 97 // determine prefix characters for indicating output base
120 // number of characters for the three classes of number padding
121 var left int // space characters to left of digits for right justification ("%8d")
122 var zeros int // zero characters (actually cs[0]) as left-most digits ("%.8d")
123 var right int // space characters to right of digits for left justification ("%-8d")
136 // determine field pad from width: the least number of characters to output
229 s.SkipSpace() // skip leading space characters
  /prebuilts/go/darwin-x86/src/encoding/json/
indent.go 10 // insignificant space characters elided.
74 // Although leading space characters (space, tab, carriage return, newline)
75 // at the beginning of src are dropped, trailing space characters
  /prebuilts/go/linux-x86/src/encoding/json/
indent.go 10 // insignificant space characters elided.
74 // Although leading space characters (space, tab, carriage return, newline)
75 // at the beginning of src are dropped, trailing space characters
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboard.java 60 CharSequence characters, int columns, int horizontalPadding) {
61 super(context, layoutTemplateResId, characters, columns, horizontalPadding);
  /external/chromium-libpac/test/js-unittest/
passthrough.js 21 c = '.'; // Replace unsupported characters with a dot.
  /external/curl/docs/cmdline-opts/
preproxy.d 19 by curl. This allows you to pass in special characters such as @ by using %40
range.d 33 Only digit characters (0-9) are valid in the 'start' and 'stop' fields of the
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 114 public void characters(char[] ch, int start, int length) method in class:SAX1ParserAdapter.DocHandlerWrapper
117 docHandler.characters(ch, start, length);
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderAdapter.java 360 * Adapt a SAX2 characters event.
362 * @param ch An array of characters.
364 * @param length The number of characters to use.
367 * @see org.xml.sax.ContentHandler#characters method in class:XMLReaderAdapter
369 public void characters (char ch[], int start, int length)
373 documentHandler.characters(ch, start, length);
380 * @param ch An array of characters.
382 * @param length The number of characters to use.
  /prebuilts/go/darwin-x86/src/cmd/internal/objabi/
path.go 10 // symbol table. All control characters, space, '%' and '"', as well as

Completed in 643 milliseconds

1 23 4 5 6 7 8 91011>>