Home | History | Annotate | Download | only in javascript

Lines Matching refs:cFormat

1504 //function AFDate_FormatEx(cFormat)
1612 //AFDate_KeystrokeEx(cFormat)
1679 //AFDate_KeystrokeEx(cFormat)
1786 std::string cFormat;
1800 cFormat = "99999";
1803 cFormat = "99999-9999";
1810 cFormat = "(999) 999-9999";
1812 cFormat = "999-9999";
1816 cFormat = "999-99-9999";
1821 util::printx(cFormat,strSrc,strDes);
1937 std::string cFormat;
1950 cFormat = "99999";
1953 //cFormat = "99999-9999";
1954 cFormat = "999999999";
1961 //cFormat = "(999) 999-9999";
1962 cFormat = "9999999999";
1964 //cFormat = "999-9999";
1965 cFormat = "9999999";
1969 //cFormat = "999-99-9999";
1970 cFormat = "999999999";
1975 CJS_Value vMask(isolate, cFormat.c_str());