HomeSort by relevance Sort by last modified time
    Searched full:parsing (Results 576 - 600 of 3047) sorted by null

<<21222324252627282930>>

  /external/icu4c/i18n/unicode/
choicfmt.h 110 * <p>During parsing, a range is selected for the longest match of
112 * Only a simple string match is performed, without parsing of arguments that
116 * but may be returned from parsing.</p>
138 * <p>Here is an example that shows formatting and parsing: </p>
491 * @param parsePosition The position to start parsing at on input.
633 * parsing (mapping strings to numbers), then intervals map to
637 * formatting but does not affect parsing. Interval i is affected
dtitvfmt.h 35 * DateIntervalFormat is a class for formatting and parsing date
37 * Only formatting is supported, parsing is not supported.
52 * although initially, parsing is not supported.
436 * Date interval parsing is not supported. Please do not use.
438 * This method should handle parsing of
443 * parsing at in the source. After calling, parse_pos.index is the end of
446 * When parsing, leading whitespace is discarded (with a successful parse),
454 * @param parse_pos The position to start parsing at. Since no parsing
    [all...]
numfmt.h 52 * formatting and parsing a number. Also provides methods for
131 * format or parsing, or want to give your users more control, you can
261 * parsing of numeric strings into Formattable objects with numeric
265 * start parsing at in the source. After calling, parse_pos.index
269 * When parsing, leading whitespace is discarded (with successful
277 * @param parse_pos The position to start parsing at. Upon return
527 * @param parsePosition The position to start parsing at on input.
584 * 1234 and parsing would stop at the "." character. Of course,
603 * Sets whether lenient parsing should be enabled (it is off by default).
605 * @param enable <code>TRUE</code> if lenient parsing should be used
    [all...]
  /external/v8/src/
preparser.h 46 // a later parsing to be faster.
53 // to speed up later parsing. Finding errors is not the goal of pre-parsing,
137 // success (even if parsing failed, the pre-parse data successfully
139 // during parsing.
165 // a type of object literal property. When parsing a property, its
519 // which is set to false if parsing failed; it is unchanged otherwise.
  /frameworks/base/docs/html/training/basics/network-ops/
xml.jd 1 page.title=Parsing XML Data
48 changes. Uploading and parsing XML data is a common task for network-connected
72 <p>The first step in parsing a feed is to decide which fields you're interested in.
118 instantiate a parser and kick off the parsing process. In this snippet, a parser
120 java.io.InputStream} as its input. It starts the parsing process with a call to
177 <p>The steps for parsing an XML feed are as follows:</p>
306 <p>One of the steps in the XML parsing described above is for the parser to skip tags it's not interested in. Here is the parser's <code>skip()</code> method:</p>
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventListener.h 199 /** Announce that parsing has begun. Not technically useful except for
208 /** Parsing is over; successfully or not. Mostly useful for telling
211 * parsing.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventListener.h 199 /** Announce that parsing has begun. Not technically useful except for
208 /** Parsing is over; successfully or not. Mostly useful for telling
211 * parsing.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventListener.h 199 /** Announce that parsing has begun. Not technically useful except for
208 /** Parsing is over; successfully or not. Mostly useful for telling
211 * parsing.
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventListener.h 199 /** Announce that parsing has begun. Not technically useful except for
208 /** Parsing is over; successfully or not. Mostly useful for telling
211 * parsing.
  /external/apache-http/src/org/apache/http/impl/cookie/
DateUtils.java 45 * A utility class for parsing and formatting HTTP dates as used in cookies and
89 * Parses a date value. The formats used for parsing the date value are retrieved from
123 * @param startDate During parsing, two digit years will be placed in the range
  /external/apache-xml/src/main/java/org/apache/xml/res/
XMLErrorResources.java 194 "parse may not be called while parsing"},
224 "startParse may not be called while parsing"},
278 "Cannot change {0} {1} while parsing"},
  /external/bison/src/
gram.h 73 parsing).
76 parsing).
96 places that parsing can get to.
  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.cc 172 // We do a lot of string assignment during parsing, but simplicity is more
202 // parsing code to handle this case.
209 // it and it would just slow down parsing the data.
  /external/clang/docs/
PTHInternals.html 75 parsing and type-checking must be completely redone every time a PTH file is
81 for Clang that also caches the work for parsing and type checking the contents
89 C++. This means development on language features at the parsing level or above
  /external/clang/include/clang/Tooling/
CompilationDatabase.h 115 /// parsing in main methods.
197 /// Returns whether parsing succeeded. Sets ErrorMessage if parsing
  /external/clang/lib/Parse/
ParseTemplate.cpp 1 //===--- ParseTemplate.cpp - Template Parsing -----------------------------===//
10 // This file implements parsing of C++ templates.
203 // We are parsing a member template.
235 // Error parsing the declarator?
330 /// the parsing fails badly (i.e., closing bracket was left out), this
520 /// ParseTemplateTemplateParameter - Handle the parsing of template
619 /// ParseNonTypeTemplateParameter - Handle the parsing of non-type
650 // When parsing a default template-argument for a non-type
670 /// This routine takes care of parsing the enclosed template argument
    [all...]
  /external/expat/amiga/
expat_vectors.c 81 extern int _Expat_XML_SetParamEntityParsing(struct ExpatIFace *, XML_Parser parser, enum XML_ParamEntityParsing parsing);
432 int _Expat_XML_SetParamEntityParsing(struct ExpatIFace * Self, XML_Parser parser, enum XML_ParamEntityParsing parsing)
434 return XML_SetParamEntityParsing(parser, parsing);
  /external/icu4c/common/
util.h 150 * Parse a pattern string within the given Replaceable and a parsing
159 * @param pat pattern that controls parsing
201 * offset within text at which to start parsing; it should point
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
SkeletonLoader.java 226 * Reset the SkeletonLoader in case an error occured while parsing XML.
277 IOException ioEx = new IOException("Error while parsing Ogre3D dotScene");
282 IOException ioEx = new IOException("Error while parsing Ogre3D dotScene");
  /external/llvm/docs/HistoricalNotes/
2007-OriginalClangReadme.txt 42 libparse - C (for now) parsing and local semantic analysis. This library
143 * Significantly faster than GCC at semantic analysis, parsing, preprocessing
159 This is aka 'incremental parsing'.
  /external/protobuf/src/google/protobuf/
unknown_field_set.h 36 // parsing a protocol message.
51 // An UnknownFieldSet contains fields that were encountered while parsing a
110 // Parsing helpers -------------------------------------------------
  /external/webkit/Source/WebCore/svg/
SVGParserUtilities.cpp 43 // We use this generic parseNumber function to allow the Path parsing code to work
220 // FIXME: Parsing error detection is missing.
319 // FIXME: Parsing error detection is missing.
  /external/webrtc/src/system_wrappers/source/
data_log_unittest.cc 42 // A static class used for parsing and verifying data log files.
150 // Data expected from parsing the file
209 // Data expected from parsing the file
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V30.java 27 * Basic implementation achieving vCard 3.0 parsing.
274 "at the end of parameter value parsing.");
328 throw new VCardException("File ended during parsing BASE64 binary");
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSParserFilter.java 20 * nodes as they are being constructed while parsing. As each node is
35 * <p> All validity checking while parsing a document occurs on the source
115 * parsing of each node. The node and all of its descendants will exist

Completed in 485 milliseconds

<<21222324252627282930>>