HomeSort by relevance Sort by last modified time
    Searched refs:tSize (Results 1 - 11 of 11) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 340 Point tSize = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT);
344 sSize.y = Math.min(sSize.y, Math.min(tSize.y, cRect.height));
354 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y);
391 Point tSize = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT);
395 sSize.y = Math.min(sSize.y, Math.min(tSize.y, cRect.height));
405 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y);
440 Point tSize = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT);
444 sSize.y = Math.min(sSize.y, Math.min(tSize.y, cRect.height));
454 m_text.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, tSize.y);
490 Point tSize = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT)
    [all...]
  /external/chromium_org/third_party/icu/source/io/
ufmt_cmn.h 149 * @param tSize The size of target
155 UChar *target, int32_t tSize);
ufmt_cmn.c 223 UChar *target, int32_t tSize)
240 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1,
  /external/icu/icu4c/source/io/
ufmt_cmn.h 149 * @param tSize The size of target
155 UChar *target, int32_t tSize);
ufmt_cmn.c 223 UChar *target, int32_t tSize)
240 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1,
  /external/chromium_org/third_party/icu/source/test/intltest/
tscoll.cpp 115 int32_t sSize = pieceSize, tSize = pieceSize;
120 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) {
124 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status);
  /external/icu/icu4c/source/test/intltest/
tscoll.cpp 97 int32_t sSize = pieceSize, tSize = pieceSize;
102 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) {
106 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status);
  /external/chromium_org/third_party/icu/source/test/cintltst/
callcoll.c 234 int32_t sSize = pieceSize, tSize = pieceSize;
245 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) {
249 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
callcoll.c 234 int32_t sSize = pieceSize, tSize = pieceSize;
245 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) {
249 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp     [all...]

Completed in 351 milliseconds