Searched refs:wstrValue (Results 1 – 1 of 1) sorted by relevance
914 CFX_WideString wstrValue = val; in AFNumber_Keystroke() local917 CFX_WideString swTemp = StrTrim(wstrValue); in AFNumber_Keystroke()932 wstrSelected = wstrValue.Mid(pEvent->SelStart(), in AFNumber_Keystroke()936 bool bHasSign = wstrValue.Find(L'-') != -1 && wstrSelected.Find(L'-') == -1; in AFNumber_Keystroke()951 bool bHasSep = wstrValue.Find(cSep) != -1; in AFNumber_Keystroke()990 CFX_WideString wprefix = wstrValue.Mid(0, pEvent->SelStart()); in AFNumber_Keystroke()992 if (pEvent->SelEnd() < wstrValue.GetLength()) in AFNumber_Keystroke()993 wpostfix = wstrValue.Mid(pEvent->SelEnd()); in AFNumber_Keystroke()