Lines Matching refs:cFormat
1600 std::string cFormat; in AFSpecial_Format() local
1611 cFormat = "99999"; in AFSpecial_Format()
1614 cFormat = "99999-9999"; in AFSpecial_Format()
1620 cFormat = "(999) 999-9999"; in AFSpecial_Format()
1622 cFormat = "999-9999"; in AFSpecial_Format()
1626 cFormat = "999-99-9999"; in AFSpecial_Format()
1631 util::printx(cFormat, strSrc, strDes); in AFSpecial_Format()
1743 std::string cFormat; in AFSpecial_Keystroke() local
1751 cFormat = "99999"; in AFSpecial_Keystroke()
1755 cFormat = "999999999"; in AFSpecial_Keystroke()
1762 cFormat = "9999999999"; in AFSpecial_Keystroke()
1765 cFormat = "9999999"; in AFSpecial_Keystroke()
1770 cFormat = "999999999"; in AFSpecial_Keystroke()
1775 params2.push_back(CJS_Value(CJS_Runtime::FromContext(cc), cFormat.c_str())); in AFSpecial_Keystroke()