Searched refs:doExtract (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/common/
H A Dunistr_cnv.cpp202 length = doExtract(start, length, target, capacity, converter, status);
247 int32_t len=doExtract(0, length(), dest, destCapacity, cnv, errorCode);
258 UnicodeString::doExtract(int32_t start, int32_t length, function in class:UnicodeString
H A Dunistr.cpp775 UnicodeString::doExtract(int32_t start, function in class:UnicodeString
877 doExtract(start, limit - start, target);
/external/icu4c/common/unicode/
H A Dunistr.h3339 void doExtract(int32_t start,
3344 inline void doExtract(int32_t start,
3408 int32_t doExtract(int32_t start, int32_t length,
4175 UnicodeString::doExtract(int32_t start, function in class:UnicodeString
4185 { doExtract(start, _length, target, targetStart); }
4191 { doExtract(start, _length, target); }
4215 doExtract(start, limit - start, dst, dstStart);
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp452 // doExtract - Implement the 'x' operation. This function extracts files back to
455 doExtract(std::string* ErrMsg) { function
764 case Extract: haveError = doExtract(&ErrMsg); break;

Completed in 102 milliseconds