Searched refs:getOutputIndex (Results 1 - 5 of 5) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DKhmerReordering.cpp190 le_int32 getOutputIndex() function in class:KhmerReorderingOutput
520 return output.getOutputIndex();
H A DTibetanReordering.cpp192 le_int32 getOutputIndex() function in class:TibetanReorderingOutput
410 return output.getOutputIndex();
H A DIndicReordering.cpp527 le_int32 getOutputIndex() function in class:IndicReorderingOutput
1009 return output.getOutputIndex();
1228 return output.getOutputIndex();
/openjdk10/jdk/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DPackageReader.java1139 private int getOutputIndex(Entry e) { method in class:PackageReader
1156 int k0 = getOutputIndex(e0);
1157 int k1 = getOutputIndex(e1);
1261 Utils.log.fine(" "+((e==null)?-1:getOutputIndex(e))
/openjdk10/jdk/src/jdk.pack/share/native/common-unpack/
H A Dunpack.cpp165 int getOutputIndex() { function in struct:entry
4962 int idx = e->getOutputIndex();
4986 assert(e.getOutputIndex() == checkIndex++);
5007 putu2(e.refs[0]->getOutputIndex());
5014 putu2(e.refs[0]->getOutputIndex());
5015 putu2(e.refs[1]->getOutputIndex());
5019 putu2(e.refs[0]->getOutputIndex());
5022 putu2(e.refs[0]->getOutputIndex());

Completed in 76 milliseconds