Searched refs:MAX_BUFFER_SIZE (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | spreptst.c | 292 #define MAX_BUFFER_SIZE 1000 macro 299 UChar b1Stack[MAX_BUFFER_SIZE]; in unescapeData() 300 int32_t b1Capacity = MAX_BUFFER_SIZE, in unescapeData() 444 char src[MAX_BUFFER_SIZE]; in Test_nfs4_mixed_prep() 452 …escapeData(mixed_prep_data[i], (int32_t)strlen(mixed_prep_data[i]), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_mixed_prep() 473 char dest[MAX_BUFFER_SIZE]; in Test_nfs4_mixed_prep() 474 char src[MAX_BUFFER_SIZE] = {0}; in Test_nfs4_mixed_prep() 478 … int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status); in Test_nfs4_mixed_prep() 480 nfs4_mixed_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, &parseError, &status); in Test_nfs4_mixed_prep() 503 char src[MAX_BUFFER_SIZE]={'\0'}; in Test_nfs4_cs_prep() [all …]
|
/external/flatbuffers/python/flatbuffers/ |
D | builder.py | 112 MAX_BUFFER_SIZE = 2**31 variable in Builder 121 if not (0 <= initialSize <= Builder.MAX_BUFFER_SIZE): 280 if len(self.Bytes) == Builder.MAX_BUFFER_SIZE: 284 newSize = min(len(self.Bytes) * 2, Builder.MAX_BUFFER_SIZE)
|
/external/icu/icu4c/source/test/intltest/ |
D | nptrans.cpp | 184 #define MAX_BUFFER_SIZE 300 macro 203 UChar *b1 = b1String.getBuffer(MAX_BUFFER_SIZE); in process()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 267 private static final int MAX_BUFFER_SIZE = 100; field in PunycodeReference 273 outLen[0] = MAX_BUFFER_SIZE; in decode()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 268 private static final int MAX_BUFFER_SIZE = 100; field in PunycodeReference 274 outLen[0] = MAX_BUFFER_SIZE; in decode()
|