Exemplo n.º 1
0
GALGAS_char GALGAS_char::constructor_default (UNUSED_LOCATION_ARGS) {
  return GALGAS_char (TO_UNICODE (0)) ;
}
Exemplo n.º 2
0
GALGAS_char GALGAS_char::getter_unicodeToUpper (UNUSED_LOCATION_ARGS) const {
  return GALGAS_char (unicodeToUpper (mCharValue)) ;
}