Searched refs:maxSize (Results 1 – 4 of 4) sorted by relevance
/trunk/main/registry/source/ |
H A D | reflcnst.hxx | 267 inline sal_uInt32 readUtf8(const sal_uInt8* buffer, sal_Char* v, sal_uInt32 maxSize) in readUtf8() argument 269 sal_uInt32 size = SAL_MIN(strlen((const sal_Char*) buffer) + 1, maxSize); in readUtf8() 273 if (size == maxSize) v[size - 1] = '\0'; in readUtf8() 282 sal_uInt32 readString(const sal_uInt8* buffer, sal_Unicode* v, sal_uInt32 maxSize);
|
H A D | reflwrit.cxx | 127 sal_uInt32 readString(const sal_uInt8* buffer, sal_Unicode* v, sal_uInt32 maxSize) in readString() argument 129 sal_uInt32 len = SAL_MIN(UINT16StringLen(buffer) + 1, maxSize / 2); in readString()
|
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/ |
H A D | Cache.java | 42 maxSize = size; in Cache() 49 if (map.size() < maxSize) { in add() 112 private final int maxSize; field in Cache
|
/trunk/main/codemaker/source/javamaker/ |
H A D | javatype.cxx | 2057 sal_uInt16 maxSize = index; in handleAggregatingType() local 2059 maxSize = std::max( in handleAggregatingType() 2060 maxSize, in handleAggregatingType() 2068 maxSize = std::max( in handleAggregatingType() 2069 maxSize, in handleAggregatingType() 2078 code->setMaxStackAndLocals(maxSize, index); in handleAggregatingType()
|
Completed in 66 milliseconds