HomeSort by relevance Sort by last modified time
    Searched refs:ustr (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium/base/i18n/
number_formatting.cc 45 icu::UnicodeString ustr; local
46 number_format->format(number, ustr);
48 return string16(ustr.getBuffer(), static_cast<size_t>(ustr.length()));
  /external/chromium_org/base/i18n/
number_formatting.cc 56 icu::UnicodeString ustr; local
57 number_format->format(number, ustr);
59 return string16(ustr.getBuffer(), static_cast<size_t>(ustr.length()));
72 icu::UnicodeString ustr; local
73 number_format->format(number, ustr);
75 return string16(ustr.getBuffer(), static_cast<size_t>(ustr.length()));
  /external/clang/test/SemaCXX/
cxx0x-type-convert-construct.cpp 6 char16_t *ustr; local
7 ustr = u"a UTF-16 string"; // expected-error {{assigning to 'char16_t *' from incompatible type 'const char16_t [16]'}}
8 char32_t *Ustr;
9 Ustr = U"a UTF-32 string"; // expected-error {{assigning to 'char32_t *' from incompatible type 'const char32_t [16]'}}
  /external/bison/src/
uniqstr.c 94 uniqstr_print (uniqstr ustr)
96 fprintf (stderr, "%s\n", ustr);
101 uniqstr_print_processor (void *ustr, void *null ATTRIBUTE_UNUSED)
103 return uniqstr_print (ustr);
  /external/chromium_org/third_party/icu/source/test/cintltst/
cposxtst.c 78 const UChar* ustr; local
83 ustr = u_catgets(catd, set_num, msg_num, FAIL, &len, &ec);
84 u_austrcpy(str, ustr);
90 if (u_strcmp(ustr, exp) != 0) {
usettest.c 257 UChar ustr[4096]; local
263 length = uset_toPattern(set, ustr, sizeof(ustr), TRUE, &ec);
268 pat=aescstrdup(ustr, length);
282 u_charsToUChars(stringStart, ustr, stringLength);
284 if (uset_containsString(set, ustr, stringLength) == isIn) {
298 u_charsToUChars(p, ustr, 1);
299 c = ustr[0];
358 UChar ustr[4096], itemStr[4096]; local
369 length = uset_toPattern(set, ustr, sizeof(ustr), TRUE, &ec)
    [all...]
  /external/icu4c/test/cintltst/
cposxtst.c 78 const UChar* ustr; local
83 ustr = u_catgets(catd, set_num, msg_num, FAIL, &len, &ec);
84 u_austrcpy(str, ustr);
90 if (u_strcmp(ustr, exp) != 0) {
usettest.c 257 UChar ustr[4096]; local
263 length = uset_toPattern(set, ustr, sizeof(ustr), TRUE, &ec);
268 pat=aescstrdup(ustr, length);
282 u_charsToUChars(stringStart, ustr, stringLength);
284 if (uset_containsString(set, ustr, stringLength) == isIn) {
298 u_charsToUChars(p, ustr, 1);
299 c = ustr[0];
358 UChar ustr[4096], itemStr[4096]; local
369 length = uset_toPattern(set, ustr, sizeof(ustr), TRUE, &ec)
    [all...]
uenumtst.c 360 const UChar *ustr = uenum_unext(u,&len, &status); local
365 if(ustr==NULL) {
371 if(u_strncmp(ustr,buf,len)) {
373 log_err("%s:%d: FAIL: ustring #%d expected '%s' got '%s'\n", __FILE__, line, i, compareToChar[i], austrdup(ustr));
374 for(j=0;ustr[j]&&buf[j];j++) {
375 log_verbose(" @ %d\t<U+%04X> vs <U+%04X>\n", j, ustr[j],buf[j]);
389 if(u_strcmp(ustr,compareToUChar[i])) {
391 log_err("%s:%d: FAIL: ustring #%d expected '%s' got '%s'\n", __FILE__, line, i, austrdup(compareToUChar[i]), austrdup(ustr));
392 for(j=0;ustr[j]&&compareToUChar[j];j++) {
393 log_verbose(" @ %d\t<U+%04X> vs <U+%04X>\n", j, ustr[j],compareToUChar[j])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email_codecs.py 61 ustr = unicode(msg.get_payload(), msg.get_content_charset())
62 self.assertEqual(jhello, ustr.encode(jcode))
test_email_codecs_renamed.py 61 ustr = unicode(msg.get_payload(), msg.get_content_charset())
62 self.assertEqual(jhello, ustr.encode(jcode))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email_codecs.py 61 ustr = unicode(msg.get_payload(), msg.get_content_charset())
62 self.assertEqual(jhello, ustr.encode(jcode))
test_email_codecs_renamed.py 61 ustr = unicode(msg.get_payload(), msg.get_content_charset())
62 self.assertEqual(jhello, ustr.encode(jcode))
  /external/chromium_org/third_party/icu/source/common/
uenum.c 91 UChar *ustr = NULL; local
96 ustr = (UChar*) _getBuffer(en, (len+1) * sizeof(UChar));
97 if (ustr == NULL) {
100 u_charsToUChars(cstr, ustr, len+1);
109 return ustr;
  /external/icu4c/common/
uenum.c 91 UChar *ustr = NULL; local
96 ustr = (UChar*) _getBuffer(en, (len+1) * sizeof(UChar));
97 if (ustr == NULL) {
100 u_charsToUChars(cstr, ustr, len+1);
109 return ustr;
listformatter.cpp 138 const UChar* ustr = ures_getStringByKeyWithFallback(rb, key, &len, &errorCode); local
142 result.setTo(ustr, len);
  /external/chromium_org/third_party/mesa/src/src/glx/
render2.c 172 __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustr,
185 else if (vstr < k || ustr < k || vord <= 0 || uord <= 0) {
209 __glFillMap2d(k, uord, vord, ustr, vstr, pnts, (GLdouble *) (pc + 48));
227 if ((vstr != k) || (ustr != k * vord)) {
238 __glFillMap2d(k, uord, vord, ustr, vstr, pnts, buf);
250 __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustr,
263 else if (vstr < k || ustr < k || vord <= 0 || uord <= 0) {
289 __glFillMap2f(k, uord, vord, ustr, vstr, pnts, (GLfloat *) (pc + 32));
303 if ((vstr != k) || (ustr != k * vord)) {
314 __glFillMap2f(k, uord, vord, ustr, vstr, pnts, buf)
    [all...]
  /external/mesa3d/src/glx/
render2.c 172 __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustr,
185 else if (vstr < k || ustr < k || vord <= 0 || uord <= 0) {
209 __glFillMap2d(k, uord, vord, ustr, vstr, pnts, (GLdouble *) (pc + 48));
227 if ((vstr != k) || (ustr != k * vord)) {
238 __glFillMap2d(k, uord, vord, ustr, vstr, pnts, buf);
250 __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustr,
263 else if (vstr < k || ustr < k || vord <= 0 || uord <= 0) {
289 __glFillMap2f(k, uord, vord, ustr, vstr, pnts, (GLfloat *) (pc + 32));
303 if ((vstr != k) || (ustr != k * vord)) {
314 __glFillMap2f(k, uord, vord, ustr, vstr, pnts, buf)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
charset.py 303 def from_splittable(self, ustr, to_output=True):
320 if not isinstance(ustr, unicode) or codec is None:
321 return ustr
323 return ustr.encode(codec, 'replace')
326 return ustr
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
charset.py 303 def from_splittable(self, ustr, to_output=True):
320 if not isinstance(ustr, unicode) or codec is None:
321 return ustr
323 return ustr.encode(codec, 'replace')
326 return ustr
  /external/libpcap/missing/
snprintf.c 614 unsigned char *ustr = (unsigned char *)str; local
618 state.str = ustr;
619 state.s = ustr;
620 state.theend = ustr + sz - 1;
  /external/tcpdump/missing/
snprintf.c 614 unsigned char *ustr = (unsigned char *)str; local
618 state.str = ustr;
619 state.s = ustr;
620 state.theend = ustr + sz - 1;
  /external/chromium_org/third_party/icu/source/test/iotest/
stream.cpp 139 UnicodeString ustr("string");
141 outFormatStream << "1234567890" << setw(10) << left << ustr << " " << "0123456789"; local
325 UnicodeString UStr;
328 testString(UStr, u_austrcpy(testcase, testCase1), expectedResultA, IOSTREAM_EOF|IOSTREAM_FAIL);
329 testString(UStr, u_austrcpy(testcase, testCase2), expectedResultB, IOSTREAM_EOF);
330 UStr = UnicodeString(expectedResultC);
331 testString(UStr, u_austrcpy(testcase, testCase3), expectedResultC, IOSTREAM_EOF|IOSTREAM_FAIL);
332 testString(UStr, u_austrcpy(testcase, testCase4), expectedResultD, IOSTREAM_EOF);
333 testString(UStr, u_austrcpy(testcase, testCase5), expectedResultD, IOSTREAM_GOOD);
334 testString(UStr, u_austrcpy(testcase, testCase6), expectedResultD, IOSTREAM_GOOD)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
Makefile.in 39 OBJECTS = errmsg.o genrb.o parse.o read.o reslist.o ustr.o rbutil.o \
  /external/icu4c/test/iotest/
stream.cpp 132 UnicodeString ustr("string");
134 outFormatStream << "1234567890" << setw(10) << left << ustr << " " << "0123456789"; local
305 UnicodeString UStr;
308 testString(UStr, u_austrcpy(testcase, testCase1), expectedResultA, IOSTREAM_EOF|IOSTREAM_FAIL);
309 testString(UStr, u_austrcpy(testcase, testCase2), expectedResultB, IOSTREAM_EOF);
310 UStr = UnicodeString(expectedResultC);
311 testString(UStr, u_austrcpy(testcase, testCase3), expectedResultC, IOSTREAM_EOF|IOSTREAM_FAIL);
312 testString(UStr, u_austrcpy(testcase, testCase4), expectedResultD, IOSTREAM_EOF);
313 testString(UStr, u_austrcpy(testcase, testCase5), expectedResultD, IOSTREAM_GOOD);
314 testString(UStr, u_austrcpy(testcase, testCase6), expectedResultD, IOSTREAM_GOOD)
    [all...]

Completed in 855 milliseconds

1 2