Home
last modified time | relevance | path

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

/trunk/main/i18npool/source/breakiterator/
H A DbreakiteratorImpl.cxx312 sal_Int32 strLen = Text.getLength(); in endOfScript() local
314 while(iterateCodePoints(Text, nStartPos, 1, ch) < strLen ) { in endOfScript()
354 sal_Int32 strLen = Text.getLength(); in nextScript() local
355 if (nStartPos > strLen) in nextScript()
361 while (numberOfChange > 0 && iterateCodePoints(Text, nStartPos, 1, ch) < strLen) { in nextScript()
385 sal_Int32 strLen = Text.getLength(); in endOfCharBlock() local
387 if (CharType == CharType::ANY_CHAR) return strLen; // end of char block is exclusive in endOfCharBlock()
388 if (nStartPos < 0 || nStartPos >= strLen) return -1; in endOfCharBlock()
392 …while(iterateCodePoints(Text, nStartPos, 1, ch) < strLen && CharType == (sal_Int16)u_charType(ch))… in endOfCharBlock()
403 sal_Int32 strLen = Text.getLength(); in nextCharBlock() local
[all …]
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DBoundSheet.java121 int strLen = cch*2; in read() local
122 sheetName = new byte[strLen]; in read()
123 numOfBytesRead += input.read(sheetName, 0, strLen); in read()
H A DLabelCell.java106 int strLen = EndianConverter.readShort(cch)*2; in read() local
107 rgch = new byte[strLen]; in read()
108 input.read(rgch, 0, strLen); in read()
H A DFormula.java157 int strLen = EndianConverter.readShort(cce); in read() local
158 rgce = new byte[strLen]; in read()
159 input.read(rgce, 0, strLen); in read()
/trunk/main/i18npool/source/nativenumber/
H A Dnativenumbersupplier.cxx174 sal_Int32 strLen = inStr.getLength() - startPos; in AsciiToNative() local
177 if (nCount > strLen) in AsciiToNative()
178 nCount = strLen; in AsciiToNative()
308 sal_Int32 strLen = inStr.getLength() - startPos; in NativeToAscii() local
310 if (nCount > strLen) in NativeToAscii()
311 nCount = strLen; in NativeToAscii()
/trunk/main/sysui/source/win32/misc/
H A DWinImplHelper.cxx346 sal_uInt32 strLen = 0; in _wcslenex() local
350 strLen++; in _wcslenex()
353 return strLen; in _wcslenex()
/trunk/main/fpicker/source/win32/misc/
H A DWinImplHelper.cxx477 sal_uInt32 strLen = 0; in _wcslenex() local
481 strLen++; in _wcslenex()
484 return strLen; in _wcslenex()
/trunk/main/writerfilter/unocomponent/debugservices/rtftok/
H A DScannerTestService.cxx118 …unsigned int strLen=((unsigned int)binBuffer[o]) | ((unsigned int)binBuffer[o+1])<<8 | ((unsigned … in rbrace() local
120 o+=strLen; in rbrace()
/trunk/main/libxmlsec/
H A Dxmlsec1-customkeymanage.patch5667 - int *strLen,
5908 -xmlSecNssX509NameStringRead(xmlSecByte **str, int *strLen,
5914 - xmlSecAssert2(strLen != NULL, -1);
5919 - while(((p - (*str)) < (*strLen)) && ((*p) != delim) && ((q - res) < resLen)) {
5929 - if((p - (*str) + 1) >= (*strLen)) {
5940 - if(((++p) - (*str)) >= (*strLen)) {
5952 - if(((p - (*str)) < (*strLen)) && ((*p) != delim)) {
5960 - (*strLen) -= (p - (*str));
/trunk/main/sal/osl/unx/
H A Dprofile.c1454 int strLen=0; in OslProfile_putLine() local
1490 strLen = strlen(pFile->m_pWriteBuf); in OslProfile_putLine()
/trunk/main/sal/osl/os2/
H A Dprofile.c1383 int strLen=0; in putLine() local
1419 strLen = strlen(pFile->m_pWriteBuf); in putLine()
/trunk/main/sal/osl/w32/
H A Dprofile.cxx1506 int strLen=0; in putLine() local
1542 strLen = strlen(pFile->m_pWriteBuf); in putLine()

Completed in 80 milliseconds