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

12

  /external/icu4c/tools/genrb/
Makefile.in 36 OBJECTS = errmsg.o genrb.o parse.o read.o reslist.o ustr.o rbutil.o \
  /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...]
ssearch.cpp     [all...]
  /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/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...]
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...]
  /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/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...]
cmsccoll.c 4838 UChar ustr[256]; local
5303 UChar ustr[256]; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 375 UnicodeString ustr(UnicodeString::fromUTF8(native));
376 jstring jstr = jni->NewString(ustr.getBuffer(), ustr.length());
385 UnicodeString ustr(jchars, jni->GetStringLength(j_string));
390 return ustr.toUTF8String(ret);
    [all...]
  /external/icu4c/test/cintltst/
custrtrn.c 1389 UChar ustr[] = {'h', 'e', 'l', 'l', 'o', 0}; local
    [all...]
cmsccoll.c 4857 UChar ustr[256]; local
5322 UChar ustr[256]; 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...]
  /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/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...]

Completed in 862 milliseconds

12