HomeSort by relevance Sort by last modified time
    Searched refs:wcs (Results 1 - 17 of 17) 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,
  /packages/apps/Email/src/org/apache/commons/io/
FilenameUtils.java 1151 String[] wcs = splitOnTokens(wildcardMatcher); local
    [all...]
  /external/bison/lib/
wchar.in.h 818 /* Find the first occurrence of WC in WCS. */
821 _GL_FUNCDECL_SYS (wcschr, wchar_t *, (const wchar_t *wcs, wchar_t wc)
834 _GL_CXXALIASWARN1 (wcschr, wchar_t *, (wchar_t *wcs, wchar_t wc));
835 _GL_CXXALIASWARN1 (wcschr, const wchar_t *, (const wchar_t *wcs, wchar_t wc));
848 /* Find the last occurrence of WC in WCS. */
851 _GL_FUNCDECL_SYS (wcsrchr, wchar_t *, (const wchar_t *wcs, wchar_t wc)
864 _GL_CXXALIASWARN1 (wcsrchr, wchar_t *, (wchar_t *wcs, wchar_t wc));
865 _GL_CXXALIASWARN1 (wcsrchr, const wchar_t *, (const wchar_t *wcs, wchar_t wc));
878 /* Return the length of the initial segmet of WCS which consists entirely
882 _GL_FUNCDECL_SYS (wcscspn, size_t, (const wchar_t *wcs, const wchar_t *reject
    [all...]
  /external/bison/darwin-lib/
wchar.h     [all...]
  /external/bison/linux-lib/
wchar.h     [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 146 new_wcs = re_realloc (pstr->wcs, wint_t, new_buf_len);
149 pstr->wcs = new_wcs;
193 /* Build wide character buffer PSTR->WCS.
260 pstr->wcs[byte_idx++] = wc;
263 pstr->wcs[byte_idx++] = WEOF;
269 /* Build wide character buffer PSTR->WCS like build_wcs_buffer,
305 pstr->wcs[byte_idx] = (wchar_t) pstr->mbs[byte_idx];
335 pstr->wcs[byte_idx++] = wcu;
338 pstr->wcs[byte_idx++] = WEOF;
346 pstr->wcs[byte_idx++] = (wchar_t) ch
    [all...]
regex_internal.h 373 wint_t *wcs; member in struct:re_string_t
384 /* The length of the buffers MBS and WCS. */
449 ((idx) == (pstr)->valid_len || (pstr)->wcs[idx] != WEOF)
451 ((pstr)->wcs[idx] != WEOF && ((pstr)->valid_len == (idx) + 1 \
452 || (pstr)->wcs[(idx) + 1] != WEOF))
816 if (pstr->wcs[idx + byte_idx] != WEOF)
827 return (wint_t) pstr->wcs[idx];
  /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);
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantStateTracker.java 70 public SupplicantStateTracker(Context c, WifiStateMachine wsm, WifiConfigStore wcs, Handler t) {
75 mWifiConfigStore = wcs;
  /external/icu4c/test/perf/ustrperf/
stringperf.h 247 wchar_t* wcs; local
252 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err);
253 memcpy(wlines_[i].name, wcs, wl * sizeof(wchar_t));
257 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len-1, &err);
258 memcpy(wlines_[i].name, wcs, wl*sizeof(wchar_t));
  /bionic/libc/bionic/
wchar.cpp 227 size_t wcsftime(wchar_t* wcs, size_t maxsize, const wchar_t* format, const struct tm* timptr) {
228 return strftime(reinterpret_cast<char*>(wcs), maxsize, reinterpret_cast<const char*>(format), timptr);
  /external/icu4c/test/cintltst/
custrtrn.c 1386 wchar_t *wcs; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 1305 wchar_t *wcs; member in union:_XIMStringConversionText::__anon25553
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 1305 wchar_t *wcs; member in union:_XIMStringConversionText::__anon27143
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 1305 wchar_t *wcs; member in union:_XIMStringConversionText::__anon28658
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /external/icu4c/
configure     [all...]

Completed in 1082 milliseconds