/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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...] |
/external/python/cpython3/Lib/ |
locale.py | 68 return {'grouping': [127], 121 # Iterate over grouping intervals 122 def _grouping_intervals(grouping): 124 for interval in grouping: 125 # if grouping is -1, we are done 131 raise ValueError("invalid grouping") 137 #perform the grouping from right to left 141 grouping = conv[monetary and 'mon_grouping' or 'grouping'] 142 if not grouping [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
Parse.java | 33 * that uses '.' as the grouping separator, or it could be "12345.67" in a locale that uses ',' as 34 * the grouping separator. Since the second option has a longer parse path (consumes more of the 53 * <li>Grouping widths must match the grouping settings. For example, "12,3,45" will fail if 54 * the grouping width is 3, as in the pattern "#,##0". 61 * <li>Leading grouping separators are not allowed, as in ",123". 64 * <li>The set of characters that can be interpreted as a decimal or grouping separator is 94 * An enum containing the choices for strategy in parsing when choosing between grouping and 100 * (periods, commas, and whitespace-like) as grouping. This is a more lenient strategy. 103 * as 1234, even though <em>fr-FR</em> does not use a period as the grouping separator [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
Parse.java | 32 * that uses '.' as the grouping separator, or it could be "12345.67" in a locale that uses ',' as 33 * the grouping separator. Since the second option has a longer parse path (consumes more of the 51 * <li>Grouping widths must match the grouping settings. For example, "12,3,45" will fail if 52 * the grouping width is 3, as in the pattern "#,##0". 59 * <li>Leading grouping separators are not allowed, as in ",123". 62 * <li>The set of characters that can be interpreted as a decimal or grouping separator is 92 * An enum containing the choices for strategy in parsing when choosing between grouping and 98 * (periods, commas, and whitespace-like) as grouping. This is a more lenient strategy. 101 * as 1234, even though <em>fr-FR</em> does not use a period as the grouping separator [all...] |
/external/tensorflow/tensorflow/core/util/sparse/ |
README.md | 73 ### group({grouping dims}) 97 to sort the SparseTensor before grouping. 99 Example of grouping:
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
locale.h | 62 An element with value CHAR_MAX means that no further grouping is done. 65 char *grouping; member in struct:lconv 75 char *mon_grouping; /* Like `grouping' element (above). */
|
/bionic/libc/include/ |
locale.h | 75 char* grouping; member in struct:lconv
|
/bionic/tests/headers/posix/ |
locale_h.c | 38 STRUCT_MEMBER(struct lconv, char*, grouping);
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
localedef.h | 78 const char *grouping;
member in struct:__anon12046
|
/external/autotest/frontend/client/src/autotest/tko/ |
HeaderField.java | 15 * also be used for grouping and sorting. Filtering, however, is done separately (through
|
/external/icu/android_icu4j/resources/android/icu/ |
ICUConfig.properties | 30 # decimal/grouping separators. When this property is true,
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
DataDrivenNumberFormatTestData.java | 102 public Integer grouping = null; field in class:DataDrivenNumberFormatTestData 207 "grouping", 337 grouping = Integer.valueOf(value); 451 grouping = null;
|
/external/icu/icu4c/source/common/ |
ucmndata.h | 15 * ICU Common Data Files are a grouping of a number of individual
|
/external/icu/icu4c/source/i18n/ |
number_utils.h | 57 Grouper grouping; member in struct:number::impl::MicroProps
|
smallintformatter.h | 73 * Does not produce any grouping separators or trailing decimal point.
|
/external/icu/icu4c/source/i18n/unicode/ |
region.h | 37 * selected economic and other grouping" as defined in 57 * GROUPING - A widely understood grouping of territories that has a well defined membership such 60 * their own region code. Region "EU" (European Union) is one such region code that is a grouping.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/ |
ICUConfig.properties | 30 # decimal/grouping separators. When this property is true,
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
DataDrivenNumberFormatTestData.java | 99 public Integer grouping = null; field in class:DataDrivenNumberFormatTestData 204 "grouping", 334 grouping = Integer.valueOf(value); 448 grouping = null;
|
/external/libchrome/base/trace_event/ |
heap_profiler_stack_frame_deduplicator.h | 22 // A data structure that allows grouping a set of backtraces in a space-
|
/external/vixl/ |
.clang-format | 33 # Ideally we would like to allow grouping them when it makes sense. But
|
/libcore/luni/src/test/java/libcore/java/text/ |
OldNumberFormatTest.java | 551 assertTrue("grouping is not used for NumberFormat.getInstance", nf1 556 "grouping is used for NumberFormat.getInstance after setting false", 561 "grouping is not used for NumberFormat.getInstance after setting true", 569 assertEquals("grouping is used for 1234567890.1", "1234567890.1", 572 assertEquals("grouping is used for -1234567890.1", "-1234567890.1", 577 assertEquals("grouping is used for 1234567890.1", "1234567890.1", 580 assertEquals("grouping is used for -1234567890.1", "-1234567890.1", 585 assertEquals("grouping is not used for 1234567890.1", 588 assertEquals("grouping is not used for -1234567890.1", [all...] |
/packages/apps/Messaging/build/ |
gcheckstyle.mk | 37 # FLAG: It may be more efficient to cache individual file results rather than grouping them all together
|
/prebuilts/go/darwin-x86/src/os/user/ |
user.go | 42 // Group represents a grouping of users.
|
/prebuilts/go/linux-x86/src/os/user/ |
user.go | 42 // Group represents a grouping of users.
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemNumber.java | 68 * grouping-separator %avt; #IMPLIED 69 * grouping-size %avt; #IMPLIED 412 * The grouping-separator attribute gives the separator 413 * used as a grouping (e.g. thousands) separator in decimal 420 * Set the "grouping-separator" attribute. 421 * The grouping-separator attribute gives the separator 422 * used as a grouping (e.g. thousands) separator in decimal 426 * @param v Value to set for "grouping-separator" attribute. 434 * Get the "grouping-separator" attribute. 435 * The grouping-separator attribute gives the separato [all...] |