Lines Matching refs:static
101 static const char* __setlocale(const char* __locale) {
133 static const category // values assigned here are for exposition only
172 static locale global(const locale&);
173 static const locale& classic();
180 static locale& __global();
209 static int32_t __next_id;
293 static locale::id id;
409 static const mask space = 1<<0;
410 static const mask print = 1<<1;
411 static const mask cntrl = 1<<2;
412 static const mask upper = 1<<3;
413 static const mask lower = 1<<4;
414 static const mask alpha = 1<<5;
415 static const mask digit = 1<<6;
416 static const mask punct = 1<<7;
417 static const mask xdigit = 1<<8;
418 static const mask blank = 1<<9;
422 static const mask __regex_word = 0x8000;
424 static const mask __regex_word = 1<<10;
428 static const mask space = _ISspace;
429 static const mask print = _ISprint;
430 static const mask cntrl = _IScntrl;
431 static const mask upper = _ISupper;
432 static const mask lower = _ISlower;
433 static const mask alpha = _ISalpha;
434 static const mask digit = _ISdigit;
435 static const mask punct = _ISpunct;
436 static const mask xdigit = _ISxdigit;
437 static const mask blank = _ISblank;
439 static const mask __regex_word = static_cast<mask>(_ISbit(15));
441 static const mask __regex_word = 0x80;
445 static const mask space = _SPACE;
446 static const mask print = _BLANK|_PUNCT|_ALPHA|_DIGIT;
447 static const mask cntrl = _CONTROL;
448 static const mask upper = _UPPER;
449 static const mask lower = _LOWER;
450 static const mask alpha = _ALPHA;
451 static const mask digit = _DIGIT;
452 static const mask punct = _PUNCT;
453 static const mask xdigit = _HEX;
454 static const mask blank = _BLANK;
455 static const mask __regex_word = 0x4000; // 0x8000 and 0x0100 and 0x00ff are used
466 static const mask space = _CTYPE_S;
467 static const mask print = _CTYPE_R;
468 static const mask cntrl = _CTYPE_C;
469 static const mask upper = _CTYPE_U;
470 static const mask lower = _CTYPE_L;
471 static const mask alpha = _CTYPE_A;
472 static const mask digit = _CTYPE_D;
473 static const mask punct = _CTYPE_P;
474 static const mask xdigit = _CTYPE_X;
477 static const mask blank = _CTYPE_BL;
480 static const mask __regex_word = 0x8000;
482 static const mask blank = _CTYPE_B;
483 static const mask __regex_word = 0x80;
487 static const mask space = _ISSPACE;
488 static const mask print = _ISPRINT;
489 static const mask cntrl = _ISCNTRL;
490 static const mask upper = _ISUPPER;
491 static const mask lower = _ISLOWER;
492 static const mask alpha = _ISALPHA;
493 static const mask digit = _ISDIGIT;
494 static const mask punct = _ISPUNCT;
495 static const mask xdigit = _ISXDIGIT;
496 static const mask blank = _ISBLANK;
498 static const mask __regex_word = 0x8000;
500 static const mask __regex_word = 0x80;
505 static const mask space = _S;
506 static const mask print = _P | _U | _L | _N | _B;
507 static const mask cntrl = _C;
508 static const mask upper = _U;
509 static const mask lower = _L;
510 static const mask alpha = _U | _L;
511 static const mask digit = _N;
512 static const mask punct = _P;
513 static const mask xdigit = _X | _N;
514 static const mask blank = _B;
516 static const unsigned short __regex_word = 0x100;
523 static const mask space = _ISSPACE_A;
524 static const mask print = _ISPRINT_A;
525 static const mask cntrl = _ISCNTRL_A;
526 static const mask upper = _ISUPPER_A;
527 static const mask lower = _ISLOWER_A;
528 static const mask alpha = _ISALPHA_A;
529 static const mask digit = _ISDIGIT_A;
530 static const mask punct = _ISPUNCT_A;
531 static const mask xdigit = _ISXDIGIT_A;
532 static const mask blank = _ISBLANK_A;
535 static const mask space = __ISSPACE;
536 static const mask print = __ISPRINT;
537 static const mask cntrl = __ISCNTRL;
538 static const mask upper = __ISUPPER;
539 static const mask lower = __ISLOWER;
540 static const mask alpha = __ISALPHA;
541 static const mask digit = __ISDIGIT;
542 static const mask punct = __ISPUNCT;
543 static const mask xdigit = __ISXDIGIT;
544 static const mask blank = __ISBLANK;
546 static const mask __regex_word = 0x8000;
550 static const mask alnum = alpha | digit;
551 static const mask graph = alnum | punct;
647 static locale::id id;
757 static locale::id id;
760 static const size_t table_size = _CACHED_RUNES;
762 static const size_t table_size = 256; // FIXME: Don't hardcode this.
765 static const mask* classic_table() _NOEXCEPT;
767 static const int* __classic_upper_table() _NOEXCEPT;
768 static const int* __classic_lower_table() _NOEXCEPT;
771 static const short* __classic_upper_table() _NOEXCEPT;
772 static const short* __classic_lower_table() _NOEXCEPT;
775 static const unsigned short* __classic_upper_table() _NOEXCEPT;
776 static const unsigned short* __classic_lower_table() _NOEXCEPT;
1021 static locale::id id;
1107 static locale::id id;
1192 static locale::id id;
1280 static locale::id id;
1368 static locale::id id;
1456 static locale::id id;
1724 static locale::id id;
1756 static locale::id id;