HomeSort by relevance Sort by last modified time
    Searched refs:Grouping (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
winnmfmt.cpp 54 * Turns a string of the form "3;2;0" into the grouping UINT
59 static UINT getGrouping(const char *grouping)
64 for (s = grouping; *s != '\0'; s += 1) {
87 fmt->Grouping = getGrouping(buf);
114 fmt->Grouping = getGrouping(buf);
299 formatInfo.currency.Grouping = 0;
321 formatInfo.number.Grouping = 0;
  /external/icu4c/i18n/
winnmfmt.cpp 54 * Turns a string of the form "3;2;0" into the grouping UINT
59 static UINT getGrouping(const char *grouping)
64 for (s = grouping; *s != '\0'; s += 1) {
87 fmt->Grouping = getGrouping(buf);
114 fmt->Grouping = getGrouping(buf);
299 formatInfo.currency.Grouping = 0;
321 formatInfo.number.Grouping = 0;
  /external/chromium_org/v8/src/extensions/i18n/
number-format.js 120 // Grouping.
  /external/chromium_org/ui/views/controls/table/
table_view_unittest.cc 379 // Assertions around grouping.
380 TEST_F(TableViewTest, Grouping) {
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
rails.php 234 'ActiveSupport::CoreExtensions::Array::Grouping',
  /external/llvm/include/llvm/Support/
CommandLine.h 123 // Grouping - With this option enabled, multiple letter options are allowed to
132 Grouping = 0x03 // Can this option group with other options?
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 345 return O->getFormattingFlag() == cl::Grouping;
402 // This must be a grouped option... handle them now. Grouping options can't
414 "Option can not be cl::Grouping AND cl::ValueRequired!");
419 // Get the next grouping option.
    [all...]

Completed in 3753 milliseconds