Add a new API android.icu.util.LocaleData

1. getDelimiter is useful to avoid quoted text in string resource
and reduce apk size
<string name="verbal_quote_string">“<xliff:g id="value"
example="Mountain">%1$s</xliff:g>”</string>

Two related methods, i.e. setNoSubstitute, getNoSubstitute, are used to
avoid using values in root locale
2. getMeasurementSystem, getPaperSize
Handful method to determine to use km or miles and paper size

Bug: 71706733
Test: android.icu.dev.test.util.LocaleDataTest
Merged-In: I77340aa3fd257c6a3e3ea8ebb7a85efc0653d406
(cherry picked from commit 502845ba3851694715abfb3132663db6d91446d9)
Change-Id: Ice5c053e24538828326327cd53de49c9a7c34154
2 files changed