HomeSort by relevance Sort by last modified time
    Searched refs:extract (Results 276 - 300 of 392) sorted by null

<<111213141516

  /external/icu/icu4c/source/test/intltest/
plurults.cpp 65 int32_t bufLen = us.extract((int32_t)0, us.length(), (char *)NULL, (uint32_t)0) + 1;
67 us.extract(0, us.length(), buf, bufLen); };
    [all...]
rbbitst.cpp     [all...]
strcase.cpp 482 locale.extract(0, 0x7fffffff, cLocaleID, sizeof(cLocaleID), "");
tufmtts.cpp 96 formatted.extract(0, formatted.length(), formatResult, "UTF-8");
  /external/chromium_org/third_party/icu/source/i18n/
smpdtfmt.cpp     [all...]
nfrs.cpp 601 us.extract(0, len, buf);
uspoof.cpp 610 destStr.extract(dest, destCapacity, *status);
uspoof_conf.cpp 272 // We have a good input line. Extract the key character and mapping string, and
458 fStringTable->extract(strings, stringsLength+1, status);
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbitst.cpp     [all...]
strcase.cpp 482 locale.extract(0, 0x7fffffff, cLocaleID, sizeof(cLocaleID), "");
  /build/core/
definitions.mk     [all...]
  /external/chromium_org/chrome/browser/resources/history/
other_devices.js 48 * TODO(mad): Should we extract/reuse/share with ntp4/other_sessions.js?
465 // makes it harder to extract the text data here.
  /external/chromium_org/third_party/icu/source/common/
uprops.cpp 605 return kc2.extract(dest, destCapacity, *pErrorCode);
uset.cpp 288 return s->extract(str, strCapacity, *ec);
  /external/chromium_org/third_party/icu/source/test/cintltst/
utransts.c 128 callbacks->extract = Xextract;
  /external/chromium_org/third_party/icu/source/tools/toolutil/
xmlparser.cpp 249 length=attValue.extract(0, 0x7fffffff, charsetBuffer, (int32_t)sizeof(charsetBuffer));
  /external/chromium_org/ui/base/l10n/
l10n_util.cc 838 result_files_string.extract(
  /external/icu/icu4c/source/common/
uprops.cpp 605 return kc2.extract(dest, destCapacity, *pErrorCode);
uset.cpp 288 return s->extract(str, strCapacity, *ec);
  /external/icu/icu4c/source/i18n/
nfrs.cpp 601 us.extract(0, len, buf);
ucol.cpp 570 return rules.extract(buffer, bufferLen, errorCode);
uspoof.cpp 643 destStr.extract(dest, destCapacity, *status);
uspoof_conf.cpp 272 // We have a good input line. Extract the key character and mapping string, and
458 fStringTable->extract(strings, stringsLength+1, status);
  /external/icu/icu4c/source/test/cintltst/
utransts.c 131 callbacks->extract = Xextract;
  /external/icu/icu4c/source/tools/toolutil/
xmlparser.cpp 249 length=attValue.extract(0, 0x7fffffff, charsetBuffer, (int32_t)sizeof(charsetBuffer));

Completed in 451 milliseconds

<<111213141516