HomeSort by relevance Sort by last modified time
    Searched full:wcs (Results 1 - 22 of 22) sorted by null

  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_i18n.h 89 * @param wcs Unicode string to be converted.
90 * @param wcsLen Number of the unicode characters (in wcs) to be converted.
99 const uint16_t *wcs, int32_t wcsLen,
  /external/chromium/third_party/icu/source/common/
icucfg.h.in 60 /* Define if you have the wcs library (-lwcs). */
ustr_wcs.c 151 /* now convert the mbs to wcs */
ustrtrns.c 21 * WCS functions moved to ustr_wcs.c for better modularization
    [all...]
  /external/icu4c/common/
icucfg.h 61 /* Define if you have the wcs library (-lwcs). */
ustr_wcs.c 158 /* now convert the mbs to wcs */
ustrtrns.c 21 * WCS functions moved to ustr_wcs.c for better modularization
    [all...]
  /external/chromium/third_party/icu/source/test/perf/ustrperf/
stringperf.h 245 wchar_t* wcs; local
250 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err);
251 memcpy(wlines_[i].name, wcs, wl * sizeof(wchar_t));
255 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len-1, &err);
256 memcpy(wlines_[i].name, wcs, wl*sizeof(wchar_t));
  /external/icu4c/test/perf/ustrperf/
stringperf.h 245 wchar_t* wcs; local
250 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err);
251 memcpy(wlines_[i].name, wcs, wl * sizeof(wchar_t));
255 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len-1, &err);
256 memcpy(wlines_[i].name, wcs, wl*sizeof(wchar_t));
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_i18n.c 142 const uint16_t *wcs, int32_t wcsLen,
182 return wcsToIso8859x(charset, wcs, wcsLen, mbsBuf, bufSizeInByte);
191 int32_t mbLen = wcToMbFunc(wcs[charIndex],
204 numMultiBytes += wcToMbFunc(wcs[charIndex], NULL, 0);
  /bionic/libc/stdlib/
wchar.c 260 size_t wcsftime(wchar_t *wcs, size_t maxsize, const wchar_t *format, const struct tm *timptr)
262 return strftime( (char*)wcs, maxsize, (const char*)format, timptr );
  /external/chromium/third_party/icu/source/test/cintltst/
custrtrn.c 1377 wchar_t *wcs; local
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/
FilenameUtils.java 1151 String[] wcs = splitOnTokens(wildcardMatcher); local
    [all...]
  /external/icu4c/test/cintltst/
custrtrn.c 1386 wchar_t *wcs; local
    [all...]
  /external/chromium/base/
string16.h 46 // are based on the wide character functions of similar names ("w" or "wcs"
string_util.cc     [all...]
  /external/chromium/googleurl/base/
string16.h 69 // are based on the wide character functions of similar names ("w" or "wcs"
  /external/chromium/third_party/icu/source/
configure.in 833 AC_SEARCH_LIBS(wcscpy, wcs w)
    [all...]
configure     [all...]
  /external/icu4c/
configure.in 938 AC_SEARCH_LIBS(wcscpy, wcs w)
    [all...]
configure     [all...]
  /external/stlport/etc/
ChangeLog-5.1     [all...]

Completed in 657 milliseconds