Searched refs:pred_whitespace (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dtextctrl.cpp354 pred_whitespace (gunichar ch, gpointer user_data) function
470 gtk_text_iter_forward_find_char(&word_end, pred_whitespace, NULL, range_end);
506 gtk_text_iter_backward_find_char(&words_start, pred_whitespace, NULL, &line_start);
507 gtk_text_iter_forward_find_char(&words_end, pred_whitespace, NULL, &line_end);
531 gtk_text_iter_backward_find_char(start, pred_whitespace, NULL, &line_start);
532 gtk_text_iter_forward_find_char(end, pred_whitespace, NULL, &line_end);

Completed in 62 milliseconds