Searched refs:nLocalLen (Results 1 – 2 of 2) sorted by relevance
245 sal_Int32 nLocalLen = 0; in GetTextFromPam() local248 nLocalLen = STRING_MAXLEN - 1; in GetTextFromPam()252 nLocalLen = lUniLen; in GetTextFromPam()255 sBuf.AllocBuffer( xub_StrLen( nLocalLen + 1)); in GetTextFromPam()256 aStream.Read( pStrBuf, 2 * nLocalLen ); in GetTextFromPam()257 pStrBuf[ nLocalLen ] = '\0'; in GetTextFromPam()258 aStrBuffer.append( pStrBuf, nLocalLen ); in GetTextFromPam()259 lUniLen -= nLocalLen; in GetTextFromPam()
297 const int nLocalLen = sizeof(pLocal) - 1; in sal_IsLocalDisplay() local298 if ( strncmp(pDisplayString, pLocal, nLocalLen) == 0 ) in sal_IsLocalDisplay()299 return sal_IsDisplayNumber( pDisplayString + nLocalLen ); in sal_IsLocalDisplay()
Completed in 101 milliseconds