HomeSort by relevance Sort by last modified time
    Searched defs:sSize (Results 1 - 5 of 5) sorted by null

  /external/icu4c/test/intltest/
tscoll.cpp 113 int32_t sSize = pieceSize, tSize = pieceSize;
118 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) {
121 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 342 Point sSize;
343 sSize = m_spinner.computeSize(SWT.DEFAULT, SWT.DEFAULT, flushCache);
344 sSize.y = Math.min(sSize.y, Math.min(tSize.y, cRect.height));
345 sSize.x = Math.min(sSize.x, cRect.width);
350 cRect.x + cRect.width - sSize.x + 1,
352 sSize.x,
355 win32Hack.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, sSize.y);
393 Point sSize;
    [all...]
  /external/icu4c/test/cintltst/
callcoll.c 234 int32_t sSize = pieceSize, tSize = pieceSize;
245 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) {
248 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status);
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
StringPrototype.cpp     [all...]
  /hardware/ti/omap4xxx/security/tee_client_api/
schannel6_protocol.h 156 SCHANNEL6_ANSWER_PARAM_SIZE sSize;

Completed in 172 milliseconds