HomeSort by relevance Sort by last modified time
    Searched full:grouping (Results 76 - 100 of 1077) sorted by null

1 2 34 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
stringobject.h 181 /* Using the current locale, insert the thousands grouping
190 /* Using explicit passed-in values, insert the thousands grouping
198 const char *grouping,
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormat.java 94 * <em>symbols</em>. Grouping size, rounding mode, and affixes are examples of properties. Locale
95 * digits and the characters used for grouping and decimal separators are examples of symbols.
166 * <li>The grouping separator ',' can occur inside the integer and sigDigits elements, between any
169 * <li>Two grouping intervals are recognized: That between the decimal point and the first
170 * grouping symbol, and that between the first and second grouping symbols. These intervals
192 * <p>Grouping separators are ignored in lenient mode (default). In strict mode, grouping separators
193 * must match the locale-specified grouping sizes.
464 * other locale), but it means "grouping" in localized notation
    [all...]
DecimalFormatSymbols.java 37 * This class represents the set of symbols (such as the decimal separator, the grouping
382 * Returns the character used for grouping separator. Different for French, etc.
390 * Sets the character used for grouping separator. Different for French, etc.
399 * <strong>[icu]</strong> Returns the string used for grouping separator. Different for French, etc.
400 * @return the grouping separator string
408 * <strong>[icu]</strong> Sets the string used for grouping separator.
410 * <b>Note:</b> When the input grouping separator String is represented
412 * return the default grouping separator character (',').
414 * @param groupingSeparatorString the grouping separator string
420 throw new NullPointerException("The input grouping separator is null")
    [all...]
  /external/icu/icu4c/source/i18n/
number_patternstring.cpp 347 state.toParseException(u"Trailing grouping separator is invalid");
352 state.toParseException(u"Grouping width of zero is invalid");
414 state.toParseException(u"Cannot have grouping separator in scientific notation");
470 // Grouping settings
658 // Figure out the grouping sizes.
659 int grouping1, grouping2, grouping; local
662 grouping = groupingSize;
666 grouping = groupingSize;
670 grouping = groupingSize;
674 grouping = 0
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormat.java 93 * <em>symbols</em>. Grouping size, rounding mode, and affixes are examples of properties. Locale
94 * digits and the characters used for grouping and decimal separators are examples of symbols.
165 * <li>The grouping separator ',' can occur inside the integer and sigDigits elements, between any
168 * <li>Two grouping intervals are recognized: That between the decimal point and the first
169 * grouping symbol, and that between the first and second grouping symbols. These intervals
191 * <p>Grouping separators are ignored in lenient mode (default). In strict mode, grouping separators
192 * must match the locale-specified grouping sizes.
470 * other locale), but it means "grouping" in localized notation
    [all...]
DecimalFormatSymbols.java 36 * This class represents the set of symbols (such as the decimal separator, the grouping
403 * Returns the character used for grouping separator. Different for French, etc.
413 * Sets the character used for grouping separator. Different for French, etc.
424 * {@icu} Returns the string used for grouping separator. Different for French, etc.
425 * @return the grouping separator string
434 * {@icu} Sets the string used for grouping separator.
436 * <b>Note:</b> When the input grouping separator String is represented
438 * return the default grouping separator character (',').
440 * @param groupingSeparatorString the grouping separator string
447 throw new NullPointerException("The input grouping separator is null")
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
RateShareEntry.java 35 * The grouping type 'rash' (short for rate share) is defined as the grouping criterion for rate share information.
36 * Zero or one sample-to-group box ('sbgp') for the grouping type 'rash' can be contained in the sample
SampleGroupDescriptionBox.java 33 * There may be multiple instances of this box if there is more than one sample grouping for the samples in a
35 * sample groupings. Within a track, there shall be at most one instance of this box with a particular grouping
36 * type. The associated SampleToGroup shall indicate the same value for the grouping type.
  /external/python/cpython2/Include/
stringobject.h 181 /* Using the current locale, insert the thousands grouping
190 /* Using explicit passed-in values, insert the thousands grouping
198 const char *grouping,
  /external/python/cpython3/Include/
bytesobject.h 111 /* Using the current locale, insert the thousands grouping
121 /* Using explicit passed-in values, insert the thousands grouping
129 const char *grouping,
  /external/toybox/toys/other/
xxd.c 28 -p Plain hexdump (30 bytes/line, no grouping)
152 // Is there any grouping going on? Ignore a single space.
172 // Plain style is 30 bytes/line, no grouping.
  /frameworks/base/core/java/android/database/sqlite/
SQLiteQueryBuilder.java 190 * if row grouping is being used, formatted as an SQL HAVING
193 * grouping is not being used.
280 * the cursor, if row grouping is being used, formatted as an
283 * required when row grouping is not being used.
317 * the cursor, if row grouping is being used, formatted as an
320 * required when row grouping is not being used.
356 * the cursor, if row grouping is being used, formatted as an
359 * required when row grouping is not being used.
422 * the cursor, if row grouping is being used, formatted as an
425 * required when row grouping is not being used
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
GroupHelper.java 29 * NotificationManagerService helper for auto-grouping notifications.
54 // send grouping update if app exceeds the autogrouping limit.
147 if (DEBUG) Log.i(TAG, "Sending grouping adjustment for: " + key + " group? " + group);
  /prebuilts/gdb/darwin-x86/include/python2.7/
stringobject.h 181 /* Using the current locale, insert the thousands grouping
190 /* Using explicit passed-in values, insert the thousands grouping
198 const char *grouping,
  /prebuilts/gdb/linux-x86/include/python2.7/
stringobject.h 181 /* Using the current locale, insert the thousands grouping
190 /* Using explicit passed-in values, insert the thousands grouping
198 const char *grouping,
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
stringobject.h 181 /* Using the current locale, insert the thousands grouping
190 /* Using explicit passed-in values, insert the thousands grouping
198 const char *grouping,
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
stringobject.h 181 /* Using the current locale, insert the thousands grouping
190 /* Using explicit passed-in values, insert the thousands grouping
198 const char *grouping,
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwprintf.c 300 * If (*grp == CHAR_MAX) then no more grouping
309 * use *grp character (last grouping rule)
372 * If (*grp == CHAR_MAX) then no more grouping
381 * use *grp character (last grouping rule)
583 * most space for base 10 conversions with thousands' grouping
602 #define GROUPING 0x200 /* use grouping ("'" flag) */
625 const char *grouping; /* locale specific numeric grouping rules */ local
826 grouping = NULL;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
locale.h 52 in the current locale, or that it is of zero length. Except for grouping and mon_grouping, the
58 Members grouping and mon_grouping point to strings where each element (character) of the string
60 - CHAR_MAX No further grouping is to be performed.
86 char *grouping; /**< "" A string whose elements (characters) indicate the size member in struct:lconv
97 char *mon_grouping; /**< "" A string, like grouping, for monetary values. */
  /external/icu/icu4c/source/i18n/unicode/
uregion.h 29 * selected economic and other grouping" as defined in UN M.49. These are typically 3-digit codes,
47 * GROUPING - A widely understood grouping of territories that has a well defined membership such
50 * their own region code. Region "EU" (European Union) is one such region code that is a grouping.
97 * Type representing a grouping of territories that is not to be used in
dcfmtsym.h 64 * , placeholder for grouping separator.
77 * The grouping separator is commonly used for thousands, but in some
79 * digits between the grouping characters, such as 100,000,000 or 1,0000,0000.
80 * If you supply a pattern with multiple grouping characters, the interval
97 /** The grouping separator */
130 /** The monetary grouping separator
226 * except that the grouping separators are empty,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
numberformattestspecification.txt 101 test patterns with leading grouping separator
275 test minimum grouping digits
281 // min grouping digits not supported in any existing implementation
426 test grouping used setters
436 test grouping used setters in parsing
450 test no grouping in pattern with parsing
459 test grouping setters
465 output grouping breaks grouping2 minGroupingDigits
709 // No secondary grouping in JDK
744 // JDK stops parsing at the spaces. JDK doesn't see space as a grouping separato
    [all...]
  /external/icu/icu4c/source/test/testdata/
numberformattestspecification.txt 101 test patterns with leading grouping separator
275 test minimum grouping digits
281 // min grouping digits not supported in any existing implementation
426 test grouping used setters
436 test grouping used setters in parsing
450 test no grouping in pattern with parsing
459 test grouping setters
465 output grouping breaks grouping2 minGroupingDigits
709 // No secondary grouping in JDK
744 // JDK stops parsing at the spaces. JDK doesn't see space as a grouping separato
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
numberformattestspecification.txt 101 test patterns with leading grouping separator
275 test minimum grouping digits
281 // min grouping digits not supported in any existing implementation
426 test grouping used setters
436 test grouping used setters in parsing
450 test no grouping in pattern with parsing
459 test grouping setters
465 output grouping breaks grouping2 minGroupingDigits
709 // No secondary grouping in JDK
744 // JDK stops parsing at the spaces. JDK doesn't see space as a grouping separato
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets.tcc 89 _M_grouping_size = __np.grouping().size();
91 __np.grouping().copy(__grouping, _M_grouping_size);
130 // money_get or num_get matches the canonical grouping for a given
289 // If no grouping chars are seen, no grouping check
349 // Digit grouping is checked. If grouping and found_grouping don't
353 // Add the ending grouping if a decimal or 'e'/'E' wasn't found.
547 // Digit grouping is checked. If grouping and found_grouping don'
    [all...]

Completed in 577 milliseconds

1 2 34 5 6 7 8 91011>>