/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | NumberSkeletonImpl.java | 48 static enum ParseState { enum in NumberSkeletonImpl 580 ParseState stem = ParseState.STATE_NULL; in parseSkeleton() 592 if (stem == ParseState.STATE_NULL) { in parseSkeleton() 605 if (stem == ParseState.STATE_NULL) { in parseSkeleton() 619 } else if (stem != ParseState.STATE_NULL) { in parseSkeleton() 629 if (isOptionSeparator && stem == ParseState.STATE_NULL) { in parseSkeleton() 635 if (isTokenSeparator && stem != ParseState.STATE_NULL) { in parseSkeleton() 651 stem = ParseState.STATE_NULL; in parseSkeleton() 657 assert stem == ParseState.STATE_NULL; in parseSkeleton() 666 …private static ParseState parseStem(StringSegment segment, CharsTrie stemTrie, MacroProps macros) { in parseStem() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
D | NumberSkeletonImpl.java | 45 static enum ParseState { enum in NumberSkeletonImpl 557 ParseState stem = ParseState.STATE_NULL; in parseSkeleton() 569 if (stem == ParseState.STATE_NULL) { in parseSkeleton() 582 if (stem == ParseState.STATE_NULL) { in parseSkeleton() 596 } else if (stem != ParseState.STATE_NULL) { in parseSkeleton() 606 if (isOptionSeparator && stem == ParseState.STATE_NULL) { in parseSkeleton() 612 if (isTokenSeparator && stem != ParseState.STATE_NULL) { in parseSkeleton() 626 stem = ParseState.STATE_NULL; in parseSkeleton() 632 assert stem == ParseState.STATE_NULL; in parseSkeleton() 641 …private static ParseState parseStem(StringSegment segment, CharsTrie stemTrie, MacroProps macros) { in parseStem() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 164 } ParseState; typedef 166 static_assert(sizeof(ParseState) == 4 * sizeof(int), 181 ParseState parse_state; // Backtrackable state copied for most frames. 653 ParseState copy = state->parse_state; in ParseName() 675 ParseState copy = state->parse_state; in ParseUnscopedName() 697 ParseState copy = state->parse_state; in ParseNestedName() 761 ParseState copy = state->parse_state; in ParseSourceName() 778 ParseState copy = state->parse_state; in ParseLocalSourceName() 794 ParseState copy = state->parse_state; in ParseUnnamedTypeName() 925 ParseState copy = state->parse_state; in ParseOperatorName() [all …]
|
/third_party/abseil-cpp/absl/debugging/internal/ |
D | demangle.cc | 164 } ParseState; typedef 166 static_assert(sizeof(ParseState) == 4 * sizeof(int), 181 ParseState parse_state; // Backtrackable state copied for most frames. 649 ParseState copy = state->parse_state; in ParseName() 671 ParseState copy = state->parse_state; in ParseUnscopedName() 693 ParseState copy = state->parse_state; in ParseNestedName() 757 ParseState copy = state->parse_state; in ParseSourceName() 774 ParseState copy = state->parse_state; in ParseLocalSourceName() 790 ParseState copy = state->parse_state; in ParseUnnamedTypeName() 921 ParseState copy = state->parse_state; in ParseOperatorName() [all …]
|
/third_party/re2/re2/ |
D | parse.cc | 71 class Regexp::ParseState { class in re2::Regexp 73 ParseState(ParseFlags flags, const StringPiece& whole_regexp, 75 ~ParseState(); 186 ParseState(const ParseState&) = delete; 187 ParseState& operator=(const ParseState&) = delete; 194 Regexp::ParseState::ParseState(ParseFlags flags, in ParseState() function in re2::Regexp::ParseState 206 Regexp::ParseState::~ParseState() { in ~ParseState() 220 Regexp* Regexp::ParseState::FinishRegexp(Regexp* re) { in FinishRegexp() 237 bool Regexp::ParseState::PushRegexp(Regexp* re) { in PushRegexp() 397 bool Regexp::ParseState::PushLiteral(Rune r) { in PushLiteral() [all …]
|
D | regexp.h | 454 class ParseState; variable 456 friend class ParseState; variable
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | parse.cpp | 122 } ParseState; typedef 125 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comme… 127 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment,… 143 initLookahead(ParseState* state, UCHARBUF *buf, UErrorCode *status) in initLookahead() 171 cleanupLookahead(ParseState* state) in cleanupLookahead() 183 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenum… in getToken() 217 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenu… in peekToken() 250 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UStrin… in expect() 277 static char *getInvariantString(ParseState* state, uint32_t *line, struct UString *comment, in getInvariantString() 310 parseUCARules(ParseState* state, char *tag, uint32_t startline, const struct UString* /*comment*/, … in parseUCARules() [all …]
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | parse.cpp | 122 } ParseState; typedef 125 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comme… 127 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment,… 143 initLookahead(ParseState* state, UCHARBUF *buf, UErrorCode *status) in initLookahead() 171 cleanupLookahead(ParseState* state) in cleanupLookahead() 183 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenum… in getToken() 217 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenu… in peekToken() 250 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UStrin… in expect() 277 static char *getInvariantString(ParseState* state, uint32_t *line, struct UString *comment, in getInvariantString() 310 parseUCARules(ParseState* state, char *tag, uint32_t startline, const struct UString* /*comment*/, … in parseUCARules() [all …]
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | parse.cpp | 122 } ParseState; typedef 125 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comme… 127 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment,… 143 initLookahead(ParseState* state, UCHARBUF *buf, UErrorCode *status) in initLookahead() 171 cleanupLookahead(ParseState* state) in cleanupLookahead() 183 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenum… in getToken() 217 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenu… in peekToken() 250 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UStrin… in expect() 277 static char *getInvariantString(ParseState* state, uint32_t *line, struct UString *comment, in getInvariantString() 310 parseUCARules(ParseState* state, char *tag, uint32_t startline, const struct UString* /*comment*/, … in parseUCARules() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | parse.cpp | 122 } ParseState; typedef 125 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comme… 127 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment,… 143 initLookahead(ParseState* state, UCHARBUF *buf, UErrorCode *status) in initLookahead() 171 cleanupLookahead(ParseState* state) in cleanupLookahead() 183 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenum… in getToken() 217 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenu… in peekToken() 250 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UStrin… in expect() 277 static char *getInvariantString(ParseState* state, uint32_t *line, struct UString *comment, UErrorC… in getInvariantString() 310 parseUCARules(ParseState* state, char *tag, uint32_t startline, const struct UString* /*comment*/, … in parseUCARules() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_skeletons.h | 33 enum ParseState { enum 148 ParseState parseStem(const StringSegment& segment, const UCharsTrie& stemTrie, SeenMacroProps& seen, 157 ParseState 158 parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, UErrorCode& status);
|
D | number_skeletons.cpp | 433 ParseState stem = STATE_NULL; in parseSkeleton() 519 ParseState 673 ParseState skeleton::parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, in parseOption()
|
/third_party/node/src/ |
D | node_crypto_clienthello.h | 81 enum ParseState { enum 112 ParseState state_;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_skeletons.h | 35 enum ParseState { enum 175 ParseState parseStem(const StringSegment& segment, const UCharsTrie& stemTrie, SeenMacroProps& seen, 184 ParseState 185 parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, UErrorCode& status);
|
D | number_skeletons.cpp | 511 ParseState stem = STATE_NULL; in parseSkeleton() 605 ParseState 792 ParseState skeleton::parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, in parseOption()
|
/third_party/icu/icu4c/source/i18n/ |
D | number_skeletons.h | 35 enum ParseState { enum 175 ParseState parseStem(const StringSegment& segment, const UCharsTrie& stemTrie, SeenMacroProps& seen, 184 ParseState 185 parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, UErrorCode& status);
|
D | number_skeletons.cpp | 511 ParseState stem = STATE_NULL; in parseSkeleton() 605 ParseState 792 ParseState skeleton::parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, in parseOption()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_skeletons.h | 35 enum ParseState { enum 176 ParseState parseStem(const StringSegment& segment, const UCharsTrie& stemTrie, SeenMacroProps& seen, 185 ParseState 186 parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, UErrorCode& status);
|
D | number_skeletons.cpp | 512 ParseState stem = STATE_NULL; in parseSkeleton() 606 ParseState 798 ParseState skeleton::parseOption(ParseState stem, const StringSegment& segment, MacroProps& macros, in parseOption()
|
/third_party/glib/gio/ |
D | glib-compile-resources.c | 72 } ParseState; typedef 95 ParseState *state = user_data; in start_element() 204 ParseState *state = user_data; in end_element() 530 ParseState *state = user_data; in text() 554 ParseState state = { 0, }; in parse_resource_file()
|
D | glib-compile-schemas.c | 1106 } ParseState; typedef 1126 parse_state_start_schema (ParseState *state, in parse_state_start_schema() 1257 parse_state_start_enum (ParseState *state, in parse_state_start_enum() 1293 ParseState *state = user_data; in start_element() 1554 ParseState *state = user_data; in end_element() 1598 ParseState *state = user_data; in text() 1774 ParseState state = { 0, }; in parse_gschema_files()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationES2.cpp | 890 enum class ParseState in IsValidESSLShaderSourceString() enum 915 ParseState state = ParseState::BEGINING_OF_LINE; in IsValidESSLShaderSourceString() 926 if (state != ParseState::IN_MULTI_LINE_COMMENT) in IsValidESSLShaderSourceString() 928 state = ParseState::BEGINING_OF_LINE; in IsValidESSLShaderSourceString() 937 case ParseState::BEGINING_OF_LINE: in IsValidESSLShaderSourceString() 945 state = ParseState::IN_PREPROCESSOR_DIRECTIVE; in IsValidESSLShaderSourceString() 951 state = ParseState::MIDDLE_OF_LINE; in IsValidESSLShaderSourceString() 955 case ParseState::MIDDLE_OF_LINE: in IsValidESSLShaderSourceString() 958 state = ParseState::IN_SINGLE_LINE_COMMENT; in IsValidESSLShaderSourceString() 963 state = ParseState::IN_MULTI_LINE_COMMENT; in IsValidESSLShaderSourceString() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 585 enum ParseState { 590 ParseState State = Default;
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/ |
D | gstmikey.c | 1746 } ParseState; typedef 1751 payloads_from_bytes (ParseState state, GArray * payloads, const guint8 * d, in payloads_from_bytes() 2069 ParseState state; in gst_mikey_message_new_from_data()
|
/third_party/re2/ |
D | ucs2.diff | 240 bool Regexp::ParseState::PushCarat() { 255 bool Regexp::ParseState::PushWordBoundary(bool word) {
|