/external/icu/icu4c/source/test/intltest/ |
numberformat2test.cpp | 161 const DigitGrouping &grouping, 310 DigitGrouping grouping; local 311 assertFalse("", grouping.isGroupingUsed()); 314 DigitGrouping grouping; local 315 grouping.fGrouping = 2; 316 assertTrue("", grouping.isGroupingUsed()); 810 DigitGrouping grouping; local 816 grouping, 832 "grouping separator"); 835 DigitGrouping grouping; local 872 DigitGrouping grouping; local 934 DigitGrouping grouping; local 987 DigitGrouping grouping; local 1022 DigitGrouping grouping; local 1136 DigitGrouping grouping; local 1149 DigitGrouping grouping; local 1172 DigitGrouping grouping; local 1193 DigitGrouping grouping; local 2172 DigitGrouping grouping; local 2370 DigitGrouping grouping; local 2697 DigitGrouping grouping; local 2887 DigitGrouping grouping; local 2913 DigitGrouping grouping; local [all...] |
rbbiapts.h | 75 * Tests grouping effect of 'single quotes' in rules.
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/ |
TemporalLevelEntry.java | 22 * The Temporal Level sample grouping ('tele') provides a codec-independent sample grouping that can be used to group samples (access units) in a track (and potential track fragments) according to temporal level, where samples of one temporal level have no coding dependencies on samples of higher temporal levels. The temporal level equals the sample group description index (taking values 1, 2, 3, etc). The bitstream containing only the access units from the first temporal level to a higher temporal level remains conforming to the coding standard. 24 * A grouping according to temporal level facilitates easy extraction of temporal subsequences, for instance using the Subsegment Indexing box in 0.
|
SampleToGroupBox.java | 35 * There may be multiple instances of this box if there is more than one sample grouping for the samples in a 37 * groupings. Within a track, there shall be at most one instance of this box with a particular grouping type. The 38 * associated SampleGroupDescription shall indicate the same value for the grouping type. 40 * Version 1 of this box should only be used if a grouping type parameter is needed.
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/ |
CHANGES | 20 *) Added support for the following grouping @-rules:
|
/external/icu/icu4c/source/i18n/ |
valueformatter.cpp | 74 const DigitGrouping &grouping, 80 return grouping.isNoGrouping(value, range); 200 const DigitGrouping &grouping, 205 fGrouping = &grouping;
|
decimfmtimpl.cpp | 928 // Per the spec, exponent grouping happens if maxIntDigitCount is more 934 // For exponent grouping minIntDigits is always treated as 1 even [all...] |
number_grouping.cpp | 47 // Either -1 or 0 means "no grouping"
|
regexst.h | 15 // for compiling or executing RegularExpressions. This grouping simplifies
|
winnmfmt.cpp | 58 * Turns a string of the form "3;2;0" into the grouping UINT 63 static UINT getGrouping(const wchar_t *grouping) 68 for (s = grouping; *s != L'\0'; s += 1) { 91 fmt->Grouping = getGrouping(buf); 118 fmt->Grouping = getGrouping(buf); 405 formatInfo.currency.Grouping = 0; 427 formatInfo.number.Grouping = 0;
|
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/ |
DecimalFormatSymbols.java.patch | 30 * Returns the character used for grouping separator. Different for French, etc. 38 * Sets the character used for grouping separator. Different for French, etc. 94 * <strong>[icu]</strong> Returns the monetary grouping separator. 95 * @return the monetary grouping separator character
|
/external/skia/experimental/sksg/ |
SkSGGroup.h | 18 * Concrete node, grouping together multiple descendants.
|
/external/skqp/experimental/sksg/ |
SkSGGroup.h | 18 * Concrete node, grouping together multiple descendants.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
api_def_MergeV2Checkpoints.pbtxt | 27 Intended for "grouping" multiple checkpoints in a sharded checkpoint setup.
|
/external/llvm/tools/llvm-cov/ |
gcov.cpp | 88 cl::opt<bool> AllBlocks("a", cl::Grouping, cl::init(false), 92 cl::opt<bool> BranchProb("b", cl::Grouping, cl::init(false), 96 cl::opt<bool> BranchCount("c", cl::Grouping, cl::init(false), 101 cl::opt<bool> LongNames("l", cl::Grouping, cl::init(false), 105 cl::opt<bool> FuncSummary("f", cl::Grouping, cl::init(false), 109 cl::opt<bool> NoOutput("n", cl::Grouping, cl::init(false), 119 cl::opt<bool> PreservePaths("p", cl::Grouping, cl::init(false), 123 cl::opt<bool> UncondBranch("u", cl::Grouping, cl::init(false),
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
DecimalFormatProperties.java | 34 * grouping-separator %char; "," 156 * Set the "grouping-separator" attribute. 157 * grouping-separator specifies the character used as a grouping 160 * @param gs Character to use a grouping separator 168 * Get the "grouping-separator" attribute. 169 * grouping-separator specifies the character used as a grouping 172 * @return Character to use a grouping separator
|
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/ |
localeconv.c | 79 ret.grouping =
80 __UNCONST(_CurrentNumericLocale->grouping);
|
/external/icu/android_icu4j/src/main/java/android/icu/number/ |
NumberFormatterSettings.java | 175 * Specifies the grouping strategy to use when formatting numbers. 178 * <li>Default grouping: "12,300" and "1,230" 179 * <li>Grouping with at least 2 digits: "12,300" and "1230" 180 * <li>No grouping: "12300" and "1230" 184 * The exact grouping widths will be chosen based on the locale. 190 * NumberFormatter.with().grouping(Grouper.min2()) 193 * The default is to perform grouping without concern for the minimum grouping digits. 196 * The grouping strategy to use. 204 public T grouping(Grouper grouper) method in class:NumberFormatterSettings [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
DecimalFormat.java | 121 * same as the pattern character; in the U.S. locale, the ',' grouping character is 123 * modified, the grouping character changes. Some special characters affect the behavior 178 * <td>Grouping separator 250 * <p>The <em>grouping separator</em> is a character that separates clusters of integer 252 * locales it separates ten-thousands. The <em>grouping size</em> is the number of digits 253 * between the grouping separators, such as 3 for "100,000,000" or 4 for "1 0000 254 * 0000". There are actually two different grouping sizes: One used for the least 255 * significant integer digits, the <em>primary grouping size</em>, and one used for all 256 * others, the <em>secondary grouping size</em>. In most locales these are the same, but 257 * sometimes they are different. For example, if the primary grouping interval is 3, an [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
NumberFormatterSettings.java | 177 * Specifies the grouping strategy to use when formatting numbers. 180 * <li>Default grouping: "12,300" and "1,230" 181 * <li>Grouping with at least 2 digits: "12,300" and "1230" 182 * <li>No grouping: "12300" and "1230" 186 * The exact grouping widths will be chosen based on the locale. 192 * NumberFormatter.with().grouping(Grouper.min2()) 195 * The default is to perform grouping without concern for the minimum grouping digits. 198 * The grouping strategy to use. 206 public T grouping(Grouper grouper) method in class:NumberFormatterSettings [all...] |
/external/tensorflow/tensorflow/contrib/data/python/kernel_tests/ |
bucketing_test.py | 23 from tensorflow.contrib.data.python.ops import grouping 43 grouping.group_by_window(lambda x: x % 2, lambda _, xs: xs.batch(4), 70 grouping.group_by_window(lambda x: x % 3, lambda _, xs: xs.batch(4), 91 grouping.group_by_window(lambda x: x % 2, lambda _, xs: xs.batch(4), 119 grouping.group_by_window(lambda x, _: x % 2, reduce_func, 145 .apply(grouping.group_by_window( 170 grouping.group_by_window(lambda x: x % 3, lambda _, xs: xs.batch(4), 4)) 219 grouping.group_by_window( 254 grouping.group_by_window( 325 grouping.group_by_window [all...] |
/device/linaro/bootloader/edk2/ShellPkg/Application/ShellCTestApp/ |
TestArgv.nsh | 43 # '%' should be processed before grouping parameters
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
MicroProps.java | 29 public Grouper grouping; field in class:MicroProps
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
MicroProps.java | 25 public Grouper grouping; field in class:MicroProps
|
/frameworks/compile/mclinker/include/mcld/LD/ |
Group.h | 15 * \brief Group records the grouping of all regions
|