/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_parser.cpp | 682 ParserState state = ParserState::kDefault; in RebuildCrossRef() 708 case ParserState::kDefault: in RebuildCrossRef() 710 state = ParserState::kWhitespace; in RebuildCrossRef() 713 state = ParserState::kWhitespace; in RebuildCrossRef() 716 state = ParserState::kComment; in RebuildCrossRef() 718 state = ParserState::kString; in RebuildCrossRef() 722 state = ParserState::kHexString; in RebuildCrossRef() 724 state = ParserState::kEscapedString; in RebuildCrossRef() 726 state = ParserState::kTrailer; in RebuildCrossRef() 731 case ParserState::kWhitespace: in RebuildCrossRef() [all …]
|
D | cpdf_parser.h | 141 enum class ParserState { enum
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | PatternStringParser.java | 26 ParserState state = new ParserState(patternString); in parseToPatternInfo() 211 private static class ParserState { class in PatternStringParser 215 ParserState(String pattern) { in ParserState() method in PatternStringParser.ParserState 246 private static void consumePattern(ParserState state, ParsedPatternInfo result) { in consumePattern() 263 private static void consumeSubpattern(ParserState state, ParsedSubpatternInfo result) { in consumeSubpattern() 276 ParserState state, in consumePadding() 292 private static long consumeAffix(ParserState state, ParsedSubpatternInfo result) { in consumeAffix() 343 private static void consumeLiteral(ParserState state) { in consumeLiteral() 362 private static void consumeFormat(ParserState state, ParsedSubpatternInfo result) { in consumeFormat() 372 private static void consumeIntegerFormat(ParserState state, ParsedSubpatternInfo result) { in consumeIntegerFormat() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
D | PatternStringParser.java | 28 ParserState state = new ParserState(patternString); in parseToPatternInfo() 217 private static class ParserState { class in PatternStringParser 221 ParserState(String pattern) { in ParserState() method in PatternStringParser.ParserState 252 private static void consumePattern(ParserState state, ParsedPatternInfo result) { in consumePattern() 269 private static void consumeSubpattern(ParserState state, ParsedSubpatternInfo result) { in consumeSubpattern() 282 ParserState state, in consumePadding() 298 private static long consumeAffix(ParserState state, ParsedSubpatternInfo result) { in consumeAffix() 349 private static void consumeLiteral(ParserState state) { in consumeLiteral() 368 private static void consumeFormat(ParserState state, ParsedSubpatternInfo result) { in consumeFormat() 378 private static void consumeIntegerFormat(ParserState state, ParsedSubpatternInfo result) { in consumeIntegerFormat() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | number_patternstring.h | 96 struct U_I18N_API ParserState { struct 100 explicit ParserState(const UnicodeString& _pattern) in ParserState() argument 103 ParserState& operator=(ParserState&& src) U_NOEXCEPT {
|
D | number_patternstring.cpp | 121 UChar32 ParsedPatternInfo::ParserState::peek() { in peek() 129 UChar32 ParsedPatternInfo::ParserState::next() { in next()
|
/external/minijail/tools/ |
D | parser.py | 94 class ParserState: class 216 self._parser_states = [ParserState("<memory>")] 610 self._parser_states.append(ParserState(filename)) 677 self._parser_states.append(ParserState(filename))
|
D | compile_seccomp_policy.py | 75 parser_state = parser.ParserState('<memory>')
|
D | parser_unittest.py | 42 parser_state = parser.ParserState('<memory>')
|
/external/libcxx/src/filesystem/ |
D | operations.cpp | 64 enum ParserState : unsigned char { enum 76 ParserState State; 79 PathParser(string_view_t P, ParserState State) noexcept : Path(P), in PathParser() 84 : Path(P), RawEntry(E), State(static_cast<ParserState>(S)) { in PathParser() 226 void makeState(ParserState NewState, PosPtr Start, PosPtr End) noexcept { in makeState() 230 void makeState(ParserState NewState) noexcept { in makeState()
|
/external/flatbuffers/include/flatbuffers/ |
D | idl.h | 511 struct ParserState { struct 512 ParserState() in ParserState() argument 595 class Parser : public ParserState {
|
/external/python/cpython2/Modules/ |
D | _csv.c | 75 } ParserState; typedef 118 ParserState state; /* current CSV parse state */
|
/external/python/cpython3/Modules/ |
D | _csv.c | 55 } ParserState; typedef 98 ParserState state; /* current CSV parse state */
|
/external/flatbuffers/src/ |
D | idl_parser.cpp | 870 auto backup = *static_cast<ParserState *>(this); in ParseAnyValue() 887 *static_cast<ParserState *>(this) = backup; in ParseAnyValue()
|