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

<<111213

  /external/icu4c/i18n/
translit.cpp 765 ID.extract(0, (int32_t)(sizeof(key)-length), key+length, (int32_t)(sizeof(key)-length), US_INV);
804 s.extract(0, sizeof(key)-length-1, key+length, (int32_t)sizeof(key)-length-1, US_INV);
    [all...]
smpdtfmt.cpp     [all...]
msgfmt.cpp     [all...]
nfrs.cpp 576 us.extract(0, len, buf);
uspoof_conf.cpp 269 // We have a good input line. Extract the key character and mapping string, and
454 fStringTable->extract(strings, stringsLength+1, status);
rbt_pars.cpp 527 // in buf, starting at offset bufSegStart. Extract them
    [all...]
  /external/llvm/autoconf/m4/
ltdl.m4 284 [Define if libtool can extract symbol lists from object files.])
  /external/llvm/projects/sample/autoconf/m4/
ltdl.m4 284 [Define if libtool can extract symbol lists from object files.])
  /external/icu4c/test/intltest/
regextst.cpp 348 inputUTF8Length = unEscapedInput.extract(NULL, 0, UTF8Converter.getAlias(), status);
356 unEscapedInput.extract(textChars, inputUTF8Length+1, UTF8Converter.getAlias(), status);
    [all...]
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 166 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);
  /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/llvm/lib/CodeGen/
RegAllocBasic.cpp 290 PhysReg2LiveUnion[PhysReg].extract(VirtReg);
  /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/base/libs/rs/driver/
rsdBcc.cpp 95 if (!drv->ME->extract()) {
  /prebuilt/linux-x86/toolchain/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.

Completed in 1868 milliseconds

<<111213