Home
last modified time | relevance | path

Searched refs:m_col (Results 1 – 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DNodeSortKey.java49 Collator m_col; field in NodeSortKey
119 m_col = Collator.getInstance(m_locale); in NodeSortKey()
121 if (null == m_col) in NodeSortKey()
126 m_col = Collator.getInstance(); in NodeSortKey()
DNodeSorter.java227 n1String = k.m_col.getCollationKey(r1.str()); in compare()
228 n2String = k.m_col.getCollationKey(r2.str()); in compare()
512 m_key1Value = k1.m_col.getCollationKey(r.str()); in NodeCompareElem()
540 m_key2Value = k2.m_col.getCollationKey(r2.str()); in NodeCompareElem()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_tiled_backing_store.c143 …Ewk_Tiled_Backing_Store_Data *priv, Ewk_Tiled_Backing_Store_Item *it, int m_col, int m_row, float …
455 …Ewk_Tiled_Backing_Store_Data *priv, Ewk_Tiled_Backing_Store_Item *it, int m_col, int m_row, float … in _ewk_tiled_backing_store_item_request_add() argument
460 it->update.col = m_col; in _ewk_tiled_backing_store_item_request_add()
496 long m_col = priv->model.base.col + col; in _ewk_tiled_backing_store_item_fill() local
500 if (m_col < 0 || m_row < 0 in _ewk_tiled_backing_store_item_fill()
501 || (unsigned long)(m_col) >= priv->model.cur.cols in _ewk_tiled_backing_store_item_fill()
515 && it->update.col == (unsigned long)(m_col) in _ewk_tiled_backing_store_item_fill()
525 || old->col != (unsigned long)(m_col) in _ewk_tiled_backing_store_item_fill()
532 && old->col == (unsigned long)(m_col) in _ewk_tiled_backing_store_item_fill()
538 (priv->model.matrix, m_col, m_row, zoom); in _ewk_tiled_backing_store_item_fill()
[all …]
/external/llvm/test/Bindings/Ocaml/
Dvmcore.ml1249 let m_col = const_int i32_type 3 in
1252 let md = mdnode context [| m_line; m_col; m_scope; m_inlined |] in
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1633315 m_col.
33316 * html/HTMLTableCellElement.h: Removed m_row and m_col and their accessors.
DChangeLog-2010-12-06132196 names of data members. Renamed _row to m_row, _col to m_col,