Searched refs:getDataLength (Results 1 - 11 of 11) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
H A Dcollationinfo.cpp35 length = getDataLength(indexes, CollationDataReader::IX_REORDER_CODES_OFFSET);
40 length = getDataLength(indexes, CollationDataReader::IX_REORDER_TABLE_OFFSET);
46 length = getDataLength(indexes, CollationDataReader::IX_TRIE_OFFSET);
51 length = getDataLength(indexes, CollationDataReader::IX_RESERVED8_OFFSET);
56 length = getDataLength(indexes, CollationDataReader::IX_CES_OFFSET);
61 length = getDataLength(indexes, CollationDataReader::IX_RESERVED10_OFFSET);
66 length = getDataLength(indexes, CollationDataReader::IX_CE32S_OFFSET);
71 length = getDataLength(indexes, CollationDataReader::IX_ROOT_ELEMENTS_OFFSET);
76 length = getDataLength(indexes, CollationDataReader::IX_CONTEXTS_OFFSET);
81 length = getDataLength(indexe
111 CollationInfo::getDataLength(const int32_t indexes[], int32_t startIndex) { function in class:CollationInfo
[all...]
H A Dcollationinfo.h31 static int32_t getDataLength(const int32_t indexes[], int32_t startIndex);
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h222 static unsigned getDataLength(NestedNameSpecifier *Qualifier);
309 unsigned getDataLength() const { return getDataLength(Qualifier); } function in class:clang::NestedNameSpecifierLoc
/external/clang/lib/AST/
H A DNestedNameSpecifier.cpp323 NestedNameSpecifierLoc::getDataLength(NestedNameSpecifier *Qualifier) { function in class:NestedNameSpecifierLoc
364 unsigned Offset = getDataLength(Qualifier->getPrefix());
395 unsigned Offset = getDataLength(Qualifier->getPrefix());
614 BufferSize = Other.getDataLength();
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotBase.py70 Traverse the flat list of tables, calling getDataLength on each to update their position
222 pos = pos + table.getDataLength()
226 pos = pos + table.getDataLength()
240 def getDataLength(self): member in class:OTTableWriter
279 if hasattr(table, "getDataLength"):
287 length = self.getDataLength()
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotBase.py70 Traverse the flat list of tables, calling getDataLength on each to update their position
222 pos = pos + table.getDataLength()
226 pos = pos + table.getDataLength()
240 def getDataLength(self): member in class:OTTableWriter
279 if hasattr(table, "getDataLength"):
287 length = self.getDataLength()
/external/fonttools/Lib/fontTools/
H A DcffLib.py141 if hasattr(item, "getDataLength"):
142 endPos = pos + item.getDataLength()
190 if hasattr(item, "getDataLength"):
191 pos = pos + item.getDataLength()
197 def getDataLength(self): member in class:IndexCompiler
840 def getDataLength(self): member in class:CharsetCompiler
948 def getDataLength(self): member in class:EncodingCompiler
1199 def getDataLength(self): member in class:FDSelectCompiler
1334 def getDataLength(self): member in class:DictCompiler
1335 return len(self.compile("getDataLength"))
[all...]
/external/fonttools/Tools/fontTools/
H A DcffLib.py141 if hasattr(item, "getDataLength"):
142 endPos = pos + item.getDataLength()
190 if hasattr(item, "getDataLength"):
191 pos = pos + item.getDataLength()
197 def getDataLength(self): member in class:IndexCompiler
840 def getDataLength(self): member in class:CharsetCompiler
948 def getDataLength(self): member in class:EncodingCompiler
1199 def getDataLength(self): member in class:FDSelectCompiler
1334 def getDataLength(self): member in class:DictCompiler
1335 return len(self.compile("getDataLength"))
[all...]
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/clang/lib/Sema/
H A DTreeTransform.h3110 if (SS.location_size() == NNS.getDataLength() &&
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 397 milliseconds