Searched defs:dataVector (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_pars.h42 UVector dataVector; member in class:TransliteratorParser
H A Dtransreg.cpp443 UVector* dataVector; // For COMPOUND_RBT member in union:TransliteratorEntry::__anon12104
479 while (u.dataVector != NULL && !u.dataVector->isEmpty())
480 delete (TransliterationRuleData*)u.dataVector->orphanElementAt(0);
481 delete u.dataVector;
570 if (parser.idBlockVector.isEmpty() && parser.dataVector.isEmpty()) {
575 else if (parser.idBlockVector.isEmpty() && parser.dataVector.size() == 1) {
576 entry->u.data = (TransliterationRuleData*)parser.dataVector.orphanElementAt(0);
579 else if (parser.idBlockVector.size() == 1 && parser.dataVector.isEmpty()) {
587 entry->u.dataVector
[all...]
/external/icu/icu4c/source/i18n/
H A Drbt_pars.h42 UVector dataVector; member in class:TransliteratorParser
H A Dtransreg.cpp443 UVector* dataVector; // For COMPOUND_RBT member in union:TransliteratorEntry::__anon21914
479 while (u.dataVector != NULL && !u.dataVector->isEmpty())
480 delete (TransliterationRuleData*)u.dataVector->orphanElementAt(0);
481 delete u.dataVector;
570 if (parser.idBlockVector.isEmpty() && parser.dataVector.isEmpty()) {
575 else if (parser.idBlockVector.isEmpty() && parser.dataVector.size() == 1) {
576 entry->u.data = (TransliterationRuleData*)parser.dataVector.orphanElementAt(0);
579 else if (parser.idBlockVector.size() == 1 && parser.dataVector.isEmpty()) {
587 entry->u.dataVector
[all...]
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp145 void Set(CInArchive *archive, const CObjectVector<CByteBuffer> *dataVector);
170 void CStreamSwitch::Set(CInArchive *archive, const CObjectVector<CByteBuffer> *dataVector) argument
177 if (dataIndex < 0 || dataIndex >= dataVector->Size())
179 Set(archive, (*dataVector)[dataIndex]);
533 const CObjectVector<CByteBuffer> *dataVector,
541 streamSwitch.Set(this, dataVector);
689 const CObjectVector<CByteBuffer> *dataVector,
716 ReadUnpackInfo(dataVector, folders);
763 void CInArchive::ReadUInt64DefVector(const CObjectVector<CByteBuffer> &dataVector, argument
769 streamSwitch.Set(this, &dataVector);
532 ReadUnpackInfo( const CObjectVector<CByteBuffer> *dataVector, CObjectVector<CFolder> &folders) argument
688 ReadStreamsInfo( const CObjectVector<CByteBuffer> *dataVector, UInt64 &dataOffset, CRecordVector<UInt64> &packSizes, CBoolVector &packCRCsDefined, CRecordVector<UInt32> &packCRCs, CObjectVector<CFolder> &folders, CRecordVector<CNum> &numUnpackStreamsInFolders, CRecordVector<UInt64> &unpackSizes, CBoolVector &digestsDefined, CRecordVector<UInt32> &digests) argument
879 CObjectVector<CByteBuffer> dataVector; local
1218 CObjectVector<CByteBuffer> dataVector; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 585 milliseconds