Home | History | Annotate | Download | only in javascript

Lines Matching full:cformat

1528 //function AFDate_FormatEx(cFormat)

1637 //AFDate_KeystrokeEx(cFormat)
1704 //AFDate_KeystrokeEx(cFormat)
1811 std::string cFormat;
1825 cFormat = "99999";
1828 cFormat = "99999-9999";
1835 cFormat = "(999) 999-9999";
1837 cFormat = "999-9999";
1841 cFormat = "999-99-9999";
1846 util::printx(cFormat,strSrc,strDes);
1968 std::string cFormat;
1981 cFormat = "99999";
1984 //cFormat = "99999-9999";
1985 cFormat = "999999999";
1992 //cFormat = "(999) 999-9999";
1993 cFormat = "9999999999";
1995 //cFormat = "999-9999";
1996 cFormat = "9999999";
2000 //cFormat = "999-99-9999";
2001 cFormat = "999999999";
2006 CJS_Value vMask(isolate, cFormat.c_str());