reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
   31
   32
   33
   34
   35
   36
   37
   38
   39
   40
   41
   42
   43
   44
   45
   46
STRINGTABLE
VERSION 32
CHARACTERISTICS 0x32 {
  0 "a"
}

// Commas are optional, so we make sure to test both cases.
STRINGTABLE {
  1, "b"
  16, "bb"
}

STRINGTABLE
VERSION 100
LANGUAGE 4, 7 {
  16 "hello"
  17 "world"
}

STRINGTABLE
VERSION 50
CHARACTERISTICS 0x32 {
  17 "cc"
  32 "ccc"
  2 "c"
}

STRINGTABLE {
  3 "d"
  4 ""
  8 ""
}

STRINGTABLE
VERSION 101
LANGUAGE 4, 7 {
  -1 & 65535 "minus one"
}

STRINGTABLE
CHARACTERISTICS 10
LANGUAGE 4, 7 {
  23 "something else"
  65529 "large number"
}