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

/openjdk7/jdk/src/share/native/sun/font/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();
1224 return output.getOutputIndex();
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackageReader.java1000 private int getOutputIndex(Entry e) { method in class:PackageReader
1017 int k0 = getOutputIndex(e0);
1018 int k1 = getOutputIndex(e1);
1115 Utils.log.fine(" "+((e==null)?-1:getOutputIndex(e))
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp148 int getOutputIndex() { function in struct:entry
4554 int idx = e->getOutputIndex();
4578 assert(e.getOutputIndex() == checkIndex++);
4599 putu2(e.refs[0]->getOutputIndex());
4605 putu2(e.refs[0]->getOutputIndex());
4606 putu2(e.refs[1]->getOutputIndex());

Completed in 50 milliseconds