Home
last modified time | relevance | path

Searched refs:strbuff (Results 1 - 4 of 4) sorted by relevance

/third_party/curl/tests/libtest/
H A Dlib537.c129 char strbuff[256]; local
142 rlim2str(strbuff, sizeof(strbuff), rl.rlim_cur);
143 fprintf(stderr, "initial soft limit: %s\n", strbuff);
145 rlim2str(strbuff, sizeof(strbuff), rl.rlim_max);
146 fprintf(stderr, "initial hard limit: %s\n", strbuff);
192 rlim2str(strbuff, sizeof(strbuff), rl.rlim_cur);
193 fprintf(stderr, "current soft limit: %s\n", strbuff);
[all...]
H A Dlib518.c128 char strbuff[256]; in rlimit() local
142 rlim2str(strbuff, sizeof(strbuff), rl.rlim_cur); in rlimit()
143 fprintf(stderr, "initial soft limit: %s\n", strbuff); in rlimit()
145 rlim2str(strbuff, sizeof(strbuff), rl.rlim_max); in rlimit()
146 fprintf(stderr, "initial hard limit: %s\n", strbuff); in rlimit()
198 rlim2str(strbuff, sizeof(strbuff), rl.rlim_cur); in rlimit()
199 fprintf(stderr, "current soft limit: %s\n", strbuff); in rlimit()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUTF16Test.java52 StringBuffer strbuff = new StringBuffer("this is a string "); in TestAppend()
54 int strsize = strbuff.length(); in TestAppend()
58 strbuff.getChars(0, strsize, array, 0); in TestAppend()
61 UTF16.append(strbuff, i); in TestAppend()
65 if (!arraystr.equals(strbuff.toString())) { in TestAppend()
76 if (UTF16.countCodePoint(strbuff) != strsize + (i / 100) + 1) { in TestAppend()
84 strbuff = new StringBuffer(); in TestAppend()
85 UTF16.appendCodePoint(strbuff, 0x10000); in TestAppend()
86 if (strbuff.length() != 2) { in TestAppend()
97 StringBuffer strbuff in TestBounds()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUTF16Test.java49 StringBuffer strbuff = new StringBuffer("this is a string "); in TestAppend()
51 int strsize = strbuff.length(); in TestAppend()
55 strbuff.getChars(0, strsize, array, 0); in TestAppend()
58 UTF16.append(strbuff, i); in TestAppend()
62 if (!arraystr.equals(strbuff.toString())) { in TestAppend()
73 if (UTF16.countCodePoint(strbuff) != strsize + (i / 100) + 1) { in TestAppend()
81 strbuff = new StringBuffer(); in TestAppend()
82 UTF16.appendCodePoint(strbuff, 0x10000); in TestAppend()
83 if (strbuff.length() != 2) { in TestAppend()
94 StringBuffer strbuff in TestBounds()
[all...]

Completed in 3 milliseconds