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

  /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/libvpx/libvpx/examples/includes/geshi/geshi/
rails.php 234 'ActiveSupport::CoreExtensions::Array::Grouping',
  /external/llvm/include/llvm/Support/
CommandLine.h 122 // Grouping - With this option enabled, multiple letter options are allowed to
131 Grouping = 0x03 // Can this option group with other options?
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 332 return O->getFormattingFlag() == cl::Grouping;
389 // This must be a grouped option... handle them now. Grouping options can't
401 "Option can not be cl::Grouping AND cl::ValueRequired!");
406 // Get the next grouping option.
    [all...]

Completed in 1841 milliseconds