OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tSize
(Results
1 - 4
of
4
) sorted by null
/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/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/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
...]
/prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar
Completed in 138 milliseconds