Searched refs:extract (Results 101 - 125 of 193) sorted by relevance

12345678

/external/icu4c/test/intltest/
H A Ddadrcoll.cpp182 testSetting.extract(0, testSetting.length(), localeName, "");
H A Dconvtest.cpp117 s.extract(0, 0x7fffffff, charset, sizeof(charset), "");
163 s.extract(0, 0x7fffffff, cbopt, sizeof(cbopt), "");
239 s.extract(0, 0x7fffffff, charset, sizeof(charset), "");
323 s.extract(0, 0x7fffffff, cbopt, sizeof(cbopt), "");
402 s.extract(0, 0x7fffffff, charset, sizeof(charset), "");
H A Dssearch.cpp184 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);
2067 params.extract(m.start(1, status), paramLength, valString, sizeof(valString));
2260 p.extract(buf, sizeof(buf), NULL, status);
2398 p.extract(buf, sizeof(buf), NULL, status);
H A Dcsdetest.cpp142 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");
H A Dintltest.cpp1030 length = indent.extract(1, indent.length(), buffer, sizeof(buffer));
1039 length = message.extract(0, message.length(), buffer, sizeof(buffer));
1774 buf.extract(0, 0x7FFFFFFF, ASSERT_BUF, sizeof(ASSERT_BUF)-1, 0);
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrix.h402 typename internal::add_const_on_value_type<ActualLhsType>::type lhs = LhsBlasTraits::extract(m_lhs);
403 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
H A DSelfadjointMatrixMatrix.h390 typename internal::add_const_on_value_type<ActualLhsType>::type lhs = LhsBlasTraits::extract(m_lhs);
391 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
H A DTriangularMatrixMatrix.h369 typename internal::add_const_on_value_type<ActualLhsType>::type lhs = LhsBlasTraits::extract(m_lhs);
370 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
/external/icu4c/i18n/
H A Ddtitvinf.cpp424 skeleton.extract(0, skeleton.length(), result, "UTF-8");
490 skeleton->extract(0, skeleton->length(), result, "UTF-8");
H A Duspoof_wsconf.cpp85 s.extract(0, len, destBuf, destCapacity, US_INV);
H A Drbnf.cpp564 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);
H A Dtzgnames.cpp533 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);
812 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV);
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dtemporal_filter_apply_sse2.asm141 ; load and extract the predictor up to shorts
/external/chromium/chrome/common/
H A Dtime_format.cc300 time_string.extract(static_cast<UChar*>(
/external/eigen/Eigen/src/Core/
H A DTranspose.h334 static inline const XprType extract(const XprType& x) { return x; } function in struct:Eigen::internal::blas_traits
/external/icu4c/common/unicode/
H A Dutext.h653 * @param ut the UText from which to extract data.
654 * @param nativeStart the native index of the first character to extract.\
658 * character to extract. If the specified index is out of range,
1042 * Function type declaration for UText.extract().
1054 * @param ut the UText from which to extract data.
1055 * @param nativeStart the native index of the first characer to extract.
1057 * character to extract.
1265 UTextExtract *extract; member in struct:UTextFuncs
/external/icu4c/common/
H A Dustrenum.cpp51 unistr.extract(0, INT32_MAX, chars, charsCapacity, US_INV);
H A Duts46.cpp1346 return destString.extract(dest, capacity, *pErrorCode);
1362 return destString.extract(dest, capacity, *pErrorCode);
1378 return destString.extract(dest, capacity, *pErrorCode);
1394 return destString.extract(dest, capacity, *pErrorCode);
H A Dmessagepattern.cpp986 msg.extract(start, length, numberChars, capacity, US_INV);
1162 msg.extract(index-length, length, parseError->preContext);
1173 msg.extract(index, length, parseError->postContext);
H A Dunistr.cpp791 UnicodeString::extract(UChar *dest, int32_t destCapacity, function in class:UnicodeString
810 UnicodeString::extract(int32_t start, function in class:UnicodeString
859 UnicodeString::extract(int32_t start, int32_t len, function in class:UnicodeString
/external/icu4c/test/letest/
H A Dletest.cpp463 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
481 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
509 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
531 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
/external/icu4c/test/thaitest/
H A Dthaitest.cpp352 myText.extract(1, myText.length(), buffer);
/external/openfst/src/include/fst/extensions/far/
H A Dfarscript.h31 #include <fst/extensions/far/extract.h>
/external/webkit/Source/JavaScriptCore/wtf/
H A DHashSet.h99 static const T& extract(const T& t) { return t; } function in struct:WTF::IdentityExtractor
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
H A DBeautifulSoup.py138 # means that when we extract it, the index of this
141 self.extract()
144 def extract(self): member in class:PageElement
195 # when we extract this element, our target index
198 newChild.extract()
730 i.extract()
731 self.extract()

Completed in 571 milliseconds

12345678