Home
last modified time | relevance | path

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

/trunk/main/soltools/support/
H A Dsimstr.cxx64 int slen = static_cast<int>( strlen(anybytes) ); in Simstr() local
66 len = slen < nrOfBytes in Simstr()
67 ? slen in Simstr()
95 unsigned slen = strlen(anybytes); in Simstr() local
96 if (anybytes == 0 || slen <= unsigned(firstBytesPos)) in Simstr()
104 int maxLen = slen - unsigned(firstBytesPos); in Simstr()
/trunk/main/i18npool/source/breakiterator/
H A Dxdictionary.cxx274 sal_Int32 slen = aCache.length - aCache.wordboundary[i]; in getCache() local
276 for (;len == 0 && slen > 0; str++, slen--) { in getCache()
277 len = getLongestMatch(str, slen); in getCache()
/trunk/main/sal/osl/unx/
H A Dnlsupport.c836 int slen; in _imp_getProcessLocale() local
884 slen = strlen( "/usr/local/bin" ) + 1; in _imp_getProcessLocale()
886 slen += strlen( ":" ) + strlen( opath ); in _imp_getProcessLocale()
887 npath = malloc( slen ); in _imp_getProcessLocale()
/trunk/main/xml2cmp/source/support/
H A Dsistr.cxx63 unsigned slen = strlen(anybytes); in Simstr() local
64 if (anybytes == 0 || slen <= unsigned(firstBytesPos)) in Simstr()
72 int maxLen = slen - unsigned(firstBytesPos); in Simstr()
/trunk/main/vcl/source/fontsubset/
H A Dttcr.cxx850 stringLen += nr[i].slen; in GetRawData_name()
876 PutUInt16(nr[i].slen, p1, 8, 1); in GetRawData_name()
878 memcpy(p2, nr[i].sptr, nr[i].slen); in GetRawData_name()
880 p2 += nr[i].slen; in GetRawData_name()
1125 if (p->slen) { in NameRecordNewCopy()
1126 p->sptr = (sal_uInt8*)smalloc(p->slen); in NameRecordNewCopy()
1127 memcpy(p->sptr, nr->sptr, p->slen); in NameRecordNewCopy()
H A Dsft.cxx2846 rec[i].slen = GetUInt16(table + 6, 8 + 12 * i, 1); in GetTTNameRecords()
2847 if (rec[i].slen) { in GetTTNameRecords()
2848 if( nStrBase+nStrOffset+rec[i].slen >= nTableSize ) { in GetTTNameRecords()
2850 rec[i].slen = 0; in GetTTNameRecords()
2856 …_string > (sal_uInt8*)ttf->ptr && rec_string < ((sal_uInt8*)ttf->ptr + ttf->fsize - rec[i].slen ) ) in GetTTNameRecords()
2858 rec[i].sptr = (sal_uInt8 *) malloc(rec[i].slen); assert(rec[i].sptr != 0); in GetTTNameRecords()
2859 memcpy(rec[i].sptr, rec_string, rec[i].slen); in GetTTNameRecords()
2868 rec[i].slen = 0; in GetTTNameRecords()
3260 for (j=0; j<nr[i].slen; j++) { in main()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DSxcDocumentSerializerImpl.java93 int slen = settingsList.getLength(); in serialize() local
95 if (slen > 0) { in serialize()
/trunk/main/vcl/inc/
H A Dsft.hxx198 …sal_uInt16 slen; /**< String length in bytes … member
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx3838 sal_uInt32 slen = sizeof(sal_uInt32) in WriteFormData() local
3849 slen += 2; // for 0xFF, 0xFF in WriteFormData()
3850 slen += 4; // for num of list items in WriteFormData()
3854 slen += 2 * item.getLength() + 2; in WriteFormData()
3858 *pDataStrm << slen; in WriteFormData()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1752 OUStringBuffer aName( pNameRecord->slen/2 ); in convertTrueTypeName()
1754 for(int n = 0; n < pNameRecord->slen/2; n++ ) in convertTrueTypeName()
1770 for(int n = 0; n < pNameRecord->slen/2; n++ ) in convertTrueTypeName()

Completed in 138 milliseconds