Searched refs:sLen (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/registry/source/ |
| H A D | keyimpl.cxx | 474 sal_uInt32 sLen = 0; in setStringListValue() local 478 sLen = strlen(pValueList[i]) + 1; in setStringListValue() 479 writeUINT32(pBuffer+VALUE_HEADEROFFSET+offset, sLen); in setStringListValue() 483 offset += sLen; in setStringListValue() 542 sal_uInt32 sLen = 0; in setUnicodeListValue() local 546 sLen = (rtl_ustr_getLength(pValueList[i]) + 1) * 2; in setUnicodeListValue() 547 writeUINT32(pBuffer+VALUE_HEADEROFFSET+offset, sLen); in setUnicodeListValue() 551 offset += sLen; in setUnicodeListValue() 846 sal_uInt32 sLen = 0; in getStringListValue() local 851 readUINT32(pBuffer+offset, sLen); in getStringListValue() [all …]
|
| H A D | regimpl.cxx | 1611 sal_uInt32 sLen = 0; in dumpValue() local 1628 readUINT32(pBuffer+offset, sLen); in dumpValue() 1632 pValue = (sal_Char*)rtl_allocateMemory(sLen); in dumpValue() 1633 readUtf8(pBuffer+offset, pValue, sLen); in dumpValue() 1641 offset += sLen; in dumpValue() 1648 sal_uInt32 sLen = 0; in dumpValue() local 1666 readUINT32(pBuffer+offset, sLen); in dumpValue() 1670 pValue = (sal_Unicode*)rtl_allocateMemory((sLen / 2) * sizeof(sal_Unicode)); in dumpValue() 1671 readString(pBuffer+offset, pValue, sLen); in dumpValue() 1682 offset += sLen; in dumpValue()
|
| /AOO41X/main/i18npool/source/breakiterator/ |
| H A D | xdictionary.cxx | 131 sal_Int32 xdictionary::getLongestMatch(const sal_Unicode* str, sal_Int32 sLen) { in getLongestMatch() argument 145 str++; sLen--; // first character is not stored in the dictionary in getLongestMatch() 148 if (sLen >= len) { in getLongestMatch()
|
| /AOO41X/main/sal/rtl/source/ |
| H A D | math.cxx | 498 sal_Int32 sLen = static_cast< long >(p-pBuf)-1; in doubleToString() local 499 if (sLen == -1) in doubleToString() 518 for (sal_Int32 j = sLen; j >= 0; j--) in doubleToString()
|