Searched refs:MAX_EXPRESSION_LENGTH (Results 1 – 1 of 1) sorted by relevance
17 #define MAX_EXPRESSION_LENGTH 99 macro212 … if (string_length_get(text_input->gx_single_line_text_input_buffer, MAX_EXPRESSION_LENGTH) > 0) in calculator_event_handler()223 …character_insert(text_input, (GX_UBYTE *)result, string_length_get(result, MAX_EXPRESSION_LENGTH)); in calculator_event_handler()230 … if (string_length_get(text_input->gx_single_line_text_input_buffer, MAX_EXPRESSION_LENGTH) > 0) in calculator_event_handler()240 …character_insert(text_input, (GX_UBYTE *)result, string_length_get(result, MAX_EXPRESSION_LENGTH)); in calculator_event_handler()