HomeSort by relevance Sort by last modified time
    Searched defs:wc (Results 1 - 25 of 27) sorted by null

1 2

  /bionic/libc/wchar/
wcswidth.c 46 wchar_t wc; local
50 while (n-- > 0 && (wc = *pwcs++) != L'\0') {
51 if ((l = wcwidth(wc)) < 0)
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/fastwc/
mywc.c 1 /* A simple but fairly efficient C version of the Unix "wc" tool */
8 register int c, cc = 0, wc = 0, lc = 0; local
14 ++wc;
25 done: printf( "%8d%8d%8d\n", lc, wc, cc );
  /external/bison/lib/
mbswidth.c 51 # define iswprint(wc) 1
54 # define iswcntrl(wc) 0
74 # define wcwidth(wc) ((wc) == 0 ? 0 : iswprint (wc) ? 1 : -1)
152 wchar_t wc; local
156 bytes = mbrtowc (&wc, p, plimit - p, &mbstate);
188 w = wcwidth (wc);
195 width += (iswcntrl (wc) ? 0 : 1);
  /system/core/nexus/
CommandListener.cpp 59 WifiController *wc = (WifiController *) nm->findController("WIFI"); local
62 if (!(wn = wc->createNetwork()))
79 WifiController *wc = (WifiController *) nm->findController("WIFI"); local
81 if (wc->removeNetwork(atoi(argv[1])))
96 WifiController *wc = (WifiController *) nm->findController("WIFI"); local
98 ScanResultCollection *src = wc->createScanResults();
123 WifiController *wc = (WifiController *) nm->findController("WIFI"); local
125 WifiNetworkCollection *src = wc->createNetworkList();
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 210 WNDCLASS wc; local
222 wc.style = CS_HREDRAW | CS_VREDRAW;
223 wc.lpfnWndProc = (WNDPROC)wndProc;
224 wc.cbClsExtra = 0;
225 wc.cbWndExtra = 0;
226 wc.hInstance = sInstance;
227 wc.hIcon = NULL;
228 wc.hCursor = 0;
229 wc.hbrBackground = GetStockObject(BLACK_BRUSH);
230 wc.lpszMenuName = NULL
    [all...]
  /external/webkit/WebCore/platform/wince/
PasteboardWince.cpp 87 WNDCLASS wc = {0}; local
88 memset(&wc, 0, sizeof(wc));
89 wc.lpfnWndProc = PasteboardOwnerWndProc;
90 wc.hInstance = Page::instanceHandle();
91 wc.lpszClassName = L"PasteboardOwnerWindowClass";
92 ::RegisterClass(&wc);
  /external/bluetooth/glib/glib/
gunidecomp.c 367 gunichar wc = g_utf8_get_char (p); local
369 if (wc >= 0xac00 && wc <= 0xd7a3)
372 decompose_hangul (wc, NULL, &result_len);
377 decomp = find_decomposition (wc, do_compat);
395 gunichar wc = g_utf8_get_char (p); local
400 if (wc >= 0xac00 && wc <= 0xd7a3)
403 decompose_hangul (wc, wc_buffer + n_wc, &result_len);
408 decomp = find_decomposition (wc, do_compat)
    [all...]
gutf8.c 709 gunichar wc = (guchar) *p; local
711 if (wc < 0x80)
713 return wc;
715 else if (wc < 0xc0)
719 else if (wc < 0xe0)
722 wc &= 0x1f;
724 else if (wc < 0xf0)
727 wc &= 0x0f;
729 else if (wc < 0xf8)
732 wc &= 0x07
869 gunichar wc = ((unsigned char *)p)[0]; local
963 gunichar wc = g_utf8_get_char_extended (in, len < 0 ? 6 : str + len - in); local
1132 gunichar wc; local
1191 gunichar wc; local
1273 gunichar wc; local
1332 gunichar wc; local
1412 gunichar wc = g_utf8_get_char_extended (in, len < 0 ? 6 : str + len - in); local
1459 gunichar wc = g_utf8_get_char (in); local
1524 gunichar wc = str[i]; local
1554 gunichar wc = str[i]; local
    [all...]
gmessages.c 594 #define CHAR_IS_SAFE(wc) (!((wc < 0x20 && wc != '\t' && wc != '\n' && wc != '\r') || \
595 (wc == 0x7f) || \
596 (wc >= 0x80 && wc < 0xa0)))
829 gunichar wc; local
835 wc = g_utf8_get_char_validated (p, -1)
    [all...]
  /external/chromium/base/
message_pump_win.cc 241 WNDCLASSEX wc = {0}; local
242 wc.cbSize = sizeof(wc);
243 wc.lpfnWndProc = WndProcThunk;
244 wc.hInstance = hinst;
245 wc.lpszClassName = kWndClass;
246 RegisterClassEx(&wc);
  /external/stlport/test/unit/
codecvt_test.cpp 517 wchar_t wc; local
519 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
520 CPPUNIT_ASSERT( to_next == &wc );
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
522 CPPUNIT_ASSERT( wc == L'0' );
523 CPPUNIT_ASSERT( to_next == &wc + 1 );
591 wchar_t wc; local
599 &wc, &wc + 1, to_next)
639 wchar_t wc; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 519 wchar_t wc; local
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
522 CPPUNIT_ASSERT( to_next == &wc );
523 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
524 CPPUNIT_ASSERT( wc == L'0' );
525 CPPUNIT_ASSERT( to_next == &wc + 1 );
593 wchar_t wc; local
601 &wc, &wc + 1, to_next)
641 wchar_t wc; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 519 wchar_t wc; local
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
522 CPPUNIT_ASSERT( to_next == &wc );
523 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
524 CPPUNIT_ASSERT( wc == L'0' );
525 CPPUNIT_ASSERT( to_next == &wc + 1 );
593 wchar_t wc; local
601 &wc, &wc + 1, to_next)
641 wchar_t wc; local
    [all...]
  /system/core/debuggerd/
unwind-arm.c 100 _uw wc[4]; member in struct:wmmxc_regs
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java 191 ILaunchConfigurationWorkingCopy wc = null; local
195 wc = configType.newInstance(null,
199 wc.setAttribute(IJavaLaunchConfigurationConstants.ATTR_PROJECT_NAME, name);
202 wc.setAttribute(LaunchConfigDelegate.ATTR_LAUNCH_ACTION,
206 wc.setAttribute(LaunchConfigDelegate.ATTR_TARGET_MODE,
210 wc.setAttribute(LaunchConfigDelegate.ATTR_AVD_NAME, (String) null);
213 wc.setAttribute(LaunchConfigDelegate.ATTR_SPEED,
217 wc.setAttribute(LaunchConfigDelegate.ATTR_DELAY,
221 wc.setAttribute(LaunchConfigDelegate.ATTR_WIPE_DATA,
225 wc.setAttribute(LaunchConfigDelegate.ATTR_NO_BOOT_ANIM
    [all...]
  /bionic/libc/stdio/
vfprintf.c 172 wchar_t wc; local
327 while ( (wc = *fmt) != 0 ) {
328 if (wc == '%') {
335 while ((n = mbrtowc(&wc, fmt, MB_CUR_MAX, &ps)) > 0) {
337 if (wc == '%') {
874 wchar_t wc; local
936 while ((wc = *fmt) != 0) {
937 if (wc == '%') {
944 while ((n = mbrtowc(&wc, fmt, MB_CUR_MAX, &ps)) > 0) {
946 if (wc == '%')
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 365 private static int ctlOf(int rs, int wc) { return rs | wc; }
878 int wc = workerCountOf(c); local
1007 int wc = workerCountOf(c); local
    [all...]
  /bionic/libc/stdlib/
strtod.c 672 int k, wa, wb, wc; local
690 wc = wa + wb;
691 if (wc > a->maxwds)
696 for(x = c->x, xa = x + wc; x < xa; x++)
751 for(xc0 = c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc) ;
752 c->wds = wc;
    [all...]
  /external/quake/quake/src/QW/client/
gl_vidnt.c 1310 WNDCLASS wc; local
1315 wc.style = 0;
1316 wc.lpfnWndProc = (WNDPROC)MainWndProc;
1317 wc.cbClsExtra = 0;
1318 wc.cbWndExtra = 0;
1319 wc.hInstance = hInstance;
1320 wc.hIcon = 0;
1321 wc.hCursor = LoadCursor (NULL,IDC_ARROW);
1322 wc.hbrBackground = NULL;
1323 wc.lpszMenuName = 0;
    [all...]
vid_win.c 661 WNDCLASS wc; local
668 wc.style = 0;
669 wc.lpfnWndProc = (WNDPROC)MainWndProc;
670 wc.cbClsExtra = 0;
671 wc.cbWndExtra = 0;
672 wc.hInstance = hInstance;
673 wc.hIcon = 0;
674 wc.hCursor = LoadCursor (NULL,IDC_ARROW);
675 wc.hbrBackground = NULL;
676 wc.lpszMenuName = 0;
    [all...]
  /external/quake/quake/src/WinQuake/
gl_vidnt.cpp 1310 WNDCLASS wc; local
1315 wc.style = 0;
1316 wc.lpfnWndProc = (WNDPROC)MainWndProc;
1317 wc.cbClsExtra = 0;
1318 wc.cbWndExtra = 0;
1319 wc.hInstance = hInstance;
1320 wc.hIcon = 0;
1321 wc.hCursor = LoadCursor (NULL,IDC_ARROW);
1322 wc.hbrBackground = NULL;
1323 wc.lpszMenuName = 0;
    [all...]
vid_win.cpp 620 WNDCLASS wc; local
627 wc.style = 0;
628 wc.lpfnWndProc = (WNDPROC)MainWndProc;
629 wc.cbClsExtra = 0;
630 wc.cbWndExtra = 0;
631 wc.hInstance = hInstance;
632 wc.hIcon = 0;
633 wc.hCursor = LoadCursor (NULL,IDC_ARROW);
634 wc.hbrBackground = NULL;
635 wc.lpszMenuName = 0;
    [all...]
  /external/v8/src/third_party/dtoa/
dtoa.c 756 int k, wa, wb, wc; local
776 wc = wa + wb;
777 if (wc > a->maxwds)
780 for(x = c->x, xa = x + wc; x < xa; x++)
852 for(xc0 = c->x, xc = xc0 + wc; wc > 0 && !*--xc; --wc) ;
853 c->wds = wc;
    [all...]
  /external/webkit/JavaScriptCore/wtf/
dtoa.cpp 471 int wa, wb, wc; local
489 wc = wa + wb;
490 c.resize(wc);
492 for (xc = c.words(), xa = xc + wc; xc < xa; xc++)
560 for (xc0 = c.words(), xc = xc0 + wc; wc > 0 && !*--xc; --wc) { }
561 c.resize(wc);
    [all...]
  /external/webkit/WebKit/chromium/src/
GraphicsContext3D.cpp 394 WNDCLASS wc; local
395 if (!GetClassInfo(GetModuleHandle(0), L"CANVASGL", &wc)) {
396 ZeroMemory(&wc, sizeof(WNDCLASS));
397 wc.style = CS_OWNDC;
398 wc.hInstance = GetModuleHandle(0);
399 wc.lpfnWndProc = DefWindowProc;
400 wc.lpszClassName = L"CANVASGL";
402 if (!RegisterClass(&wc)) {
    [all...]

Completed in 1478 milliseconds

1 2