Home
last modified time | relevance | path

Searched refs:INPUT_EMPTY (Results 1 – 25 of 29) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/encoding_c/include/
H A Dencoding_rs_cpp.h836 assert(result == INPUT_EMPTY); in decode_without_bom_handling()
879 if (result == INPUT_EMPTY) { in decode_without_bom_handling_and_without_replacement()
993 assert(result == INPUT_EMPTY); in decode16_without_bom_handling()
1033 if (result == INPUT_EMPTY) { in decode16_without_bom_handling_and_without_replacement()
1091 if (result == INPUT_EMPTY) { in encode()
1152 if (result == INPUT_EMPTY) { in encode()
H A Dencoding_rs_statics.h44 #define INPUT_EMPTY 0 macro
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/encoding_c-0.9.5/include/
H A Dencoding_rs_cpp.h888 assert(result == INPUT_EMPTY); in decode_without_bom_handling()
928 if (result == INPUT_EMPTY) { in decode_without_bom_handling_and_without_replacement()
1034 assert(result == INPUT_EMPTY); in decode16_without_bom_handling()
1070 if (result == INPUT_EMPTY) { in decode16_without_bom_handling_and_without_replacement()
1124 if (result == INPUT_EMPTY) { in encode()
1182 if (result == INPUT_EMPTY) { in encode()
H A Dencoding_rs_statics.h44 #define INPUT_EMPTY 0 macro
/dports/www/firefox/firefox-99.0/third_party/rust/encoding_c/include/
H A Dencoding_rs_cpp.h888 assert(result == INPUT_EMPTY); in decode_without_bom_handling()
928 if (result == INPUT_EMPTY) { in decode_without_bom_handling_and_without_replacement()
1035 assert(result == INPUT_EMPTY); in decode16_without_bom_handling()
1071 if (result == INPUT_EMPTY) { in decode16_without_bom_handling_and_without_replacement()
1126 if (result == INPUT_EMPTY) { in encode()
1184 if (result == INPUT_EMPTY) { in encode()
H A Dencoding_rs_statics.h44 #define INPUT_EMPTY 0 macro
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/encoding_c/include/
H A Dencoding_rs_cpp.h888 assert(result == INPUT_EMPTY); in decode_without_bom_handling()
928 if (result == INPUT_EMPTY) { in decode_without_bom_handling_and_without_replacement()
1035 assert(result == INPUT_EMPTY); in decode16_without_bom_handling()
1071 if (result == INPUT_EMPTY) { in decode16_without_bom_handling_and_without_replacement()
1126 if (result == INPUT_EMPTY) { in encode()
1184 if (result == INPUT_EMPTY) { in encode()
H A Dencoding_rs_statics.h44 #define INPUT_EMPTY 0 macro
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/encoding_c/include/
H A Dencoding_rs_cpp.h888 assert(result == INPUT_EMPTY); in decode_without_bom_handling()
928 if (result == INPUT_EMPTY) { in decode_without_bom_handling_and_without_replacement()
1035 assert(result == INPUT_EMPTY); in decode16_without_bom_handling()
1071 if (result == INPUT_EMPTY) { in decode16_without_bom_handling_and_without_replacement()
1126 if (result == INPUT_EMPTY) { in encode()
1184 if (result == INPUT_EMPTY) { in encode()
H A Dencoding_rs_statics.h44 #define INPUT_EMPTY 0 macro
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/encoding_c/include/
H A Dencoding_rs_cpp.h888 assert(result == INPUT_EMPTY); in decode_without_bom_handling()
928 if (result == INPUT_EMPTY) { in decode_without_bom_handling_and_without_replacement()
1035 assert(result == INPUT_EMPTY); in decode16_without_bom_handling()
1071 if (result == INPUT_EMPTY) { in decode16_without_bom_handling_and_without_replacement()
1126 if (result == INPUT_EMPTY) { in encode()
1184 if (result == INPUT_EMPTY) { in encode()
H A Dencoding_rs_statics.h44 #define INPUT_EMPTY 0 macro
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/encoding_c/src/
H A Dlib.rs56 pub const INPUT_EMPTY: u32 = 0; const
240 CoderResult::InputEmpty => INPUT_EMPTY, in coder_result_to_u32()
248 DecoderResult::InputEmpty => INPUT_EMPTY, in decoder_result_to_u32()
257 EncoderResult::InputEmpty => INPUT_EMPTY, in encoder_result_to_u32()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/encoding_c-0.9.5/src/
H A Dlib.rs56 pub const INPUT_EMPTY: u32 = 0; const
240 CoderResult::InputEmpty => INPUT_EMPTY, in coder_result_to_u32()
248 DecoderResult::InputEmpty => INPUT_EMPTY, in decoder_result_to_u32()
257 EncoderResult::InputEmpty => INPUT_EMPTY, in encoder_result_to_u32()
/dports/www/firefox/firefox-99.0/third_party/rust/encoding_c/src/
H A Dlib.rs56 pub const INPUT_EMPTY: u32 = 0; const
240 CoderResult::InputEmpty => INPUT_EMPTY, in coder_result_to_u32()
248 DecoderResult::InputEmpty => INPUT_EMPTY, in decoder_result_to_u32()
257 EncoderResult::InputEmpty => INPUT_EMPTY, in encoder_result_to_u32()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/encoding_c/src/
H A Dlib.rs56 pub const INPUT_EMPTY: u32 = 0; const
240 CoderResult::InputEmpty => INPUT_EMPTY, in coder_result_to_u32()
248 DecoderResult::InputEmpty => INPUT_EMPTY, in decoder_result_to_u32()
257 EncoderResult::InputEmpty => INPUT_EMPTY, in encoder_result_to_u32()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/encoding_c/src/
H A Dlib.rs56 pub const INPUT_EMPTY: u32 = 0; const
240 CoderResult::InputEmpty => INPUT_EMPTY, in coder_result_to_u32()
248 DecoderResult::InputEmpty => INPUT_EMPTY, in decoder_result_to_u32()
257 EncoderResult::InputEmpty => INPUT_EMPTY, in encoder_result_to_u32()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/encoding_c/src/
H A Dlib.rs56 pub const INPUT_EMPTY: u32 = 0; const
240 CoderResult::InputEmpty => INPUT_EMPTY, in coder_result_to_u32()
248 DecoderResult::InputEmpty => INPUT_EMPTY, in decoder_result_to_u32()
257 EncoderResult::InputEmpty => INPUT_EMPTY, in encoder_result_to_u32()
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/blocks/
H A Daction.c39 INPUT_EMPTY, enumerator
277 action->inputType = INPUT_EMPTY; in createEmptyAction()
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/
H A Daction.c39 INPUT_EMPTY, enumerator
277 action->inputType = INPUT_EMPTY; in createEmptyAction()
/dports/graphics/p5-ming/libming-ming-0_4_8/src/blocks/
H A Daction.c39 INPUT_EMPTY, enumerator
277 action->inputType = INPUT_EMPTY; in createEmptyAction()
/dports/graphics/py-ming/libming-ming-0_4_8/src/blocks/
H A Daction.c39 INPUT_EMPTY, enumerator
277 action->inputType = INPUT_EMPTY; in createEmptyAction()
/dports/www/nginx-full/nginx_upstream_module-1278ee5/src/
H A Dngx_http_tnt_handlers.h127 INPUT_EMPTY, enumerator
/dports/www/firefox-esr/firefox-91.8.0/intl/
H A DEncoding.h89 const uint32_t kInputEmpty = INPUT_EMPTY;
/dports/lang/spidermonkey78/firefox-78.9.0/intl/
H A DEncoding.h89 const uint32_t kInputEmpty = INPUT_EMPTY;

12