Home
last modified time | relevance | path

Searched refs:pDescPtr (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/unx/generic/app/
H A Di18n_im.cxx314 StyleName *pDescPtr; in GetMethodName() local
332 for ( pDescPtr = const_cast<StyleName*>(pDescription); pDescPtr->nStyle != 0; pDescPtr++ ) in GetMethodName()
334 int nSize = pDescPtr->nNameLen - 1; in GetMethodName()
335 if ( (nStyle & pDescPtr->nStyle) && (nBufSize > nSize) ) in GetMethodName()
337 strncpy( pBufPtr, pDescPtr->pName, nSize + 1); in GetMethodName()

Completed in 14 milliseconds