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

/external/icu/icu4c/source/tools/toolutil/
H A Dcollationinfo.cpp39 length = getDataLength(indexes, CollationDataReader::IX_REORDER_CODES_OFFSET);
44 length = getDataLength(indexes, CollationDataReader::IX_REORDER_TABLE_OFFSET);
50 length = getDataLength(indexes, CollationDataReader::IX_TRIE_OFFSET);
55 length = getDataLength(indexes, CollationDataReader::IX_RESERVED8_OFFSET);
60 length = getDataLength(indexes, CollationDataReader::IX_CES_OFFSET);
65 length = getDataLength(indexes, CollationDataReader::IX_RESERVED10_OFFSET);
70 length = getDataLength(indexes, CollationDataReader::IX_CE32S_OFFSET);
75 length = getDataLength(indexes, CollationDataReader::IX_ROOT_ELEMENTS_OFFSET);
80 length = getDataLength(indexes, CollationDataReader::IX_CONTEXTS_OFFSET);
85 length = getDataLength(indexe
115 CollationInfo::getDataLength(const int32_t indexes[], int32_t startIndex) { function in class:CollationInfo
[all...]
H A Dcollationinfo.h36 static int32_t getDataLength(const int32_t indexes[], int32_t startIndex);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowIcon.java47 public int getDataLength() { method in class:ShadowIcon
48 return directlyOn(realIcon, Icon.class).getDataLength();
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowIconTest.java46 assertThat(shadowOf(icon).getDataLength()).isEqualTo(200);
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h236 static unsigned getDataLength(NestedNameSpecifier *Qualifier);
323 unsigned getDataLength() const { return getDataLength(Qualifier); } function in class:clang::NestedNameSpecifierLoc
/external/clang/lib/AST/
H A DNestedNameSpecifier.cpp371 NestedNameSpecifierLoc::getDataLength(NestedNameSpecifier *Qualifier) { function in class:NestedNameSpecifierLoc
412 unsigned Offset = getDataLength(Qualifier->getPrefix());
444 unsigned Offset = getDataLength(Qualifier->getPrefix());
673 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/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
H A DSmsFacade.java1028 msgSize += mBody.getPart(i).getDataLength();
/external/clang/lib/Sema/
H A DTreeTransform.h3529 if (SS.location_size() == NNS.getDataLength() &&
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1421 milliseconds