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

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/
grouping.pass.cpp 21 // string grouping() const;
63 // Monetary grouping strings may be terminated with 0 or CHAR_MAX, defining
64 // how the grouping is repeated.
68 assert(f.grouping() == s || f.grouping() == "");
72 assert(f.grouping() == s || f.grouping() == "");
76 assert(f.grouping() == s || f.grouping() == "");
80 assert(f.grouping() == s || f.grouping() == "")
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/
grouping.pass.cpp 21 // string grouping() const;
63 // Monetary grouping strings may be terminated with 0 or CHAR_MAX, defining
64 // how the grouping is repeated.
68 assert(f.grouping() == s || f.grouping() == "");
72 assert(f.grouping() == s || f.grouping() == "");
76 assert(f.grouping() == s || f.grouping() == "");
80 assert(f.grouping() == s || f.grouping() == "")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_locale.py 72 'grouping': [],
96 'grouping': [3, 3, 0],
122 'grouping': [3, 3, 0],
162 # XXX there is a grouping + padding bug when the thousands separator
163 # is empty but the grouping array contains values (e.g. Solaris 10)
169 self._test_format("%f", 1024, grouping=1, out='1%s024.000000' % self.sep)
170 self._test_format("%f", 102, grouping=1, out='102.000000')
171 self._test_format("%f", -42, grouping=1, out='-42.000000')
172 self._test_format("%+f", -42, grouping=1, out='-42.000000')
175 self._test_format("%20.f", -42, grouping=1, out='-42'.rjust(20))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_locale.py 72 'grouping': [],
96 'grouping': [3, 3, 0],
122 'grouping': [3, 3, 0],
162 # XXX there is a grouping + padding bug when the thousands separator
163 # is empty but the grouping array contains values (e.g. Solaris 10)
169 self._test_format("%f", 1024, grouping=1, out='1%s024.000000' % self.sep)
170 self._test_format("%f", 102, grouping=1, out='102.000000')
171 self._test_format("%f", -42, grouping=1, out='-42.000000')
172 self._test_format("%+f", -42, grouping=1, out='-42.000000')
175 self._test_format("%20.f", -42, grouping=1, out='-42'.rjust(20)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_locale.py 72 'grouping': [],
96 'grouping': [3, 3, 0],
122 'grouping': [3, 3, 0],
162 # XXX there is a grouping + padding bug when the thousands separator
163 # is empty but the grouping array contains values (e.g. Solaris 10)
169 self._test_format("%f", 1024, grouping=1, out='1%s024.000000' % self.sep)
170 self._test_format("%f", 102, grouping=1, out='102.000000')
171 self._test_format("%f", -42, grouping=1, out='-42.000000')
172 self._test_format("%+f", -42, grouping=1, out='-42.000000')
175 self._test_format("%20.f", -42, grouping=1, out='-42'.rjust(20)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_locale.py 72 'grouping': [],
96 'grouping': [3, 3, 0],
122 'grouping': [3, 3, 0],
162 # XXX there is a grouping + padding bug when the thousands separator
163 # is empty but the grouping array contains values (e.g. Solaris 10)
169 self._test_format("%f", 1024, grouping=1, out='1%s024.000000' % self.sep)
170 self._test_format("%f", 102, grouping=1, out='102.000000')
171 self._test_format("%f", -42, grouping=1, out='-42.000000')
172 self._test_format("%+f", -42, grouping=1, out='-42.000000')
175 self._test_format("%20.f", -42, grouping=1, out='-42'.rjust(20)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_locale.py 72 'grouping': [],
96 'grouping': [3, 3, 0],
122 'grouping': [3, 3, 0],
162 # XXX there is a grouping + padding bug when the thousands separator
163 # is empty but the grouping array contains values (e.g. Solaris 10)
169 self._test_format("%f", 1024, grouping=1, out='1%s024.000000' % self.sep)
170 self._test_format("%f", 102, grouping=1, out='102.000000')
171 self._test_format("%f", -42, grouping=1, out='-42.000000')
172 self._test_format("%+f", -42, grouping=1, out='-42.000000')
175 self._test_format("%20.f", -42, grouping=1, out='-42'.rjust(20)
    [all...]
  /external/icu/icu4c/source/i18n/
digitgrouping.h 25 * The digit grouping policy.
30 * Default is no digit grouping.
61 * Returns true if grouping is used FALSE otherwise. When
68 * Returns TRUE if this instance would not add grouping separators
78 * Clears this instance so that digit grouping is not in effect.
85 * Primary grouping size. A value of 0, the default, or a negative
91 * Secondary grouping size. If > 0, this size is used instead of
94 * there is no secondary grouping size.
99 * If set (that is > 0), uses no grouping separators if fewer than
digitformatter.h 125 * minus sign is minus (-), grouping separator is comma (,), digits are 0-9.
131 * plus and mius sign, grouping separator, and possibly other settings.
137 * plus and mius sign, grouping separator, and possibly other settings
144 * plus and mius sign, grouping separator, and possibly other settings
154 * @param grouping controls how digit grouping is done
162 const DigitGrouping &grouping,
183 * Always performed with no grouping and no decimal point.
203 const DigitGrouping &grouping,
275 const DigitGrouping &grouping,
    [all...]
digitformatter.cpp 94 const DigitGrouping &grouping,
106 result += grouping.getSeparatorCount(interval.getIntDigitCount()) * fGroupingSeparator.countChar32();
113 const DigitGrouping &grouping,
122 grouping,
139 DigitGrouping grouping; local
141 grouping,
154 DigitGrouping grouping; local
156 grouping, mantissaInterval, options.fMantissa);
165 const DigitGrouping &grouping,
209 if (grouping.isSeparatorAt(digitsLeftOfDecimal, i))
247 DigitGrouping grouping; local
328 DigitGrouping grouping; local
351 DigitGrouping grouping; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/stringlib/
localeutil.h 27 const char *grouping; member in struct:__anon4243
29 Py_ssize_t i; /* Where we're currently pointing in grouping. */
33 _GroupGenerator_init(GroupGenerator *self, const char *grouping)
35 self->grouping = grouping;
40 /* Returns the next grouping, or 0 to signify end. */
45 grouping string contains just CHAR_MAX, for example, then just
48 switch (self->grouping[self->i]) {
55 char ch = self->grouping[self->i];
104 * to put the grouping chars.
221 const char *grouping = locale_data->grouping; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/stringlib/
localeutil.h 27 const char *grouping; member in struct:__anon4543
29 Py_ssize_t i; /* Where we're currently pointing in grouping. */
33 _GroupGenerator_init(GroupGenerator *self, const char *grouping)
35 self->grouping = grouping;
40 /* Returns the next grouping, or 0 to signify end. */
45 grouping string contains just CHAR_MAX, for example, then just
48 switch (self->grouping[self->i]) {
55 char ch = self->grouping[self->i];
104 * to put the grouping chars.
221 const char *grouping = locale_data->grouping; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
localeutil.h 27 const char *grouping; member in struct:__anon4865
29 Py_ssize_t i; /* Where we're currently pointing in grouping. */
33 _GroupGenerator_init(GroupGenerator *self, const char *grouping)
35 self->grouping = grouping;
40 /* Returns the next grouping, or 0 to signify end. */
45 grouping string contains just CHAR_MAX, for example, then just
48 switch (self->grouping[self->i]) {
55 char ch = self->grouping[self->i];
104 * to put the grouping chars.
221 const char *grouping = locale_data->grouping; local
    [all...]
  /external/python/cpython2/Objects/stringlib/
localeutil.h 12 const char *grouping; member in struct:__anon32924
14 Py_ssize_t i; /* Where we're currently pointing in grouping. */
18 _GroupGenerator_init(GroupGenerator *self, const char *grouping)
20 self->grouping = grouping;
25 /* Returns the next grouping, or 0 to signify end. */
30 grouping string contains just CHAR_MAX, for example, then just
33 switch (self->grouping[self->i]) {
40 char ch = self->grouping[self->i];
89 * to put the grouping chars
206 const char *grouping = locale_data->grouping; local
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
optimization_registry.cc 28 Grouping grouping, int phase, std::unique_ptr<GraphOptimizationPass> pass) {
29 groups_[grouping][phase].push_back(std::move(pass));
33 Grouping grouping, const GraphOptimizationPassOptions& options) {
34 auto group = groups_.find(grouping);
optimization_registry.h 79 enum Grouping {
87 void Register(Grouping grouping, int phase,
90 // Run all passes in grouping, ordered by phase, with the same
92 Status RunGrouping(Grouping grouping,
99 std::map<Grouping, GraphOptimizationPasses> groups_;
106 OptimizationPassRegistration(OptimizationPassRegistry::Grouping grouping,
109 OptimizationPassRegistry::Global()->Register(grouping, phase
    [all...]
  /external/python/cpython3/Objects/stringlib/
localeutil.h 10 const char *grouping; member in struct:__anon33563
12 Py_ssize_t i; /* Where we're currently pointing in grouping. */
16 STRINGLIB(GroupGenerator_init)(STRINGLIB(GroupGenerator) *self, const char *grouping)
18 self->grouping = grouping;
23 /* Returns the next grouping, or 0 to signify end. */
28 grouping string contains just CHAR_MAX, for example, then just
31 switch (self->grouping[self->i]) {
38 char ch = self->grouping[self->i];
79 * to put the grouping chars
    [all...]
  /external/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/
grouping.pass.cpp 17 // string grouping() const;
32 assert(np.grouping() == "");
37 assert(np.grouping() == "");
45 assert(np.grouping() == "\3\3");
50 assert(np.grouping() == "\3\3");
63 assert(np.grouping() == group);
68 assert(np.grouping() == group);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/
grouping.pass.cpp 17 // string grouping() const;
32 assert(np.grouping() == "");
37 assert(np.grouping() == "");
45 assert(np.grouping() == "\3\3");
50 assert(np.grouping() == "\3\3");
63 assert(np.grouping() == group);
68 assert(np.grouping() == group);
  /external/python/cpython2/Lib/test/
test_locale.py 72 'grouping': [],
96 'grouping': [3, 3, 0],
122 'grouping': [3, 3, 0],
162 # XXX there is a grouping + padding bug when the thousands separator
163 # is empty but the grouping array contains values (e.g. Solaris 10)
169 self._test_format("%f", 1024, grouping=1, out='1%s024.000000' % self.sep)
170 self._test_format("%f", 102, grouping=1, out='102.000000')
171 self._test_format("%f", -42, grouping=1, out='-42.000000')
172 self._test_format("%+f", -42, grouping=1, out='-42.000000')
175 self._test_format("%20.f", -42, grouping=1, out='-42'.rjust(20)
    [all...]
  /external/python/cpython3/Lib/test/
test_locale.py 68 'grouping': [],
92 'grouping': [3, 3, 0],
118 'grouping': [3, 3, 0],
158 # XXX there is a grouping + padding bug when the thousands separator
159 # is empty but the grouping array contains values (e.g. Solaris 10)
165 self._test_format("%f", 1024, grouping=1, out='1%s024.000000' % self.sep)
166 self._test_format("%f", 102, grouping=1, out='102.000000')
167 self._test_format("%f", -42, grouping=1, out='-42.000000')
168 self._test_format("%+f", -42, grouping=1, out='-42.000000')
171 self._test_format("%20.f", -42, grouping=1, out='-42'.rjust(20)
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
grouping.pass.cpp 14 // string grouping() const;
61 assert(f.grouping() == std::string());
65 assert(f.grouping() == std::string());
69 assert(f.grouping() == std::string());
73 assert(f.grouping() == std::string());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
grouping.pass.cpp 14 // string grouping() const;
61 assert(f.grouping() == std::string());
65 assert(f.grouping() == std::string());
69 assert(f.grouping() == std::string());
73 assert(f.grouping() == std::string());
  /external/libcxx/test/std/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/
grouping.pass.cpp 14 // string grouping() const;
25 assert(np.grouping() == std::string());
30 assert(np.grouping() == std::string());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/
grouping.pass.cpp 14 // string grouping() const;
25 assert(np.grouping() == std::string());
30 assert(np.grouping() == std::string());

Completed in 847 milliseconds

1 2 3 4 5 6 7 8 91011>>