| Package | Description |
|---|---|
| com.google.template.soy.internal.i18n |
Libraries for internationalization (i18n).
|
| Modifier and Type | Method and Description |
|---|---|
BidiFormatter.BidiWrappingText |
BidiFormatter.spanWrappingText(Dir dir,
String str,
boolean isHtml)
Operates like
BidiFormatter.spanWrap(Dir, String, boolean) but only returns the text that would be
prepended and appended to str. |
BidiFormatter.BidiWrappingText |
BidiFormatter.unicodeWrappingText(Dir dir,
String str,
boolean isHtml)
Operates like
BidiFormatter.unicodeWrap(Dir, String, boolean) but only returns the text that would
be prepended and appended to str. |