Searched defs:ubuf (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/icu/source/test/iotest/
H A Dtrnstst.c122 UChar ubuf[256]; local
193 len=fread(ubuf, sizeof(UChar), u_strlen(compare), infile);
199 ubuf[len]=0;
201 if(u_strlen(compare) != u_strlen(ubuf))
206 if(u_strcmp(compare, ubuf))
228 UChar ubuf[256]; local
232 f = u_fstropen(ubuf, sizeof(ubuf)/sizeof(ubuf[0]), "en_US_POSIX");
290 if(u_strlen(compare) != u_strlen(ubuf))
[all...]
/external/icu4c/test/iotest/
H A Dtrnstst.c122 UChar ubuf[256]; local
193 len=fread(ubuf, sizeof(UChar), u_strlen(compare), infile);
199 ubuf[len]=0;
201 if(u_strlen(compare) != u_strlen(ubuf))
206 if(u_strcmp(compare, ubuf))
228 UChar ubuf[256]; local
232 f = u_fstropen(ubuf, sizeof(ubuf)/sizeof(ubuf[0]), "en_US_POSIX");
290 if(u_strlen(compare) != u_strlen(ubuf))
[all...]
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dformat.cc125 char* ubuf = new char[ulength]; local
126 if (!port::Snappy_Uncompress(data, n, ubuf)) {
128 delete[] ubuf;
132 result->data = Slice(ubuf, ulength);
/external/openssh/
H A Dsftp-common.c195 char buf[1024], mode[11+1], tbuf[12+1], ubuf[11+1], gbuf[11+1]; local
202 snprintf(ubuf, sizeof ubuf, "%u", (u_int)st->st_uid);
203 user = ubuf;
/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof_wsconf.cpp78 UChar ubuf[50]; local
79 ubuf[0] = 0;
81 int32_t len = uregex_group(e, group, ubuf, 50, &status);
85 UnicodeString s(FALSE, ubuf, len); // Aliasing constructor
/external/icu4c/i18n/
H A Duspoof_wsconf.cpp78 UChar ubuf[50]; local
79 ubuf[0] = 0;
81 int32_t len = uregex_group(e, group, ubuf, 50, &status);
85 UnicodeString s(FALSE, ubuf, len); // Aliasing constructor
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dusettest.c348 UChar ubuf[1]; local
350 ubuf[0] = (UChar) c;
351 u_UCharsToChars(ubuf, buf, 1);
H A Dcldrtest.c1148 UChar ubuf[64]; /* adjust as needed */ local
1166 u_uastrcpy(ubuf, "[:unassigned:]");
1167 unassignedSet = uset_openPattern(ubuf, -1, &ec);
1201 u_uastrcpy(ubuf, cbuf);
1202 codeSets[j] = uset_openPattern(ubuf, -1, &ec);
1209 strLen = uset_getItem(exemplarSet, m, &start, &end, ubuf,
1210 sizeof(ubuf)/sizeof(ubuf[0]), &ec);
1222 if (codeSets[j]!=NULL && uset_containsString(codeSets[j], ubuf, strLen)) {
/external/icu4c/test/cintltst/
H A Dusettest.c348 UChar ubuf[1]; local
350 ubuf[0] = (UChar) c;
351 u_UCharsToChars(ubuf, buf, 1);
H A Dcdattst.c1408 UChar ubuf[kUbufMax]; local
1409 int32_t len = udatpg_getBestPattern(udtpg, textContextItemPtr->skeleton, -1, ubuf, kUbufMax, &status);
1413 udat_applyPattern(udfmt, FALSE, ubuf, len);
1420 len = udat_format(udfmt, july022008, ubuf, kUbufMax, NULL, &status);
1425 } else if (u_strncmp(ubuf, textContextItemPtr->expectedFormat, kUbufMax) != 0) {
1430 u_austrncpy(bbuf1,textContextItemPtr->expectedFormat,kUbufMax), u_austrncpy(bbuf2,ubuf,kUbufMax) );
H A Dcldrtest.c1083 UChar ubuf[64]; /* adjust as needed */ local
1101 u_uastrcpy(ubuf, "[:unassigned:]");
1102 unassignedSet = uset_openPattern(ubuf, -1, &ec);
1136 u_uastrcpy(ubuf, cbuf);
1137 codeSets[j] = uset_openPattern(ubuf, -1, &ec);
1144 strLen = uset_getItem(exemplarSet, m, &start, &end, ubuf,
1145 sizeof(ubuf)/sizeof(ubuf[0]), &ec);
1157 if (codeSets[j]!=NULL && uset_containsString(codeSets[j], ubuf, strLen)) {
/external/chromium_org/media/base/
H A Dyuv_convert.cc273 uint8* ubuf = ybuf + kFilterBufferSize; local
274 uint8* vbuf = ubuf + kFilterBufferSize;
336 ubuf, u_ptr, u_ptr + uv_pitch, uv_source_width, source_uv_fraction);
340 memcpy(ubuf, u_ptr, uv_source_width);
343 u_ptr = ubuf;
345 ubuf[uv_source_width] = ubuf[uv_source_width - 1];
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dstructs.h102 double ubuf[PITCH_BUFFSIZE]; member in struct:__anon28092
/external/iproute2/misc/
H A Dss.c1275 char ubuf[4096]; local
1276 if (find_users(s.ino, ubuf, sizeof(ubuf)) > 0)
1277 printf(" users:(%s)", ubuf);
1466 char ubuf[4096]; local
1467 if (find_users(r->idiag_inode, ubuf, sizeof(ubuf)) > 0)
1468 printf(" users:(%s)", ubuf);
1850 char ubuf[4096]; local
1851 if (find_users(s.ino, ubuf, sizeo
2015 char ubuf[4096]; local
2069 char ubuf[4096]; local
2323 char ubuf[4096]; local
[all...]

Completed in 435 milliseconds