Searched defs:sSize (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/io/
H A Dufmt_cmn.c222 ufmt_defaultCPToUnicode(const char *s, int32_t sSize, argument
232 if(sSize <= 0) {
233 sSize = uprv_strlen(s) + 1;
240 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1,
/external/icu/icu4c/source/io/
H A Dufmt_cmn.c222 ufmt_defaultCPToUnicode(const char *s, int32_t sSize, argument
232 if(sSize <= 0) {
233 sSize = uprv_strlen(s) + 1;
240 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1,
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtscoll.cpp115 int32_t sSize = pieceSize, tSize = pieceSize; local
120 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) {
123 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, 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) {
105 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, 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) {
248 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, 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) {
248 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_win.cpp94 size_t sSize = WideCharToMultiByte(CP_UTF8, 0, t, -1, NULL, 0, NULL, NULL); local
95 s->resize(sSize);
96 WideCharToMultiByte(CP_UTF8, 0, t, -1, s->writable_str(), sSize, NULL, NULL);
/external/skia/src/ports/
H A DSkFontHost_win.cpp94 size_t sSize = WideCharToMultiByte(CP_UTF8, 0, t, -1, NULL, 0, NULL, NULL); local
95 s->resize(sSize);
96 WideCharToMultiByte(CP_UTF8, 0, t, -1, s->writable_str(), sSize, NULL, NULL);

Completed in 483 milliseconds