Searched refs:textChanged (Results 1 – 11 of 11) sorted by relevance
447 UBool textChanged = FALSE; in ubiditransform_transform() local506 textChanged = TRUE; in ubiditransform_transform()511 if (!textChanged && U_SUCCESS(*pErrorCode)) { in ubiditransform_transform()
194 textChanged(j); in buildGUI()343 public void textChanged(int index) { in textChanged() method in CalendarCalcFrame486 textChanged(i); in processKeyEvent()
216 BOOL textChanged = ![self.text isEqualToString:newText];217 if (textChanged) {247 if (textChanged) {
471 } else if (event_type == "textChanged") {
776 final bool textChanged = _effectiveController.text.isNotEmpty;778 if (widget.onChanged != null && textChanged)
1491 final bool textChanged = _value?.text != value?.text;1492 if (textChanged && widget.inputFormatters != null && widget.inputFormatters.isNotEmpty) {1500 if (textChanged && widget.onChanged != null)
124 connect(wpsApPinEdit, SIGNAL(textChanged(const QString &)), this, in WpaGui()
122 connect(wpsApPinEdit, SIGNAL(textChanged(const QString &)), this, in WpaGui()