Home | History | Annotate | Download | only in fxcrt

Lines Matching refs:m_Ptr

1054     if (m_Ptr) {

1055 FX_Allocator_Free(pAllocator, (FX_LPVOID)m_Ptr);
1057 m_Ptr = NULL, m_Length = 0;
1069 *(FX_LPWSTR*)(&m_Ptr) = str;
1075 if (!m_Ptr) {
1078 return FXSYS_wtoi(m_Ptr);
1082 m_Ptr) {
1085 return FX_wtof(m_Ptr, m_Length);
1089 if (!lpszTargets || *lpszTargets == 0 || !m_Ptr || m_Length < 1) {
1094 if (FXSYS_wcschr(lpszTargets, m_Ptr[pos - 1]) == NULL) {
1100 (*(FX_LPWSTR*)(&m_Ptr))[pos] = 0;