HomeSort by relevance Sort by last modified time
    Searched refs:extract (Results 251 - 275 of 327) sorted by null

<<11121314

  /external/llvm/projects/sample/autoconf/m4/
ltdl.m4 284 [Define if libtool can extract symbol lists from object files.])
  /external/icu4c/test/intltest/
rbbitst.cpp     [all...]
strcase.cpp 486 locale.extract(0, 0x7fffffff, cLocaleID, sizeof(cLocaleID), "");
utxttest.cpp 189 sa.extract(buf, saLen+1, status);
200 sa.extract(buf, saLen+1, status);
259 int32_t u8Len = sa.extract(0, sa.length(), NULL, 0, "utf-8");
261 sa.extract(0, sa.length(), u8String, u8Len+1, "utf-8");
794 // Extract
    [all...]
transrt.cpp 537 int32_t length = transliteratorID.extract(str, 100, NULL, status);
542 int32_t length = transliteratorID.extract(str, 100, NULL, status);
    [all...]
dtfmttst.cpp 175 fmtOffset.extract(3, fmtOffset.length(), *fmtDstOffset);
    [all...]
  /external/icu4c/common/
uprops.cpp 626 return kc2.extract(dest, destCapacity, *pErrorCode);
uset.cpp 293 return s->extract(str, strCapacity, *ec);
uniset.cpp 104 str.extract(0, 39, buf, "");
112 str.extract(0, 39, buf, "");
    [all...]
  /external/icu4c/i18n/
nfrs.cpp 575 us.extract(0, len, buf);
uspoof_conf.cpp 272 // We have a good input line. Extract the key character and mapping string, and
457 fStringTable->extract(strings, stringsLength+1, status);
rbt_pars.cpp 528 // in buf, starting at offset bufSegStart. Extract them
    [all...]
smpdtfmt.cpp     [all...]
nfrule.cpp 746 us.extract(0, len, buf);
    [all...]
  /external/icu4c/test/cintltst/
utransts.c 128 callbacks->extract = Xextract;
  /external/icu4c/tools/toolutil/
xmlparser.cpp 249 length=attValue.extract(0, 0x7fffffff, charsetBuffer, (int32_t)sizeof(charsetBuffer));
  /external/webkit/Source/JavaScriptCore/wtf/
HashMap.h 113 static const typename PairType::first_type& extract(const PairType& p) { return p.first; } function in struct:WTF::PairFirstExtractor
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp 257 ME.extract();
  /frameworks/rs/driver/
rsdBcc.cpp 100 if (!drv->ME->extract()) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 75 # Location of original sysroot. This is where we're going to extract all
115 # extract into the original sysroot
624 # Write a small awk script used to extract filenames for a given package
625 cat > $DOWNLOAD_DIR/extract-filename.awk <<EOF
659 # The following is an awk command to parse the Packages file and extract
662 local FILE=`awk -f "$DOWNLOAD_DIR/extract-filename.awk" -v PKG=$1 $DOWNLOAD_DIR/Packages`
1205 task2_define extract_gmp "Extract sources for gmp-$GMP_VERSION"
1241 task2_define extract_mpfr "Extract sources from mpfr-$MPFR_VERSION"
    [all...]
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 211 * @param {string} field Field name to extract value of.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 265 * @param {string} name Name of parameter to extract.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 265 * @param {string} name Name of parameter to extract.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 88 # extract nodes matching a pattern
94 # iterate through the tree and extract nodes with pattern labels
278 to validate tree structures as well as to extract nodes that match the pattern.
  /external/icu4c/data/
makedata.mak 501 # - extract all data items
511 # - extract all data items
    [all...]

Completed in 1840 milliseconds

<<11121314