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

1 2 3 4 5 6 78 91011>>

  /external/iptables/extensions/
libxt_connlimit.c 27 " --connlimit-saddr select source address for grouping\n"
28 " --connlimit-daddr select destination addresses for grouping\n");
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
Pattern2Test.java 152 // Test grouping without capture (?:...)
165 // Test combination of grouping and capture
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
locale.py 64 return {'grouping': [127],
123 # Iterate over grouping intervals
124 def _grouping_intervals(grouping):
126 for interval in grouping:
127 # if grouping is -1, we are done
133 raise ValueError("invalid grouping")
139 #perform the grouping from right to left
143 grouping = conv[monetary and 'mon_grouping' or 'grouping']
144 if not grouping:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
locale.py 56 return {'grouping': [127],
115 # Iterate over grouping intervals
116 def _grouping_intervals(grouping):
118 for interval in grouping:
119 # if grouping is -1, we are done
125 raise ValueError("invalid grouping")
131 #perform the grouping from right to left
135 grouping = conv[monetary and 'mon_grouping' or 'grouping']
136 if not grouping:
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatDataDrivenTest.java 202 if (tuple.grouping != null) {
203 fmt.setGroupingSize(tuple.grouping);
385 if (tuple.grouping != null) {
386 fmt.setGroupingSize(tuple.grouping);
489 if (tuple.grouping != null) {
490 properties.setGroupingSize(tuple.grouping);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatDataDrivenTest.java 199 if (tuple.grouping != null) {
200 fmt.setGroupingSize(tuple.grouping);
382 if (tuple.grouping != null) {
383 fmt.setGroupingSize(tuple.grouping);
486 if (tuple.grouping != null) {
487 properties.setGroupingSize(tuple.grouping);
  /external/python/cpython2/Lib/
locale.py 66 return {'grouping': [127],
125 # Iterate over grouping intervals
126 def _grouping_intervals(grouping):
128 for interval in grouping:
129 # if grouping is -1, we are done
135 raise ValueError("invalid grouping")
141 #perform the grouping from right to left
145 grouping = conv[monetary and 'mon_grouping' or 'grouping']
146 if not grouping
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
locale.py 64 return {'grouping': [127],
123 # Iterate over grouping intervals
124 def _grouping_intervals(grouping):
126 for interval in grouping:
127 # if grouping is -1, we are done
133 raise ValueError("invalid grouping")
139 #perform the grouping from right to left
143 grouping = conv[monetary and 'mon_grouping' or 'grouping']
144 if not grouping
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
locale.py 64 return {'grouping': [127],
123 # Iterate over grouping intervals
124 def _grouping_intervals(grouping):
126 for interval in grouping:
127 # if grouping is -1, we are done
133 raise ValueError("invalid grouping")
139 #perform the grouping from right to left
143 grouping = conv[monetary and 'mon_grouping' or 'grouping']
144 if not grouping
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 64 return {'grouping': [127],
123 # Iterate over grouping intervals
124 def _grouping_intervals(grouping):
126 for interval in grouping:
127 # if grouping is -1, we are done
133 raise ValueError("invalid grouping")
139 #perform the grouping from right to left
143 grouping = conv[monetary and 'mon_grouping' or 'grouping']
144 if not grouping
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 64 return {'grouping': [127],
123 # Iterate over grouping intervals
124 def _grouping_intervals(grouping):
126 for interval in grouping:
127 # if grouping is -1, we are done
133 raise ValueError("invalid grouping")
139 #perform the grouping from right to left
143 grouping = conv[monetary and 'mon_grouping' or 'grouping']
144 if not grouping
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DecimalFormatTest.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NumberFormat.java 492 * <li>Leading or doubled grouping separators<br>
494 * <li>Groups of incorrect length when grouping is used<br>
496 * <li>Grouping separators used in numbers followed by exponents<br>
500 * When strict parsing is off, all grouping separators are ignored.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NumberFormat.java 523 * <li>Leading or doubled grouping separators<br>
525 * <li>Groups of incorrect length when grouping is used<br>
527 * <li>Grouping separators used in numbers followed by exponents<br>
531 * When strict parsing is off, all grouping separators are ignored.
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
numberformatter.h     [all...]
  /external/python/cpython3/Modules/_decimal/libmpdec/
io.c 748 const char *cp = spec->grouping;
780 spec->grouping = "";
839 spec->grouping = "\003\003";
873 spec->grouping = lc->grouping;
951 * part according to spec->grouping. If leading zero padding is enabled
989 g = spec->grouping;
1037 /* If non-NUL, use the next value for grouping. */
1100 if (dot == NULL && (*spec->sep == '\0' || *spec->grouping == '\0')) {
    [all...]
  /libcore/ojluni/src/main/java/java/text/
NumberFormat.java 609 * Returns true if grouping is used in this format. For example, in the
610 * English locale, with grouping on, the number 1234567 might be formatted
611 * as "1,234,567". The grouping separator as well as the size of each group
614 * @return {@code true} if grouping is used;
623 * Set whether or not grouping will be used in this format.
625 * @param newValue {@code true} if grouping is used;
    [all...]
  /external/aac/libSBRdec/src/
pvc_dec.h 147 sg_offset_low[PVC_NBLOW + 1]; /**< Offset table for PVC grouping of SBR
150 grouping of SBR subbands in
  /external/clang/docs/analyzer/
conf.py 184 # Grouping the document tree into LaTeX files. List of tuples
227 # Grouping the document tree into Texinfo files. List of tuples
  /external/clang/docs/
conf.py 184 # Grouping the document tree into LaTeX files. List of tuples
257 # Grouping the document tree into Texinfo files. List of tuples
  /external/devlib/doc/
conf.py 224 # Grouping the document tree into LaTeX files. List of tuples
268 # Grouping the document tree into Texinfo files. List of tuples
  /external/icu/icu4c/source/test/intltest/
tsdcfmsy.cpp 233 assertEquals("last-resort grouping separator",
236 assertEquals("last-resort monetary grouping separator",
  /external/libcxx/docs/
conf.py 182 # Grouping the document tree into LaTeX files. List of tuples
225 # Grouping the document tree into Texinfo files. List of tuples
  /external/libunwind_llvm/docs/
conf.py 182 # Grouping the document tree into LaTeX files. List of tuples
225 # Grouping the document tree into Texinfo files. List of tuples
  /external/libxaac/decoder/
ixheaacd_env_calc.c 79 WORD32 group, grouping, i, num_groups, k; local
82 grouping = 0;
87 if (grouping == 0) {
89 grouping = 1;
94 grouping = 0;
99 if (grouping) {
100 grouping = 0;
110 if (grouping) {
    [all...]

Completed in 1314 milliseconds

1 2 3 4 5 6 78 91011>>