/external/icu/icu4c/source/i18n/ |
upluralrules.cpp | 52 return result.extract(keyword, capacity, *status);
|
format.cpp | 182 pattern.extract(start,stop-start,parseError.preContext,0); 190 pattern.extract(start,stop-start,parseError.postContext,0);
|
/external/llvm/lib/DebugInfo/ |
DWARFAbbreviationDeclaration.h | 51 bool extract(DataExtractor Data, uint32_t* OffsetPtr);
|
DWARFDebugArangeSet.h | 57 bool extract(DataExtractor data, uint32_t *offset_ptr);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
uts46test.cpp | 217 prettify(result).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer)); 231 prettify(result).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer)); 613 prettify(uN).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer)); 631 prettify(uT).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer)); 644 prettify(aN).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer)); [all...] |
sfwdchit.cpp | 36 s.extract(0, fLen, fStart);
|
/external/icu/icu4c/source/test/intltest/ |
uts46test.cpp | 217 prettify(result).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer)); 231 prettify(result).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer)); 615 prettify(uN).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer)); 633 prettify(uT).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer)); 646 prettify(aN).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer)); [all...] |
/external/eigen/Eigen/src/Core/util/ |
BlasUtil.h | 169 static inline ExtractType extract(const XprType& x) { return x; } function in struct:Eigen::internal::blas_traits 186 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); } function in struct:Eigen::internal::blas_traits 198 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); } function in struct:Eigen::internal::blas_traits 211 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); } function in struct:Eigen::internal::blas_traits 233 static inline ExtractType extract(const XprType& x) { return Base::extract(x.nestedExpression()); } function in struct:Eigen::internal::blas_traits 246 return blas_traits<T>::extract(m).data() [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ruleiter.cpp | 116 buf->extract(bufPos, maxLookAhead, result); 118 text.extract(pos.getIndex(), maxLookAhead, result); 130 text.extract(0, b, result);
|
servrbf.cpp | 62 length=_bundleName.extract(0, INT32_MAX, pkg, (int32_t)sizeof(pkg), US_INV);
|
unistr_cnv.cpp | 129 UnicodeString::extract(int32_t start, function in class:UnicodeString 133 return extract(start, length, target, dstSize, 0); 140 UnicodeString::extract(int32_t start, function in class:UnicodeString 215 UnicodeString::extract(char *dest, int32_t destCapacity, function in class:UnicodeString
|
/external/chromium_org/third_party/icu/source/i18n/ |
format.cpp | 182 pattern.extract(start,stop-start,parseError.preContext,0); 190 pattern.extract(start,stop-start,parseError.postContext,0);
|
unumsys.cpp | 82 return descrip.extract(result, resultLength, *status);
|
/external/chromium_org/third_party/icu/source/samples/numfmt/ |
util.cpp | 66 int32_t bufLen = str.extract(0, 0x7fffffff, stackBuffer, sizeof(stackBuffer), "UTF-8"); 71 bufLen = str.extract(0, 0x7fffffff, buf, bufLen + 1, "UTF-8");
|
/external/icu/icu4c/source/common/ |
ruleiter.cpp | 116 buf->extract(bufPos, maxLookAhead, result); 118 text.extract(pos.getIndex(), maxLookAhead, result); 130 text.extract(0, b, result);
|
servrbf.cpp | 62 length=_bundleName.extract(0, INT32_MAX, pkg, (int32_t)sizeof(pkg), US_INV);
|
/external/icu/icu4c/source/samples/numfmt/ |
util.cpp | 66 int32_t bufLen = str.extract(0, 0x7fffffff, stackBuffer, sizeof(stackBuffer), "UTF-8"); 71 bufLen = str.extract(0, 0x7fffffff, buf, bufLen + 1, "UTF-8");
|
/external/libpng/contrib/examples/ |
iccfrompng.c | 8 * Extract any icc profiles found in the given PNG files. This is a simple 33 extract(FILE *fp, png_uint_32 *proflen) function 95 png_bytep profile = extract(fp, &proflen); 178 /* Exit code is true if any extract succeeds */
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
caniter.h | 196 //Set extract(int comp, String segment, int segmentPos, StringBuffer buffer); 197 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status); 198 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
|
/external/chromium_org/third_party/icu/source/samples/datefmt/ |
util.cpp | 53 // int32_t bufLen = str.extract(0, len, buf); // Preflight 59 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
|
/external/chromium_org/third_party/icu/source/samples/msgfmt/ |
util.cpp | 53 // int32_t bufLen = str.extract(0, len, buf); // Preflight 59 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
|
/external/chromium_org/third_party/icu/source/samples/translit/ |
util.cpp | 53 // int32_t bufLen = str.extract(0, len, buf); // Preflight 59 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
|
/external/chromium_org/third_party/icu/source/test/letest/ |
xmlreader.cpp | 57 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 75 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 103 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 125 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
|
/external/chromium_org/third_party/icu/source/test/perf/leperf/ |
xmlreader.cpp | 57 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 75 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 103 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 125 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
prscmnts.cpp | 55 return dest.extract(source, srcLen, *status); 102 return out.extract(*dest, destCapacity,*status); 129 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status); 202 return out.extract(*dest, destCapacity,*status);
|