Searched defs:p (Results 1 – 10 of 10) sorted by relevance
/MusicPlayer2/MusicPlayer2/tinyxml2/ |
H A D | tinyxml2.cpp | 207 char* StrPair::ParseText( char* p, const char* endTag, int strFlags, int* curLineNumPtr ) in ParseText() 232 char* StrPair::ParseName( char* p ) in ParseName() 260 const char* p = _start; // the read pointer in CollapseWhitespace() local 290 const char* p = _start; // the read pointer in GetStr() local 399 const char* XMLUtil::ReadBOM( const char* p, bool* bom ) in ReadBOM() 470 const char* XMLUtil::GetCharacterRef( const char* p, char* value, int* length ) in GetCharacterRef() 692 char* XMLDocument::Identify( char* p, XMLNode** node ) in Identify() 1024 char* XMLNode::ParseDeep( char* p, StrPair* parentEndTag, int* curLineNumPtr ) in ParseDeep() 1183 char* XMLText::ParseDeep( char* p, StrPair*, int* curLineNumPtr ) in ParseDeep() 1248 char* XMLComment::ParseDeep( char* p, StrPair*, int* curLineNumPtr ) in ParseDeep() [all …]
|
H A D | tinyxml2.h | 553 static const char* SkipWhiteSpace( const char* p, int* curLineNumPtr ) { in SkipWhiteSpace() 565 static char* SkipWhiteSpace( char* const p, int* curLineNumPtr ) { in SkipWhiteSpace() 571 static bool IsWhiteSpace( char p ) { in IsWhiteSpace() 593 inline static bool IsPrefixHex( const char* p) { in IsPrefixHex() 608 inline static bool IsUTF8Continuation( const char p ) { in IsUTF8Continuation()
|
/MusicPlayer2/MusicPlayer2/ |
H A D | ColorConvert.cpp | 92 float p = (2.0f * l) - q; in HSLtoRGB() local
|
H A D | md5.cpp | 52 size_t md5Hash(MD5Context* ctx, uint8_t* p, size_t pos, size_t len) { in md5Hash()
|
H A D | Define.h | 190 #define SAFE_DELETE(p) do \ argument
|
H A D | Common.h | 621 …:vector<T> CCommon::apply_permutation(const std::vector<T>& vec, const std::vector<std::size_t>& p) in apply_permutation()
|
H A D | BaseDialog.cpp | 170 CWnd* p; in RepositionTextBasedControls() member
|
H A D | Common.cpp | 567 wchar_t* p = (wchar_t*)temp.c_str(); in StrToUnicode() local 632 wchar_t* p = (wchar_t*)wstr.c_str(); in UnicodeToStr() local
|
/MusicPlayer2/scintilla/src/ |
H A D | RESearch.cxx | 454 const char *p=pattern; /* pattern pointer */ in Compile() local
|
H A D | EditView.cxx | 553 Sci::Position p = 0; in LayoutLine() local
|