Home
last modified time | relevance | path

Searched refs:parse_element_decl (Results 1 – 10 of 10) sorted by relevance

/dports/audio/festival/speech_tools/rxp/
H A Dxmlparser.c66 static int parse_element_decl(Parser p);
2052 return parse_element_decl(p); in parse_markupdecl()
2252 static int parse_element_decl(Parser p) in parse_element_decl() function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/xmerl/src/
H A Dxmerl_sax_parser_base.erlsrc2059 {Rest1, State1} = parse_element_decl(Rest, State),
2119 %% Function : parse_element_decl(Rest, State) -> Result
2126 parse_element_decl(?STRING_EMPTY, State) ->
2127 cf(?STRING_EMPTY, State, fun parse_element_decl/2);
2128 parse_element_decl(?STRING_UNBOUND_REST(C, _) = Bytes, State) when ?is_whitespace(C) ->
2131 parse_element_decl(Bytes, State) ->
2132 unicode_incomplete_check([Bytes, State, fun parse_element_decl/2],
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/xmerl/src/
H A Dxmerl_sax_parser_base.erlsrc2485 {Rest1, State1} = parse_element_decl(Rest, State),
2607 %% Function : parse_element_decl(Rest, State) -> Result
2614 parse_element_decl(?STRING_EMPTY, State) ->
2615 cf(?STRING_EMPTY, State, fun parse_element_decl/2);
2616 parse_element_decl(?STRING_UNBOUND_REST(C, _) = Bytes, State) when ?is_whitespace(C) ->
2619 parse_element_decl(Bytes, State) ->
2620 unicode_incomplete_check([Bytes, State, fun parse_element_decl/2],
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/xmerl/src/
H A Dxmerl_sax_parser_base.erlsrc2505 {Rest1, State1} = parse_element_decl(Rest, State),
2627 %% Function : parse_element_decl(Rest, State) -> Result
2634 parse_element_decl(?STRING_EMPTY, State) ->
2635 cf(?STRING_EMPTY, State, fun parse_element_decl/2);
2636 parse_element_decl(?STRING_UNBOUND_REST(C, _) = Bytes, State) when ?is_whitespace(C) ->
2639 parse_element_decl(Bytes, State) ->
2640 unicode_incomplete_check([Bytes, State, fun parse_element_decl/2],
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_sax_parser_base.erlsrc2505 {Rest1, State1} = parse_element_decl(Rest, State),
2627 %% Function : parse_element_decl(Rest, State) -> Result
2634 parse_element_decl(?STRING_EMPTY, State) ->
2635 cf(?STRING_EMPTY, State, fun parse_element_decl/2);
2636 parse_element_decl(?STRING_UNBOUND_REST(C, _) = Bytes, State) when ?is_whitespace(C) ->
2639 parse_element_decl(Bytes, State) ->
2640 unicode_incomplete_check([Bytes, State, fun parse_element_decl/2],
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_sax_parser_base.erlsrc2505 {Rest1, State1} = parse_element_decl(Rest, State),
2627 %% Function : parse_element_decl(Rest, State) -> Result
2634 parse_element_decl(?STRING_EMPTY, State) ->
2635 cf(?STRING_EMPTY, State, fun parse_element_decl/2);
2636 parse_element_decl(?STRING_UNBOUND_REST(C, _) = Bytes, State) when ?is_whitespace(C) ->
2639 parse_element_decl(Bytes, State) ->
2640 unicode_incomplete_check([Bytes, State, fun parse_element_decl/2],
/dports/lang/erlang/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_sax_parser_base.erlsrc2505 {Rest1, State1} = parse_element_decl(Rest, State),
2627 %% Function : parse_element_decl(Rest, State) -> Result
2634 parse_element_decl(?STRING_EMPTY, State) ->
2635 cf(?STRING_EMPTY, State, fun parse_element_decl/2);
2636 parse_element_decl(?STRING_UNBOUND_REST(C, _) = Bytes, State) when ?is_whitespace(C) ->
2639 parse_element_decl(Bytes, State) ->
2640 unicode_incomplete_check([Bytes, State, fun parse_element_decl/2],
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_sax_parser_base.erlsrc2505 {Rest1, State1} = parse_element_decl(Rest, State),
2627 %% Function : parse_element_decl(Rest, State) -> Result
2634 parse_element_decl(?STRING_EMPTY, State) ->
2635 cf(?STRING_EMPTY, State, fun parse_element_decl/2);
2636 parse_element_decl(?STRING_UNBOUND_REST(C, _) = Bytes, State) when ?is_whitespace(C) ->
2639 parse_element_decl(Bytes, State) ->
2640 unicode_incomplete_check([Bytes, State, fun parse_element_decl/2],
/dports/textproc/rxp/rxp-1.4.4/
H A Dxmlparser.c107 static int parse_element_decl(Parser p, Entity ent);
3303 return parse_element_decl(p, cur_ent); in parse_markupdecl()
3564 static int parse_element_decl(Parser p, Entity ent) in parse_element_decl() function
/dports/textproc/ltxml/ltxml-1.2.9/RXP/src/
H A Dxmlparser.c107 static int parse_element_decl(Parser p, Entity ent);
3323 return parse_element_decl(p, cur_ent); in parse_markupdecl()
3594 static int parse_element_decl(Parser p, Entity ent) in parse_element_decl() function