Searched refs:AStringLen (Results 1 – 6 of 6) sorted by relevance
60 sal_uInt32 AStringLen( const sal_Char *pAStr ) in AStringLen() function95 if ( len >= AStringLen(src) ) in cpynstr()166 cpystr( pdst+ AStringLen(meth), "_" ); in createName()170 cpystr(pdst + AStringLen(pdst), "0" ); in createName()174 cpystr(pdst + AStringLen(pdst), "0" ); in createName()177 cpystr( pdst + AStringLen(pdst), nstr ); in createName()188 int str1Length = AStringLen( str1 ); in makeComment()191 int signLength = AStringLen(sign); in makeComment()193 com[str1Length + signLength + AStringLen(str2)] = 0; in makeComment()283 sal_uInt32 nLen = AStringLen( pAStr ); in AStringIsValid()[all …]
66 sal_uInt32 AStringLen( const sal_Char *pAStr );
2785 int length = AStringLen( (*arrTestCase[i].input1) ); in test_rtl_OString_toChar()2864 int length = AStringLen( (*arrTestCase[i].input1) ); in test_rtl_OString_toFloat()3030 int length = AStringLen( in[i] ); in test_toInt32()3220 int length = AStringLen(in[i]); in test_toInt64()
3224 int length = AStringLen( input[i] ); in test_toData()
60 sal_uInt32 AStringLen( const sal_Char *pAStr ) in AStringLen() function99 if ( len >= AStringLen(src) ) in cpynstr()188 cpystr( pdst+ AStringLen(meth), "_" ); in createName()192 cpystr(pdst + AStringLen(pdst), "0" ); in createName()196 cpystr(pdst + AStringLen(pdst), "0" ); in createName()199 cpystr( pdst + AStringLen(pdst), nstr ); in createName()210 int str1Length = AStringLen( str1 ); in makeComment()213 int signLength = AStringLen(sign); in makeComment()215 com[str1Length + signLength + AStringLen(str2)] = 0; in makeComment()305 sal_uInt32 nLen = AStringLen( pAStr ); in AStringIsValid()[all …]
67 sal_uInt32 AStringLen( const sal_Char *pAStr );
Completed in 48 milliseconds