Searched refs:piece (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicReordering.cpp270 LEUnicode piece = (*splitMatra)[j]; local
272 fOutChars[i+inv_count] = piece;
273 matraClass = classTable->getCharClass(piece);
275 insertCharacter(piece,i+1+inv_count,saveIndex,saveAuxData);
361 LEUnicode piece = (*splitMatra)[i]; local
362 IndicClassTable::CharClass pieceClass = classTable->getCharClass(piece);
364 saveMatra(piece, matraIndex, pieceClass);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java1433 Node piece = getNode(frame_style, "piece", new String[] { "position", position });
1434 if (piece != null) {
1436 String draw_ops_name = getStringAttr(piece, "draw_ops");
1440 draw_ops = getNode(piece, "draw_ops", null);
/openjdk7/jdk/src/share/classes/java/math/
H A DBigInteger.java1309 long piece = (x[j] & LONG_MASK);
1310 long product = piece * piece;

Completed in 1175 milliseconds