/external/icu/icu4c/source/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...] |
/external/icu/icu4c/source/tools/genrb/ |
Makefile.in | 38 OBJECTS = errmsg.o genrb.o parse.o read.o reslist.o ustr.o rbutil.o \
|
/external/strace/ |
util.c | 554 const unsigned char *ustr = (const unsigned char *) instr; local 571 c = ustr[i]; 597 c = ustr[i]; 608 c = ustr[i]; 644 && ustr[i + 1] >= '0' 645 && ustr[i + 1] <= '9' 670 if (style & QUOTE_0_TERMINATED && ustr[i] == '\0') {
|
/external/icu/icu4c/source/common/ |
listformatter.cpp | 209 const UChar* ustr = ures_getStringByKeyWithFallback(rb, key, &len, &errorCode); local 213 result.setTo(ustr, len);
|
/external/icu/icu4c/source/test/intltest/ |
rbbitst.cpp | 400 static void printStringBreaks(const UnicodeString &ustr, int expected[], int expectedCount) { 403 tstr = utext_openConstUnicodeString(NULL, &ustr, &status); 3737 UnicodeString ustr = CharsToUnicodeString(strlist[loop]); local [all...] |
rbbiapts.cpp | [all...] |
utxttest.cpp | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
header.py | 256 ustr.encode() call. 271 ustr = unicode(s, incodec, errors) 276 ustr.encode(outcodec, errors)
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/ |
header.py | 256 ustr.encode() call. 271 ustr = unicode(s, incodec, errors) 276 ustr.encode(outcodec, errors)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
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/ |
header.py | 256 ustr.encode() call. 271 ustr = unicode(s, incodec, errors) 276 ustr.encode(outcodec, errors)
|
/external/icu/icu4c/source/i18n/ |
region.cpp | 486 const UnicodeString *ustr = pv->snext(status); local 487 r = (Region *)uhash_get(regionIDMap,(void *)ustr); 534 const UnicodeString *ustr = pv->snext(status); local 535 r = (Region *)uhash_get(regionIDMap,(void *)ustr);
|
/external/libvncserver/webclients/java-applet/ssl/ |
ss_vncviewer | [all...] |
/external/icu/icu4c/source/test/cintltst/ |
custrtrn.c | 1400 UChar ustr[] = {'h', 'e', 'l', 'l', 'o', 0}; local [all...] |
cmsccoll.c | 3512 UChar ustr[256]; local 3996 UChar ustr[256]; local [all...] |
/external/selinux/libsemanage/src/ |
genhomedircon.c | 37 #include <ustr.h> 225 struct Ustr *expr; 234 /* Convert oexpr into a Ustr and anchor it at the beginning */ 491 static Ustr *replace_all(const char *str, const replacement_pair_t * repl) 493 Ustr *retval = USTR_NULL; 512 static const char * extract_context(Ustr *line) 528 static int check_line(genhomedircon_settings_t * s, Ustr *line) 563 Ustr *line = USTR_NULL; 592 Ustr *line = USTR_NULL; 621 Ustr *line = USTR_NULL [all...] |
/external/regex-re2/lib/codereview/ |
codereview.py | 123 # If we have to pass unicode instead of str, ustr does that conversion clearly. 124 def ustr(s): function [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/email/test/ |
test_email.py | [all...] |
test_email_renamed.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/email/test/ |
test_email.py | [all...] |
test_email_renamed.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | [all...] |
test_email_renamed.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | [all...] |
test_email_renamed.py | [all...] |