Home | History | Annotate | Download | only in format

Lines Matching defs:of

6  * under the terms of the GNU General Public License version 2 only, as
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 * You should have received a copy of the GNU General Public License version
29 * However, the following notice accompanied the original version of this
39 * * Redistributions of source code must retain the above copyright notice,
40 * this list of conditions and the following disclaimer.
43 * this list of conditions and the following disclaimer in the documentation
46 * * Neither the name of JSR-310 nor the names of its contributors
52 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
56 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
57 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
59 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
60 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
76 * A significant part of dealing with dates and times is the localization.
87 * The standard set of non-localized decimal style symbols.
93 * The cache of DecimalStyle instances.
120 * @return a Set of Locales for which localization is supported
136 * {@link #of(Locale)
137 * of(Locale.getDefault(Locale.Category.FORMAT))}.
143 return of(Locale.getDefault(Locale.Category.FORMAT));
154 public static DecimalStyle of(Locale locale) {
181 * @param zeroChar the character to use for the digit of zero
207 * Returns a copy of the info with a new character that represents zero.
237 * Returns a copy of the info with a new character that represents the positive sign.
266 * Returns a copy of the info with a new character that represents the negative sign.
295 * Returns a copy of the info with a new character that represents the decimal point.
315 * @return the value, 0 to 9, of the character, or -1 if not a digit
325 * @param numericText the text, consisting of digits 0 to 9, to convert, not null