Lines Matching refs:x00
103 static const UChar WORLD[] = {0x30, 0x30, 0x31, 0x00}; /* "001" */
105 static const UChar GMT_ID[] = {0x47, 0x4D, 0x54, 0x00}; /* "GMT" */
106 static const UChar Z_STR[] = {0x7A, 0x00}; /* "z" */
107 static const UChar ZZZZ_STR[] = {0x7A, 0x7A, 0x7A, 0x7A, 0x00}; /* "zzzz" */
108 static const UChar Z_UC_STR[] = {0x5A, 0x00}; /* "Z" */
109 static const UChar ZZZZ_UC_STR[] = {0x5A, 0x5A, 0x5A, 0x5A, 0x00}; /* "ZZZZ" */
110 static const UChar V_STR[] = {0x76, 0x00}; /* "v" */
111 static const UChar VVVV_STR[] = {0x76, 0x76, 0x76, 0x76, 0x00}; /* "vvvv" */
112 static const UChar V_UC_STR[] = {0x56, 0x00}; /* "V" */
113 static const UChar VVVV_UC_STR[] = {0x56, 0x56, 0x56, 0x56, 0x00}; /* "VVVV" */