(KeyValue.Event ev)
| 277 | } |
| 278 | |
| 279 | private static String apply_fn_event(KeyValue.Event ev) |
| 280 | { |
| 281 | switch (ev) |
| 282 | { |
| 283 | case SWITCH_NUMERIC: return "switch_greekmath"; |
| 284 | default: return null; |
| 285 | } |
| 286 | } |
| 287 | |
| 288 | private static String apply_fn_placeholder(KeyValue.Placeholder p) |
| 289 | { |