Home | History | Annotate | Download | only in genrb

Lines Matching full:x0020

207         static const UChar sp[] = { 0x0020 }; /* " " */
454 inchar[i] = 0x0020;
485 static const UChar openStr[] = { 0x003A, 0x0061, 0x006C, 0x0069, 0x0061, 0x0073, 0x0020, 0x007B, 0x0020, 0x0022 }; /* ":alias { \"" */
486 static const UChar closeStr[] = { 0x0022, 0x0020, 0x007D, 0x0020 }; /* "\" } " */
530 static const UChar openStr[] = { 0x0020, 0x007B, 0x0020, 0x0022 }; /* " { \"" */
531 static const UChar closeStr[] = { 0x0022, 0x0020, 0x007D }; /* "\" }" */
556 static const UChar openStr[] = { 0x003A, 0x0069, 0x006E, 0x0074, 0x0020, 0x007B, 0x0020 }; /* ":int { " */
557 static const UChar closeStr[] = { 0x0020, 0x007D }; /* " }" */
588 static const UChar openStr[] = { 0x003A, 0x0062, 0x0069, 0x006E, 0x0061, 0x0072, 0x0079, 0x0020, 0x007B, 0x0020 }; /* ":binary { " */
589 static const UChar closeStr[] = { 0x0020, 0x007D, 0x0020 }; /* " } " */
613 static const UChar openStr[] = { 0x003A, 0x0069, 0x006E, 0x0074, 0x0076, 0x0065, 0x0063, 0x0074, 0x006F, 0x0072, 0x0020, 0x007B, 0x0020 }; /* ":intvector { " */
614 static const UChar closeStr[] = { 0x0020, 0x007D, 0x0020 }; /* " } " */
625 num[numLen++] = 0x0020; /* ' ' */