OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Grouping
(Results
1 - 6
of
6
) 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/libvpx/libvpx/examples/includes/geshi/geshi/
rails.php
234
'ActiveSupport::CoreExtensions::Array::
Grouping
',
/external/chromium_org/ui/views/controls/table/
table_view_unittest.cc
427
// Assertions around
grouping
.
428
TEST_F(TableViewTest,
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 280 milliseconds