Searched refs:getBuffer (Results 101 - 125 of 149) sorted by relevance

123456

/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATACommand.cpp600 IOATACommand::getBuffer ( void ) function in class:IOATACommand
/macosx-10.10.1/IONetworkingFamily-101/
H A DIONetworkData.cpp357 const void * IONetworkData::getBuffer() const function in class:IONetworkData
H A DIOOutputQueue.cpp224 _stats = (IOOutputQueueStats *) _statsData->getBuffer();
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Drematch.cpp1386 UChar *inputChars = result->getBuffer(len16);
1466 ut->chunkContents = us->getBuffer();
2759 int64_t *pat = fPattern->fCompiledPat->getBuffer();
2761 const UChar *litText = fPattern->fLiteralText.getBuffer();
2788 UTEXT_CURRENT32(fInputText), (int64_t *)fp-fStack->getBuffer(), fActiveLimit);
3579 int64_t *newFP = fStack->getBuffer() + newStackSize - fFrameSize;
3741 int64_t *newFP = fStack->getBuffer() + newStackSize - fFrameSize;
4260 int64_t *pat = fPattern->fCompiledPat->getBuffer();
4262 const UChar *litText = fPattern->fLiteralText.getBuffer();
4291 UTEXT_CURRENT32(fInputText), (int64_t *)fp-fStack->getBuffer(), fActiveLimi
[all...]
H A Dcollationbuilder.cpp869 rootPrimaryIndexes.getBuffer(), rootPrimaryIndexes.size(), nodes.getBuffer(), p);
1009 const UChar *s = nfdString.getBuffer();
1372 int64_t *nodesArray = nodes.getBuffer();
1591 CEFinalizer finalizer(nodes.getBuffer());
H A Dcollationbasedatabuilder.cpp333 data.scripts = reinterpret_cast<const uint16_t *>(scripts.getBuffer());
H A Dmsgfmt.cpp190 app.appendString(s.getBuffer(), s.length());
1550 const UChar* pat = pattern.getBuffer();
1552 UChar* buf = result.getBuffer(blen);
1768 const UChar *ps = PatternProps::trimWhiteSpace(s.getBuffer(), length);
H A Dcollationfastlatinbuilder.cpp431 int32_t i = binarySearch(uniqueCEs.getBuffer(), uniqueCEs.size(), ce);
440 int32_t index = binarySearch(uniqueCEs.getBuffer(), uniqueCEs.size(), ce);
H A Dcollationruleparser.cpp716 baseData->makeReorderTable(reorderCodes.getBuffer(), length, table, errorCode);
718 if(!settings->setReordering(reorderCodes.getBuffer(), length, table)) {
H A Dtranslit.cpp758 if (uprv_isInvariantUString(ID.getBuffer(), ID.length())) {
800 if (uprv_isInvariantUString(s.getBuffer(), s.length())) {
H A Dtransreg.cpp655 entry->stringArg.setTo(TRUE, resourceName.getBuffer(), -1);
673 entry->stringArg.setTo(TRUE, alias.getBuffer(), -1);
H A Drepattrn.cpp543 UChar *resultChars = result.getBuffer(len16);
H A Duspoof.cpp722 destStr.getBuffer(), destStr.length(), status);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dnormalizer2impl.cpp40 start=str.getBuffer(destCapacity);
42 // getBuffer() already did str.setToBogus()
191 start=str.getBuffer(newCapacity);
193 // getBuffer() already did str.setToBogus()
499 const UChar *sArray=src.getBuffer();
1512 const UChar *middleStart=middle.getBuffer();
1823 const UChar *middleStart=middle.getBuffer();
H A Dmessagepattern.cpp335 if(!PatternProps::isIdentifier(name.getBuffer(), name.length())) {
1005 const UChar *s=msg.getBuffer();
1013 const UChar *s=msg.getBuffer();
H A Duniset_props.cpp978 if( !uprv_isInvariantUString(prop.getBuffer(), prop.length()) ||
979 !uprv_isInvariantUString(value.getBuffer(), value.length())
/macosx-10.10.1/ICU-531.30/icuSources/tools/ctestfw/
H A Duperf.cpp249 const UChar* UPerfTest::getBuffer(int32_t& len, UErrorCode& status){ function in class:UPerfTest
/macosx-10.10.1/ICU-531.30/icuSources/tools/gendict/
H A Dgendict.cpp444 outData = usp.getBuffer();
/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dwrtxml.cpp74 outString.getBuffer(),
86 outString.getBuffer(),
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dunistr.h1631 * the object returned here will be a read-only alias (using getBuffer())
1771 * This is useful together with the getBuffer functions.
1775 * @see getBuffer
1794 * For a bogus string, getBuffer() and getTerminatedBuffer() return NULL, and
1989 * getBuffer() and getTerminatedBuffer() return NULL, and
2718 * Calls to getBuffer(minCapacity) must not be nested, and
2731 * While the buffer is "open" between getBuffer(minCapacity)
2738 * if you want to use it, then you need to call length() before getBuffer(minCapacity).
2741 * The buffer contents is not NUL-terminated by getBuffer().
2757 UChar *getBuffer(int32_
3648 UnicodeString::getBuffer() const { function in class:UnicodeString
[all...]
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dunistr.h1572 * the object returned here will be a read-only alias (using getBuffer())
1712 * This is useful together with the getBuffer functions.
1716 * @see getBuffer
1735 * For a bogus string, getBuffer() and getTerminatedBuffer() return NULL, and
1925 * getBuffer() and getTerminatedBuffer() return NULL, and
2654 * Calls to getBuffer(minCapacity) must not be nested, and
2667 * While the buffer is "open" between getBuffer(minCapacity)
2674 * if you want to use it, then you need to call length() before getBuffer(minCapacity).
2677 * The buffer contents is not NUL-terminated by getBuffer().
2693 UChar *getBuffer(int32_
3515 UnicodeString::getBuffer() const { function in class:UnicodeString
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dapicoll.cpp975 const UChar* t1 = test1.getBuffer();
977 const UChar* t2 = test2.getBuffer();
2272 if(col1.compare(a.getBuffer(), a.length(), b.getBuffer(), b.length()) != result) {
H A Dcolldata.cpp43 UCollationElements *elems = ucol_openElements(coll, string.getBuffer(), string.length(), &status);
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/normperf/
H A Dnormperf.cpp156 const UChar* src = getBuffer(srcLen,status);
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp1793 if (!nd || !(fpNetStats = (IONetworkStats *)nd->getBuffer()))
1802 if (!nd || !(fpEtherStats = (IOEthernetStats*)nd->getBuffer()))

Completed in 471 milliseconds

123456