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

<<11121314151617181920>>

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatLfnDirectory.java 270 FatLfnDirectoryEntry.extract(this, offset, ++i - offset);
  /external/chromium_org/third_party/icu/source/common/
normalizer2.cpp 675 return destString.extract(dest, capacity, *pErrorCode);
716 return firstString.extract(first, firstCapacity, *pErrorCode);
754 return destString.extract(decomposition, capacity, *pErrorCode);
unistr.cpp 743 UnicodeString::extract(UChar *dest, int32_t destCapacity, function in class:UnicodeString
762 UnicodeString::extract(int32_t start, function in class:UnicodeString
811 UnicodeString::extract(int32_t start, int32_t len, function in class:UnicodeString
    [all...]
  /ndk/build/tools/
build-host-gcc.sh 380 # <version> can be <major>.<minor>, extract <major>
606 # $3: extract compiler flags
    [all...]
  /ndk/
ndk-gdb.py 454 simply extract the 'android:debuggable' attribute value from
549 error('''Could not extract package name from %s.
639 error('''Could not extract package's data directory. Are you sure that
648 error('''Could not extract name of launchable activity from manifest!
674 error('''Could not extract PID of application on device/emulator.
682 error('''Could not extract PID of application on device/emulator.
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 184 id->extract(0, id->length(), testId, sizeof(testId), US_INV);
238 locale->extract(0, locale->length(), clocale, sizeof(clocale), NULL);
522 id->extract(0, id->length(), testId, sizeof(testId), US_INV);
576 locale->extract(0, locale->length(), clocale, sizeof(clocale), NULL);
    [all...]
csdetest.cpp 130 length = source.extract(0, sLength, NULL, codepage);
134 source.extract(0, sLength, bytes, codepage);
718 UnicodeString(charText).extract(0, sizeof(charText)-2, latin1Text, sizeof(latin1Text), "ISO-8859-1");
intltest.cpp 1004 length = indent.extract(1, indent.length(), buffer, sizeof(buffer));
1013 length = message.extract(0, message.length(), buffer, sizeof(buffer));
    [all...]
tufmtts.cpp 74 formatted.extract(0, formatted.length(), formatResult, "UTF-8");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 61 self.tar.extract("ustar/regtype", TEMPDIR)
77 self.tar.extract("ustar/regtype", TEMPDIR)
87 self.tar.extract("ustar/regtype", TEMPDIR)
301 tar.extract("ustar/regtype", TEMPDIR)
304 tar.extract("ustar/lnktype", TEMPDIR)
310 tar.extract("ustar/symtype", TEMPDIR)
885 # Let's extract it to the location which contains the symlink
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 61 self.tar.extract("ustar/regtype", TEMPDIR)
77 self.tar.extract("ustar/regtype", TEMPDIR)
87 self.tar.extract("ustar/regtype", TEMPDIR)
301 tar.extract("ustar/regtype", TEMPDIR)
304 tar.extract("ustar/lnktype", TEMPDIR)
310 tar.extract("ustar/symtype", TEMPDIR)
885 # Let's extract it to the location which contains the symlink
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rbnf.cpp 566 int32_t len = msg.extract(0, msg.length(), buf, 128);
604 info.extract(p, len, status);
980 name.extract(0, name.length(), bp, cap, UnicodeString::kInvariant);
    [all...]
choicfmt.cpp 221 string.extract(0, string.length(), source, (int32_t)sizeof(source), US_INV); /* invariant codepage */
  /external/icu4c/common/
messagepattern.cpp     [all...]
unistr.cpp 789 UnicodeString::extract(UChar *dest, int32_t destCapacity, function in class:UnicodeString
808 UnicodeString::extract(int32_t start, function in class:UnicodeString
857 UnicodeString::extract(int32_t start, int32_t len, function in class:UnicodeString
    [all...]
uts46.cpp     [all...]
  /external/icu4c/i18n/
rbnf.cpp 564 int32_t len = msg.extract(0, msg.length(), buf, 128);
602 info.extract(p, len, status);
965 name.extract(0, name.length(), bp, cap, UnicodeString::kInvariant);
    [all...]
tzgnames.cpp 533 int32_t tzIDKeyLen = tzCanonicalID.extract(tzIDKey, ZID_KEY_MAX + 1, status);
561 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV);
810 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV);
    [all...]
uspoof_wsconf.cpp 71 // Extract a regular expression match group into a char * string.
86 s.extract(0, len, destBuf, destCapacity, US_INV);
190 // Extract the two script names from the source line. We need these in an 8 bit
  /external/icu4c/test/intltest/
csdetest.cpp 142 length = source.extract(0, sLength, NULL, codepage);
146 source.extract(0, sLength, bytes, codepage);
730 UnicodeString(charText).extract(0, sizeof(charText)-2, latin1Text, sizeof(latin1Text), "ISO-8859-1");
intltest.cpp 1030 length = indent.extract(1, indent.length(), buffer, sizeof(buffer));
1039 length = message.extract(0, message.length(), buffer, sizeof(buffer));
    [all...]
tufmtts.cpp 75 formatted.extract(0, formatted.length(), formatResult, "UTF-8");
utxttest.cpp 187 sa.extract(buf, saLen+1, status);
198 sa.extract(buf, saLen+1, status);
257 int32_t u8Len = sa.extract(0, sa.length(), NULL, 0, "utf-8");
259 sa.extract(0, sa.length(), u8String, u8Len+1, "utf-8");
792 // Extract
    [all...]
  /build/core/
definitions.mk     [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 320 locals = LocalVariableExtractor.extract(rmeth);

Completed in 750 milliseconds

<<11121314151617181920>>