/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/ |
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/tools/genrb/ |
ustr.c | 9 * File ustr.c 18 #include "ustr.h"
|
Makefile.in | 39 OBJECTS = errmsg.o genrb.o parse.o read.o reslist.o ustr.o rbutil.o \
|
genrb.vcxproj | 249 <ClCompile Include="ustr.c" />
262 <ClInclude Include="ustr.h" />
|
reslist.h | 31 #include "ustr.h"
|
/external/icu4c/common/ |
listformatter.cpp | 138 const UChar* ustr = ures_getStringByKeyWithFallback(rb, key, &len, &errorCode); local 142 result.setTo(ustr, len);
|
/external/icu4c/tools/genrb/ |
ustr.c | 9 * File ustr.c 18 #include "ustr.h"
|
Makefile.in | 36 OBJECTS = errmsg.o genrb.o parse.o read.o reslist.o ustr.o rbutil.o \
|
genrb.vcxproj | 249 <ClCompile Include="ustr.c" />
262 <ClInclude Include="ustr.h" />
|
reslist.h | 31 #include "ustr.h"
|
/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
|
header.py | 256 ustr.encode() call. 271 ustr = unicode(s, incodec, errors) 276 ustr.encode(outcodec, errors)
|
/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
|
header.py | 256 ustr.encode() call. 271 ustr = unicode(s, incodec, errors) 276 ustr.encode(outcodec, errors)
|
/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/icu4c/i18n/ |
region.cpp | 432 const UnicodeString *ustr = pv->snext(status); local 433 r = (Region *)uhash_get(regionIDMap,(void *)ustr); 477 const UnicodeString *ustr = pv->snext(status); local 478 r = (Region *)uhash_get(regionIDMap,(void *)ustr);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
rbbitst.cpp | 416 static void printStringBreaks(UnicodeString ustr, int expected[], 423 for (j = 0; j < ustr.length(); j ++) { 433 UChar32 c = ustr.char32At(j); 4462 UnicodeString ustr = CharsToUnicodeString(strlist[loop]); local [all...] |
utxttest.cpp | [all...] |
/external/icu4c/test/intltest/ |
rbbitst.cpp | 357 static void printStringBreaks(UnicodeString ustr, int expected[], 364 for (j = 0; j < ustr.length(); j ++) { 374 UChar32 c = ustr.char32At(j); 3520 UnicodeString ustr = CharsToUnicodeString(strlist[loop]); local [all...] |
utxttest.cpp | [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/ |
peerconnection_jni.cc | 432 UnicodeString ustr(UnicodeString::fromUTF8(native)); 433 jstring jstr = jni->NewString(ustr.getBuffer(), ustr.length()); 442 UnicodeString ustr(jchars, jni->GetStringLength(j_string)); 447 return ustr.toUTF8String(ret); [all...] |
/external/strace/ |
util.c | 446 const unsigned char *ustr = (const unsigned char *) instr; local 456 c = ustr[i]; 477 c = ustr[i]; 491 c = ustr[i]; 529 && isdigit(ustr[i + 1])) { [all...] |
/external/chromium_org/third_party/simplejson/ |
_speedups.c | 446 PyObject *ustr = PyUnicode_FromUnicode(NULL, 0); local 447 if (ustr == NULL) 450 joinfn = PyObject_GetAttrString(ustr, "join"); 451 Py_DECREF(ustr); 464 PyObject *ustr = PyString_FromStringAndSize(NULL, 0); local 465 if (ustr == NULL) 468 joinfn = PyObject_GetAttrString(ustr, "join"); 469 Py_DECREF(ustr); [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
custrtrn.c | 1389 UChar ustr[] = {'h', 'e', 'l', 'l', 'o', 0}; local [all...] |