Searched refs:TitleLength (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dmsgdlg.cpp98 int TitleLength=m_caption.length(); local
99 if(TitleLength>25)
100 TitleLength=25;
103 int BufferLength=(25-TitleLength)/2;
107 MemMove(AlertPtr,m_caption.c_str(),TitleLength);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-asf.c383 unsigned short TitleLength; local
444 TitleLength = fget_le16(fp);
450 if(_asf_load_string(fp, ASF_VT_UNICODE, TitleLength, buf, sizeof(buf)))
H A Dtagutils-asf.h233 __u16 TitleLength; member in struct:_asf_content_description_t
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-asf.c519 unsigned short TitleLength; local
580 TitleLength = fget_le16(fp);
586 if(_asf_load_string(fp, ASF_VT_UNICODE, TitleLength, buf, sizeof(buf)))
H A Dtagutils-asf.h236 uint16_t TitleLength; member in struct:_asf_content_description_t

Completed in 63 milliseconds