Searched refs:doExtract (Results 1 - 4 of 4) sorted by relevance
/external/icu4c/common/ |
H A D | unistr_cnv.cpp | 202 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 D | unistr.cpp | 775 UnicodeString::doExtract(int32_t start, function in class:UnicodeString 877 doExtract(start, limit - start, target);
|
/external/icu4c/common/unicode/ |
H A D | unistr.h | 3339 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 D | llvm-ar.cpp | 452 // 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