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

1 2 3

  /external/valgrind/main/memcheck/tests/
wcs.vgtest 1 prog: wcs
  /ndk/sources/android/support/src/musl-ctype/
wcswidth.c 3 int wcswidth(const wchar_t *wcs, size_t n)
6 for (; n-- && *wcs && (k = wcwidth(*wcs)) >= 0; l+=k, wcs++);
  /ndk/sources/android/support/src/wcstox/
shgetc.c 5 void shinit_wcstring(struct fake_file_t *f, const wchar_t* wcs) {
6 f->rstart = wcs;
7 f->rpos = wcs;
8 f->rend = wcs + wcslen(wcs);
shgetc.h 22 void shinit_wcstring(struct fake_file_t *, const wchar_t *wcs);
  /external/chromium_org/remoting/webapp/
wcs.js 8 * A class that provides an interface to a WCS connection.
16 /** @type {remoting.Wcs} */
17 remoting.wcs = null;
21 * @param {remoting.WcsIqClient} wcsIqClient The WCS client.
23 * @param {function(string): void} onReady Called with the WCS client's JID.
25 remoting.Wcs = function(wcsIqClient, token, onReady) {
27 * The WCS client.
41 * The function called when the WCS client has received a full JID.
48 * The full JID of the WCS client.
74 remoting.Wcs.prototype.updateAccessToken = function(tokenNew)
    [all...]
wcs_sandbox_content.js 8 * The sandbox side of the application/sandbox WCS interface, used by the
49 // Since the WCS driver code constructs XHRs directly, the only
62 if (remoting.wcs) {
63 remoting.wcs.sendIq(stanza);
76 // The WCS driver JS requires that remoting.wcsLoader be a global
78 // TODO(jamiewalch): remoting.wcs doesn't need to be global and should
80 if (remoting.wcs) {
81 remoting.wcs.updateAccessToken(token);
125 * Callback method to indicate that the WCS driver has loaded and provide the
128 * @param {string} localJid The full JID of the WCS client
    [all...]
wcs_loader.js 8 * A class that loads a WCS IQ client and constructs remoting.wcs as a
25 * The WCS client that will be downloaded. This variable is initialized (via
37 remoting.WcsLoader.prototype.SCRIPT_NODE_ID_ = 'wcs-script-node';
40 * Starts loading the WCS IQ client.
42 * When it's loaded, construct remoting.wcs as a wrapper for it.
43 * When the WCS connection is ready, or on error, call |onReady| or |onError|,
48 * a client JID when WCS has been loaded.
61 // Create a script node to load the WCS driver.
96 * Constructs the remoting.wcs object
    [all...]
wcs_sandbox_container.js 8 * The application side of the application/sandbox WCS interface, used by the
19 * sandboxed WCS driver.
54 * @param {function(string):void} onConnected Callback to be called when WCS is
55 * connected. May be called synchronously if WCS is already connected.
session_connector.js 22 * second connection. Note the none of the shared WCS state is reset.
wcs_adapter.js 11 * WCS-based SignalStrategy implementation. Used instead of XMPPConnection
  /ndk/sources/android/support/src/musl-multibyte/
mbsnrtowcs.c 9 size_t mbsnrtowcs(wchar_t *restrict wcs, const char **restrict src, size_t n, size_t wn, mbstate_t *restrict st)
15 if (!wcs) ws = wbuf, wn = sizeof wbuf / sizeof *wbuf;
16 else ws = wcs;
57 if (wcs) *src = s;
wcsnrtombs.c 9 size_t wcsnrtombs(char *restrict dst, const wchar_t **restrict wcs, size_t wn, size_t n, mbstate_t *restrict st)
13 const wchar_t *ws = *wcs;
45 if (dst) *wcs = ws;
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
uastrfnc.h 25 size_t ualstrlenW(UNALIGNED const WCHAR *wcs);
  /external/bison/darwin-lib/
wchar.h     [all...]
  /external/bison/linux-lib/
wchar.h     [all...]
  /external/chromium_org/third_party/icu/source/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));
  /external/icu/icu4c/source/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));
  /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];
  /external/chromium_org/remoting/
remoting_webapp_files.gypi 122 # Remoting WCS sandbox JavaScript files.
124 'webapp/wcs.js',
  /ndk/sources/android/support/tests/
wchar_unittest.cc 9 const char* to_cstr(const wchar_t* wcs) {
13 wchar_t ch = wcs[n];
  /external/chromium_org/sandbox/win/src/
crosscall_client.h 172 static size_t __cdecl StringLength(const wchar_t* wcs) {
173 const wchar_t *eos = wcs;
175 return static_cast<size_t>(eos - wcs - 1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
wchar.h 217 /* Find the first occurrence of WC in WCS. */
227 /* Find the last occurrence of WC in WCS. */
247 /* Return the length of the initial segmet of WCS which
251 /* Return the length of the initial segmet of WCS which
255 /* Find the first occurrence in WCS of any character in ACCEPT. */
278 /* Divide WCS into tokens separated by characters in DELIM. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wchar.h 217 /* Find the first occurrence of WC in WCS. */
227 /* Find the last occurrence of WC in WCS. */
247 /* Return the length of the initial segmet of WCS which
251 /* Return the length of the initial segmet of WCS which
255 /* Find the first occurrence in WCS of any character in ACCEPT. */
278 /* Divide WCS into tokens separated by characters in DELIM. */

Completed in 509 milliseconds

1 2 3