HomeSort by relevance Sort by last modified time
    Searched refs:extract (Results 426 - 450 of 592) sorted by null

<<11121314151617181920>>

  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 406 bool MetadataExtractor::extract() { function in class:bcinfo::MetadataExtractor
  /external/icu4c/test/intltest/
regextst.cpp 196 buf.extract(0, 0x7FFFFFFF, ASSERT_BUF, sizeof(ASSERT_BUF)-1);
445 inputUTF8Length = unEscapedInput.extract(NULL, 0, UTF8Converter.getAlias(), status);
453 unEscapedInput.extract(textChars, inputUTF8Length+1, UTF8Converter.getAlias(), status);
    [all...]
rbbitst.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
numfmt.cpp 56 s.extract((int32_t) 0, s.length(), buf);
    [all...]
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);
  /external/harfbuzz_ng/
git.mk 202 intltool-extract.in \
  /external/icu4c/i18n/
translit.cpp 762 ID.extract(0, (int32_t)(sizeof(key)-length), key+length, (int32_t)(sizeof(key)-length), US_INV);
801 s.extract(0, sizeof(key)-length-1, key+length, (int32_t)sizeof(key)-length-1, US_INV);
    [all...]
smpdtfmt.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltdl.m4 626 [Define if libtool can extract symbol lists from object files.])
  /prebuilts/devtools/tools/lib/
manifest-merger.jar 
  /external/chromium_org/third_party/icu/source/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...]
  /external/chromium_org/build/android/
adb_gdb 256 The script tries to extract the target architecture from your GYP_DEFINES,
315 --no-pull-libs Do not extract any system library.
625 # Extract the status code from the end of the line, which must
779 # Extract the system libraries from the device if necessary.
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_manager_commands.js 13 * element Directory to extract a path from.
47 * @param {NavigationList} navigationList navigation list to extract root node.
  /external/chromium_org/chrome/browser/resources/history/
other_devices.js 48 * TODO(mad): Should we extract/reuse/share with ntp4/other_sessions.js?
459 // makes it harder to extract the text data here.
  /external/chromium_org/third_party/icu/source/common/
uprops.cpp 626 return kc2.extract(dest, destCapacity, *pErrorCode);
uset.cpp 293 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));

Completed in 631 milliseconds

<<11121314151617181920>>