| /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++);
|
| /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} clientJid 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.html | 14 <script src="wcs.js"></script>
|
| wcs_sandbox_container.js | 8 * The application side of the application/sandbox WCS interface, used by the 19 * sandboxed WCS driver. 45 * JID when the WCS code has loaded. Note that this may be called more than 46 * once (potentially with a different JID) if the WCS node is reloaded for 55 * @param {?function(remoting.Error):void} onError Callback invoked if the WCS
|
| wcs_iq_client_proto.js | 5 // This file contains type definitions for the WCS IQ client. It is used only
|
| session_connector.js | 63 // Pre-load WCS to improve connection time. 69 * second connection. Note the none of the shared WCS state is reset. 361 * Load the WCS driver script. 375 * Continue an IT2Me or Me2Me connection once WCS has been loaded. 377 * @param {string} clientJid The full JID of the WCS client. 397 // In some circumstances, the WCS <iframe> can get reloaded, which results 508 * Start a timer to periodically refresh the access token used by WCS. Access 509 * tokens have a limited lifespan, and since the WCS driver runs in a sandbox,
|
| all_js_load.gtestjs | 64 'wcs.js',
|
| /ndk/sources/android/support/src/musl-multibyte/ |
| mbsnrtowcs.c | 15 size_t mbsnrtowcs(wchar_t *restrict wcs, const char **restrict src, size_t n, size_t wn, mbstate_t *restrict st) 21 if (!wcs) ws = wbuf, wn = sizeof wbuf / sizeof *wbuf; 22 else ws = wcs; 63 if (wcs) *src = s;
|
| wcsnrtombs.c | 14 size_t wcsnrtombs(char *restrict dst, const wchar_t **restrict wcs, size_t wn, size_t n, mbstate_t *restrict st) 18 const wchar_t *ws = *wcs; 50 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...] |
| /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 | 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 | 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];
|
| /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);
|
| /frameworks/base/wifi/java/android/net/wifi/ |
| SupplicantStateTracker.java | 74 public SupplicantStateTracker(Context c, WifiStateMachine wsm, WifiConfigStore wcs, Handler t) { 79 mWifiConfigStore = wcs;
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
| wchar.h | 212 /* Find the first occurrence of WC in WCS. */ 215 /* Find the last occurrence of WC in WCS. */ 228 /* Return the length of the initial segmet of WCS which 232 /* Return the length of the initial segmet of WCS which 236 /* Find the first occurrence in WCS of any character in ACCEPT. */ 243 /* Divide WCS into tokens separated by characters in DELIM. */
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
| wchar.h | 212 /* Find the first occurrence of WC in WCS. */ 215 /* Find the last occurrence of WC in WCS. */ 228 /* Return the length of the initial segmet of WCS which 232 /* Return the length of the initial segmet of WCS which 236 /* Find the first occurrence in WCS of any character in ACCEPT. */ 243 /* Divide WCS into tokens separated by characters in DELIM. */
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
| wchar.h | 212 /* Find the first occurrence of WC in WCS. */ 215 /* Find the last occurrence of WC in WCS. */ 228 /* Return the length of the initial segmet of WCS which 232 /* Return the length of the initial segmet of WCS which 236 /* Find the first occurrence in WCS of any character in ACCEPT. */ 243 /* Divide WCS into tokens separated by characters in DELIM. */
|
| /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);
|
| /external/chromium_org/chrome/browser/prerender/ |
| prerender_util_unittest.cc | 23 ASSERT_EQ(GURL("http://www.abercrombie.com/webapp/wcs/stores/servlet/StoreLocator?catalogId=&storeId=10051&langId=-1").spec(), result.spec());
|