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

1 2 3 4 56 7 8 91011>>

  /external/icu/icu4c/source/i18n/
locdspnm.cpp 829 return temp.extract(result, maxResultSize, *pErrorCode);
847 return temp.extract(result, maxResultSize, *pErrorCode);
865 return temp.extract(result, maxResultSize, *pErrorCode);
892 return temp.extract(result, maxResultSize, *pErrorCode);
    [all...]
zonemeta.cpp 255 tzid.extract(utzid, ZID_KEY_MAX + 1, tmpStatus);
272 tzid.extract(0, 0x7fffffff, id, LENGTHOF(id), US_INV);
555 tzid.extract(tzidUChars, ZID_KEY_MAX + 1, status);
599 tzid.extract(key, tzidLen, status);
631 int32_t tzKeyLen = canonicalID.extract(0, canonicalID.length(), tzKey, sizeof(tzKey), US_INV);
723 keyLen = mzid.extract(0, mzid.length(), keyBuf, ZID_KEY_MAX + 1, US_INV);
733 keyLen = region.extract(0, region.length(), keyBuf, ZID_KEY_MAX + 1, US_INV);
name2uni.cpp 191 name.extract(0, len, cbuf, maxLen, US_INV);
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h 4191 UnicodeString::extract(int32_t start, function in class:UnicodeString
4198 UnicodeString::extract(int32_t start, function in class:UnicodeString
4206 UnicodeString::extract(int32_t start, function in class:UnicodeString
    [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h 4191 UnicodeString::extract(int32_t start, function in class:UnicodeString
4198 UnicodeString::extract(int32_t start, function in class:UnicodeString
4206 UnicodeString::extract(int32_t start, function in class:UnicodeString
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableExtractor.java 50 * @param method {@code non-null;} the method to extract from
53 public static LocalVariableInfo extract(SsaMethod method) { method in class:LocalVariableExtractor
59 * Constructs an instance. This method is private. Use {@link #extract}.
61 * @param method {@code non-null;} the method to extract from
  /external/chromium_org/ppapi/c/documentation/
doxy_cleanup.py 93 [tag.extract() for tag in header_tags]
  /external/chromium_org/ppapi/cpp/documentation/
doxy_cleanup.py 92 [tag.extract() for tag in header_tags]
  /external/chromium_org/third_party/icu/source/common/
charstr.cpp 105 len+=s.extract(0, 0x7fffffff, buffer.getAlias()+len, buffer.getCapacity()-len, US_INV);
  /external/chromium_org/third_party/icu/source/i18n/
name2uni.cpp 191 name.extract(0, len, cbuf, maxLen, US_INV);
  /external/chromium_org/ui/base/l10n/
time_format.cc 112 time_string.extract(static_cast<UChar*>(WriteInto(&result, capacity)),
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
LocalVariableExtractor.java 51 * @param method {@code non-null;} the method to extract from
54 public static LocalVariableInfo extract(SsaMethod method) { method in class:LocalVariableExtractor
60 * Constructs an instance. This method is private. Use {@link #extract}.
62 * @param method {@code non-null;} the method to extract from
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrixTriangular.h 202 typename internal::add_const_on_value_type<ActualLhs>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
208 typename internal::add_const_on_value_type<ActualRhs>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
247 typename internal::add_const_on_value_type<ActualLhs>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
253 typename internal::add_const_on_value_type<ActualRhs>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
TriangularMatrixVector.h 232 typename internal::add_const_on_value_type<ActualLhsType>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
233 typename internal::add_const_on_value_type<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
307 typename add_const<ActualLhsType>::type actualLhs = LhsBlasTraits::extract(prod.lhs());
308 typename add_const<ActualRhsType>::type actualRhs = RhsBlasTraits::extract(prod.rhs());
  /external/icu/icu4c/source/common/
charstr.cpp 105 len+=s.extract(0, 0x7fffffff, buffer.getAlias()+len, buffer.getCapacity()-len, US_INV);
  /external/llvm/lib/CodeGen/
LiveIntervalUnion.cpp 56 void LiveIntervalUnion::extract(LiveInterval &VirtReg) { function in class:LiveIntervalUnion
LiveRegMatrix.cpp 96 Matrix[*Units].extract(VirtReg);
  /build/core/
install_jni_libs.mk 11 # extracted_jni_libs, if we extract jni libs from prebuilt apk.
  /device/asus/deb/self-extractors/
generate-packages.sh 269 SCRIPT=extract-$COMPANY-$DEVICE.sh
  /device/asus/flo/self-extractors/
generate-packages.sh 264 SCRIPT=extract-$COMPANY-$DEVICE.sh
  /device/asus/grouper/self-extractors/
generate-packages.sh 215 SCRIPT=extract-$COMPANY-$DEVICE.sh
  /device/asus/tilapia/self-extractors/
generate-packages.sh 194 SCRIPT=extract-$COMPANY-$DEVICE.sh
  /device/lge/hammerhead/self-extractors/
generate-packages.sh 258 SCRIPT=extract-$COMPANY-$DEVICE.sh
  /device/lge/mako/self-extractors/
generate-packages.sh 264 SCRIPT=extract-$COMPANY-$DEVICE.sh
  /device/samsung/manta/self-extractors/
generate-packages.sh 130 SCRIPT=extract-$COMPANY-$DEVICE.sh

Completed in 872 milliseconds

1 2 3 4 56 7 8 91011>>