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

  /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/chromium_org/third_party/icu/source/io/
ufmt_cmn.c 222 ufmt_defaultCPToUnicode(const char *s, int32_t sSize,
232 if(sSize <= 0) {
233 sSize = uprv_strlen(s) + 1;
240 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1,
ufmt_cmn.h 147 * @param sSize The size of s to convert.
154 ufmt_defaultCPToUnicode(const char *s, int32_t sSize,
  /external/icu/icu4c/source/io/
ufmt_cmn.c 222 ufmt_defaultCPToUnicode(const char *s, int32_t sSize,
232 if(sSize <= 0) {
233 sSize = uprv_strlen(s) + 1;
240 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1,
ufmt_cmn.h 147 * @param sSize The size of s to convert.
154 ufmt_defaultCPToUnicode(const char *s, int32_t sSize,
  /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) {
123 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, 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) {
105 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, 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) {
248 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, 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) {
248 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status);
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 94 size_t sSize = WideCharToMultiByte(CP_UTF8, 0, t, -1, NULL, 0, NULL, NULL);
95 s->resize(sSize);
96 WideCharToMultiByte(CP_UTF8, 0, t, -1, s->writable_str(), sSize, NULL, NULL);
    [all...]

Completed in 462 milliseconds