Searched refs:getBuffer (Results 76 - 100 of 149) sorted by relevance

123456

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtscoll.cpp147 const UChar* src = source.getBuffer();
148 const UChar* trg = target.getBuffer();
H A Dv32test.cpp396 // getBuffer
402 int32_t *buf = a->getBuffer();
407 resizedBuf = a->getBuffer();
H A Dstrcase.cpp405 u_strToUTF8(utf8In, (int32_t)sizeof(utf8In), &utf8InLength, input.getBuffer(), input.length(), errorCode);
438 buffer=result.getBuffer(utf8OutLength);
H A Dconvtest.cpp122 cc.unicode=unicode.getBuffer();
234 cc.unicode=unicode.getBuffer();
290 p=s.getBuffer()+index+1;
330 cc.invalidUChars=invalidUChars.getBuffer();
H A Didnaconf.cpp192 UChar* bufBase = buf.getBuffer(buf.length());
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dppucd.cpp518 UChar *buffer=uni.getBuffer(-1);
523 buffer=uni.getBuffer(length);
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-nm/
H A Dllvm-nm.cpp329 sys::fs::file_magic magic = sys::fs::identify_magic(Buffer->getBuffer());
354 OwningPtr<MemoryBuffer> buff(i->getBuffer());
/macosx-10.10.1/BerkeleyDB-21/db/examples_cxx/getting_started/
H A Dexcxx_example_database_load.cpp170 buff = inventoryData.getBuffer();
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duniset_closure.cpp242 if(!ucase_addStringCaseClosure(csp, str.getBuffer(), str.length(), &sa)) {
H A Dutil.cpp136 const UChar* s = str.getBuffer();
H A Dustrenum.cpp108 UChar *buffer=unistr.getBuffer(length+1);
/macosx-10.10.1/ICU-531.30/icuSources/test/letest/
H A Dxmlreader.cpp238 (*callback)(id, fontName, fontVer, fontCksum, scriptCode, languageCode, text.getBuffer(), charCount, &expected);
H A Dgendata.cpp314 glyphCount = engine->layoutChars(text.getBuffer(), 0, charCount, charCount, getRTL(text), 0, 0, leStatus);
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/leperf/
H A Dxmlreader.cpp238 (*callback)(id, fontName, fontVer, fontCksum, scriptCode, languageCode, text.getBuffer(), charCount, &expected);
/macosx-10.10.1/ICU-531.30/icuSources/tools/ctestfw/
H A Ddatamap.cpp21 const UChar *u = s.getBuffer();
/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATACommand.h231 /*!@function getBuffer
234 virtual IOMemoryDescriptor* getBuffer ( void );
H A DIOPCIATA.cpp510 IOMemoryDescriptor* descriptor = _currentCommand->getBuffer();
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp299 StringRef Magic = InputBuffer->getBuffer().slice(0, 4);
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Ducol.cpp552 U_ASSERT(rules.getBuffer()[rules.length()] == 0);
554 return rules.getBuffer();
H A Duspoof_conf.cpp245 fParseLine = uregex_open(pattern.getBuffer(), pattern.length(), 0, NULL, &status);
250 fParseHexNum = uregex_open(pattern.getBuffer(), pattern.length(), 0, NULL, &status);
H A Danytrans.cpp334 UBool isInvariant = uprv_isInvariantUString(name.getBuffer(), nameLen);
H A Duspoof_wsconf.cpp156 parseRegexp = uregex_open(pattern.getBuffer(), pattern.length(), 0, NULL, &status);
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIP.cpp432 if (!nd || !(fpNetStats = (IONetworkStats *) nd->getBuffer()))
440 if ( !nd || !(fpEtherStats = (IOFWStats*)nd->getBuffer()) )
/macosx-10.10.1/llvmCore-3425.0.34/utils/FileCheck/
H A DFileCheck.cpp517 StringRef Buffer = F->getBuffer();
686 StringRef Buffer = F->getBuffer();
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/ustrperf/
H A Dstringperf.cpp101 const UChar* src = getBuffer(srcLen,status);

Completed in 181 milliseconds

123456