Searched refs:lng (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/internat/
H A Dinternat.cpp169 long lng = -1; local
175 tmp.ToLong(&lng);
178 if ( lng == -1 )
180 lng = wxGetSingleChoiceIndex
189 if ( lng != -1 )
193 if ( !m_locale.Init(langIds[lng], wxLOCALE_CONV_ENCODING) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmltag.cpp64 int lng = source.length(); local
72 while (pos < lng)
84 pos < lng && i < (int)WXSIZEOF(tagBuffer) - 1 &&
95 while (pos < lng && src[pos] != wxT('>')) pos++;
122 while (pos < lng)
125 while (pos + 1 < lng &&
133 while (pos < lng && match_pos < tag_len && src[pos] != '>' && src[pos] != '<') {
H A Dwinpars.cpp490 lng = wxStrlen(txt);
493 if (lng+1 > m_tmpStrBufSize)
496 m_tmpStrBuf = new wxChar[lng+1];
497 m_tmpStrBufSize = lng+1;
503 while ((i < lng) &&
508 while (i < lng)
515 while ((i < lng) && ((txt[i] == wxT('\n')) || (txt[i] == wxT('\r')) ||
H A Dhtmlpars.cpp49 wxHtmlTextPiece(int pos, int lng) : m_pos(pos), m_lng(lng) {} argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hpfs/
H A Dname.c87 unsigned len, int lc, int lng)
91 if (hpfs_sb(s)->sb_chk >= 2) if (hpfs_is_name_long(from, len) != lng) {
94 printk(" misidentified as %s.\n", lng ? "short" : "long");
86 hpfs_translate_name(struct super_block *s, unsigned char *from, unsigned len, int lc, int lng) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcmdline.h153 void AddSwitch(const wxString& name, const wxString& lng = wxEmptyString,
158 void AddOption(const wxString& name, const wxString& lng = wxEmptyString,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dconvert.c678 const char *lng;
685 check this explicitly to avoid `lng - 1' reading outside the
697 lng = s1;
700 lng = s2;
706 if (*lng != '/')
708 --lng;
710 if (*lng == '/' && *(lng + 1) == '\0')
715 return 0 == strcmp (lng, "/index.html");
677 const char *lng; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/wxrc/
H A Dwxrc.cpp568 const size_t lng = wx_truncate_cast(size_t, offset); local
569 wxASSERT_MSG( !(lng - offset), wxT("Huge file not supported") );
572 output.Printf(wxT("static size_t xml_res_size_") + snum + wxT(" = %i;\n"), lng);
577 unsigned char *buffer = new unsigned char[lng];
578 file.Read(buffer, lng);
580 for (size_t i = 0, linelng = 0; i < lng; i++)
721 const size_t lng = wx_truncate_cast(size_t, offset); local
722 wxASSERT_MSG( !(offset - lng), wxT("Huge file not supported") );
727 unsigned char *buffer = new unsigned char[lng];
728 file.Read(buffer, lng);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebInterface.cpp779 wxString lng = lingua.BeforeFirst(wxT('_')); local
782 ctry = lng.Upper();
783 return CheckDirForMessageCatalog(dir, lng + wxT("_") + ctry, domain);
784 } else if (ctry == lng.Upper()) {
785 return CheckDirForMessageCatalog(dir, lng, domain);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dbuffer.c445 long lng = n; local
446 if (ioctlsocket(fd, FIONREAD, &lng) == -1 || (n=lng) <= 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dutilsx11.cpp405 unsigned lng; local
416 lng = 2;
422 lng = 1;
436 PropModeReplace, (unsigned char *) &data[0], lng);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcmdline.cpp66 const wxString& lng,
71 wxASSERT_MSG( !shrt.empty() || !lng.empty(),
82 GetLongOptionName(lng).Len() == lng.Len(),
90 longName = lng;
64 wxCmdLineOption(wxCmdLineEntryType k, const wxString& shrt, const wxString& lng, const wxString& desc, wxCmdLineParamType typ, int fl) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DOtherFunctions.cpp1162 const wxLanguageInfo *lng = wxLocale::FindLanguageInfo(lang); local
1163 if (lng) {
1164 int langID = lng->Language;
1190 const wxLanguageInfo *lng = wxLocale::GetLanguageInfo(lang); local
1191 if (lng) {
1192 return lng->CanonicalName;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcmdlpars.tex427 \func{void}{AddSwitch}{\param{const wxString\& }{name}, \param{const wxString\& }{lng = wxEmptyString}, \param{const wxString\& }{desc = wxEmptyString}, \param{int }{flags = 0}}
429 Add a switch {\it name} with an optional long name {\it lng} (no long name if it
436 \func{void}{AddOption}{\param{const wxString\& }{name}, \param{const wxString\& }{lng = wxEmptyString}, \param{const wxString\& }{desc = wxEmptyString}, \param{wxCmdLineParamType }{type = wxCMD\_LINE\_VAL\_STRING}, \param{int }{flags = 0}}
438 Add an option {\it name} with an optional long name {\it lng} (no long name if
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/easycap/
H A Deasycap_ioctl.c801 static long lng; local
819 rc = (int) strict_strtol(p1, 10, &lng);
825 k[i] = (int)lng;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dgzip.c190 typedef int32_t lng; typedef
240 lng block_start;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dbuffer.c2041 unsigned long lng = EVBUFFER_MAX_READ; local
2042 if (ioctlsocket(fd, FIONREAD, &lng) < 0)
2044 return (int)lng;

Completed in 210 milliseconds