Searched refs:tSize (Results 1 - 11 of 11) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCSpinner.java340 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
[all...]
/external/chromium_org/third_party/icu/source/io/
H A Dufmt_cmn.h148 * @param tSize The size of target
154 UChar *target, int32_t tSize);
H A Dufmt_cmn.c223 UChar *target, int32_t tSize)
240 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1,
222 ufmt_defaultCPToUnicode(const char *s, int32_t sSize, UChar *target, int32_t tSize) argument
/external/icu/icu4c/source/io/
H A Dufmt_cmn.h149 * @param tSize The size of target
155 UChar *target, int32_t tSize);
H A Dufmt_cmn.c223 UChar *target, int32_t tSize)
240 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1,
222 ufmt_defaultCPToUnicode(const char *s, int32_t sSize, UChar *target, int32_t tSize) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtscoll.cpp111 int32_t sSize = pieceSize, tSize = pieceSize; local
116 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) {
120 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status);
/external/icu/icu4c/source/test/intltest/
H A Dtscoll.cpp97 int32_t sSize = pieceSize, tSize = pieceSize; local
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/
H A Dcallcoll.c234 int32_t sSize = pieceSize, tSize = pieceSize; local
245 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) {
249 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status);
/external/icu/icu4c/source/test/cintltst/
H A Dcallcoll.c234 int32_t sSize = pieceSize, tSize = pieceSize; local
245 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) {
249 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp2305 const unsigned tSize = code->fileSize(TGSI_FILE_TEMPORARY);
2310 tData.setup(TGSI_FILE_TEMPORARY, 0, 0, tSize, 4, 4, tFile, 0);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_tgsi.cpp2305 const unsigned tSize = code->fileSize(TGSI_FILE_TEMPORARY);
2310 tData.setup(TGSI_FILE_TEMPORARY, 0, 0, tSize, 4, 4, tFile, 0);

Completed in 289 milliseconds