HomeSort by relevance Sort by last modified time
    Searched refs:ustr (Results 26 - 50 of 55) sorted by null

12 3

  /external/chromium_org/third_party/icu/source/tools/genrb/
Makefile.in 37 OBJECTS = errmsg.o genrb.o parse.o read.o reslist.o ustr.o rbutil.o \
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/
device_info_android.cc 108 icu::UnicodeString ustr(jchars, jni->GetStringLength(j_json_info));
111 ustr.toUTF8String(json_info);
  /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 436 const unsigned char *ustr = (const unsigned char *) instr; local
453 c = ustr[i];
478 c = ustr[i];
489 c = ustr[i];
525 && ustr[i + 1] >= '0'
526 && ustr[i + 1] <= '9'
550 if (len == -1 && ustr[i] == '\0') {
    [all...]
  /external/chromium_org/third_party/icu/source/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 357 static void printStringBreaks(UnicodeString ustr, int expected[],
364 for (j = 0; j < ustr.length(); j ++) {
374 UChar32 c = ustr.char32At(j);
3552 UnicodeString ustr = CharsToUnicodeString(strlist[loop]); local
    [all...]
utxttest.cpp     [all...]
regextst.cpp 228 #define REGEX_ASSERT_UNISTR(ustr,inv) {if (!(ustr==inv)) {errln("%s:%d: RegexTest failure: REGEX_ASSERT_UNISTR(%s,%s) failed \n", __FILE__, __LINE__, extractToAssertBuf(ustr),inv);};}
    [all...]
  /external/icu/icu4c/source/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/icu/icu4c/source/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);
3552 UnicodeString ustr = CharsToUnicodeString(strlist[loop]); local
    [all...]
rbbiapts.cpp     [all...]
utxttest.cpp     [all...]
regextst.cpp 233 #define REGEX_ASSERT_UNISTR(ustr,inv) {if (!(ustr==inv)) {errln("%s:%d: RegexTest failure: REGEX_ASSERT_UNISTR(%s,%s) failed \n", __FILE__, __LINE__, extractToAssertBuf(ustr),inv);};}
    [all...]
  /external/icu/icu4c/source/common/
listformatter.cpp 212 const UChar* ustr = ures_getStringByKeyWithFallback(rb, key, &len, &errorCode); local
216 result.setTo(ustr, len);
  /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/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 1402 UChar ustr[] = {'h', 'e', 'l', 'l', 'o', 0}; local
    [all...]
cmsccoll.c 4882 UChar ustr[256]; local
5347 UChar ustr[256]; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtrn.c 1402 UChar ustr[] = {'h', 'e', 'l', 'l', 'o', 0}; local
    [all...]
cmsccoll.c 3508 UChar ustr[256]; local
3992 UChar ustr[256]; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 493 UnicodeString ustr(UnicodeString::fromUTF8(native));
494 jstring jstr = jni->NewString(ustr.getBuffer(), ustr.length());
503 UnicodeString ustr(jchars, jni->GetStringLength(j_string));
508 return ustr.toUTF8String(ret);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp 2319 const UChar* ustr = s.characters16(); local
    [all...]
  /external/chromium_org/third_party/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...]

Completed in 2571 milliseconds

12 3