• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unistdio/

Lines Matching defs:unicode_string

67     static const uint8_t unicode_string[] = "Hello";
70 my_xasprintf ("%U %d", unicode_string, 33, 44, 55);
79 my_xasprintf ("%10U %d", unicode_string, 33, 44, 55);
88 my_xasprintf ("%-10U %d", unicode_string, 33, 44, 55);
97 my_xasprintf ("%010U %d", unicode_string, 33, 44, 55);
107 static const uint16_t unicode_string[] = { 'H', 'e', 'l', 'l', 'o', 0 };
110 my_xasprintf ("%lU %d", unicode_string, 33, 44, 55);
119 my_xasprintf ("%10lU %d", unicode_string, 33, 44, 55);
128 my_xasprintf ("%-10lU %d", unicode_string, 33, 44, 55);
137 my_xasprintf ("%010lU %d", unicode_string, 33, 44, 55);
147 static const uint32_t unicode_string[] = { 'H', 'e', 'l', 'l', 'o', 0 };
150 my_xasprintf ("%llU %d", unicode_string, 33, 44, 55);
159 my_xasprintf ("%10llU %d", unicode_string, 33, 44, 55);
168 my_xasprintf ("%-10llU %d", unicode_string, 33, 44, 55);
177 my_xasprintf ("%010llU %d", unicode_string, 33, 44, 55);
774 static const uint8_t unicode_string[] = "Rafa\305\202 Maszkowski"; /* Rafa�� Maszkowski */
777 my_xasprintf ("%U %d", unicode_string, 33, 44, 55);
788 my_xasprintf ("%20U %d", unicode_string, 33, 44, 55);
800 my_xasprintf ("%-20U %d", unicode_string, 33, 44, 55);
812 my_xasprintf ("%020U %d", unicode_string, 33, 44, 55);
825 static const uint16_t unicode_string[] = /* Rafa�� Maszkowski */
832 my_xasprintf ("%lU %d", unicode_string, 33, 44, 55);
843 my_xasprintf ("%20lU %d", unicode_string, 33, 44, 55);
855 my_xasprintf ("%-20lU %d", unicode_string, 33, 44, 55);
867 my_xasprintf ("%020lU %d", unicode_string, 33, 44, 55);
880 static const uint32_t unicode_string[] = /* Rafa�� Maszkowski */
887 my_xasprintf ("%llU %d", unicode_string, 33, 44, 55);
898 my_xasprintf ("%20llU %d", unicode_string, 33, 44, 55);
910 my_xasprintf ("%-20llU %d", unicode_string, 33, 44, 55);
922 my_xasprintf ("%020llU %d", unicode_string, 33, 44, 55);