IcuParser constructor

IcuParser()

Implementation

IcuParser() {
  // There is a cycle here, so we need the explicit set to avoid
  // infinite recursion.
  interiorText.set(contents.plus() | empty);
}