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

1 2 3 4 5 67 8 91011>>

  /external/icu4c/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/llvm/lib/DebugInfo/
DWARFCompileUnit.h 61 bool extract(DataExtractor debug_info, uint32_t* offset_ptr);
62 uint32_t extract(uint32_t offset, DataExtractor debug_info_data,
DWARFDebugAbbrev.h 44 bool extract(DataExtractor data, uint32_t* offset_ptr);
DWARFDebugArangeSet.h 58 bool extract(DataExtractor data, uint32_t *offset_ptr);
DWARFDebugRangeList.cpp 22 bool DWARFDebugRangeList::extract(DataExtractor data, uint32_t *offset_ptr) { function in class:DWARFDebugRangeList
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
zip_mock.py 49 def extract(self, filename, path): member in class:MockZip
  /external/chromium_org/third_party/icu/source/common/
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/common/unicode/
caniter.h 194 //Set extract(int comp, String segment, int segmentPos, StringBuffer buffer);
195 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
196 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
  /external/chromium_org/third_party/icu/source/test/intltest/
sfwdchit.cpp 36 s.extract(0, fLen, fStart);
  /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/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);
  /external/icu4c/common/
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/icu4c/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/icu4c/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/icu4c/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/icu4c/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/icu4c/test/intltest/
sfwdchit.cpp 36 s.extract(0, fLen, fStart);
  /external/icu4c/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/icu4c/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);
  /external/llvm/tools/
Makefile 33 lli llvm-extract llvm-mc \
  /external/chromium_org/third_party/icu/source/i18n/
udatpg.cpp 81 return result.extract(bestPattern, capacity, *pErrorCode);
98 return result.extract(skeleton, capacity, *pErrorCode);
115 return result.extract(skeleton, capacity, *pErrorCode);
135 int32_t length=conflictingPatternString.extract(conflictingPattern, capacity, *pErrorCode);
242 return result.extract(dest, destCapacity, *pErrorCode);
  /external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
DateFmtPerf.h 107 s.extract(0, s.length(), charBuf, sizeof(charBuf)-1, 0);
131 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
217 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion
344 int32_t bufLen = str.extract(0, 0x7fffffff, stackBuffer, sizeof(stackBuffer), "UTF-8");
349 bufLen = str.extract(0, 0x7fffffff, buf, bufLen + 1, "UTF-8");
  /external/icu4c/i18n/
udatpg.cpp 81 return result.extract(bestPattern, capacity, *pErrorCode);
98 return result.extract(skeleton, capacity, *pErrorCode);
115 return result.extract(skeleton, capacity, *pErrorCode);
135 int32_t length=conflictingPatternString.extract(conflictingPattern, capacity, *pErrorCode);
242 return result.extract(dest, destCapacity, *pErrorCode);

Completed in 248 milliseconds

1 2 3 4 5 67 8 91011>>