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

1 2 3 4 56 7 8 91011>>

  /external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormat_ICU58_Android.java 142 * same as the pattern character; in the U.S. locale, the ',' grouping character is
144 * modified, the grouping character changes. Some special characters affect the behavior
199 * <td>Grouping separator
271 * <p>The <em>grouping separator</em> is a character that separates clusters of integer
273 * locales it separates ten-thousands. The <em>grouping size</em> is the number of digits
274 * between the grouping separators, such as 3 for "100,000,000" or 4 for "1 0000
275 * 0000". There are actually two different grouping sizes: One used for the least
276 * significant integer digits, the <em>primary grouping size</em>, and one used for all
277 * others, the <em>secondary grouping size</em>. In most locales these are the same, but
278 * sometimes they are different. For example, if the primary grouping interval is 3, an
1429 String grouping = currencySignCount == CURRENCY_SIGN_COUNT_ZERO ? local
2466 String grouping = (currencySignCount == CURRENCY_SIGN_COUNT_ZERO) ? local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormat_ICU58_Android.java 141 * same as the pattern character; in the U.S. locale, the ',' grouping character is
143 * modified, the grouping character changes. Some special characters affect the behavior
198 * <td>Grouping separator
270 * <p>The <em>grouping separator</em> is a character that separates clusters of integer
272 * locales it separates ten-thousands. The <em>grouping size</em> is the number of digits
273 * between the grouping separators, such as 3 for "100,000,000" or 4 for "1 0000
274 * 0000". There are actually two different grouping sizes: One used for the least
275 * significant integer digits, the <em>primary grouping size</em>, and one used for all
276 * others, the <em>secondary grouping size</em>. In most locales these are the same, but
277 * sometimes they are different. For example, if the primary grouping interval is 3, an
1439 String grouping = currencySignCount == CURRENCY_SIGN_COUNT_ZERO ? local
2478 String grouping = (currencySignCount == CURRENCY_SIGN_COUNT_ZERO) ? local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
RegionTest.java 41 { "003", "003", null, "GROUPING", null },
68 { "419", "419", null, "GROUPING" , null},
145 { "EU" , "967", null, "GROUPING", null },
268 { "QU" , "967", null, "GROUPING", null },
374 { "QU", "EU", "GROUPING" }, // Alias to a grouping
417 { "419", "419", "GROUPING" }, // Latin America
448 if (r.getType() == Region.RegionType.GROUPING) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
RegionTest.java 38 { "003", "003", null, "GROUPING", null },
65 { "419", "419", null, "GROUPING" , null},
142 { "EU" , "967", null, "GROUPING", null },
265 { "QU" , "967", null, "GROUPING", null },
371 { "QU", "EU", "GROUPING" }, // Alias to a grouping
414 { "419", "419", "GROUPING" }, // Latin America
445 if (r.getType() == Region.RegionType.GROUPING) {
  /external/kotlinc/lib/
kotlin-jslib-sources.jar 
kotlin-stdlib-js-sources.jar 
  /external/libchrome/base/trace_event/
heap_profiler_allocation_context.h 92 // indicates "unknown type". Grouping is done by comparing pointers, not by
94 // string literal in several dynamic libraries, this may distort grouping.
  /external/sonivox/arm-wt-22k/lib_src/
dls.h 191 USHORT usKeyGroup; /* Key grouping for non simultaneous play
220 USHORT usPhaseGroup; /* Phase grouping for locking channels */
  /external/tensorflow/tensorflow/core/util/sparse/
group_iterator.h 59 // Allows grouping and iteration of the SparseTensor according to the
62 // The actual grouping dimensions are stored in the
  /external/python/cpython3/Python/
formatter_unicode.c 397 const char *grouping; member in struct:__anon33601
412 any grouping chars. */
534 to special case it because the grouping code always wants
543 locale->grouping, locale->thousands_sep, &grouping_maxchar);
651 locale->grouping, locale->thousands_sep, NULL);
701 grouping description, either for the current locale if type is
720 locale_info->grouping = locale_data->grouping;
732 locale_info->grouping = "\3"; /* Group every 3 characters. The
736 locale_info->grouping = "\4"; /* Bin/oct/hex group every four. *
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
formatter.h 374 char *grouping; member in struct:__anon4518
387 any grouping chars. */
508 to special case it because the grouping code always wants
515 locale->grouping,
599 locale->grouping, locale->thousands_sep);
635 grouping description, either for the current locale if type is
646 locale_info->grouping = locale_data->grouping;
652 locale_info->grouping = "\3"; /* Group every 3 characters. The
659 locale_info->grouping = no_grouping;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
formatter.h 374 char *grouping; member in struct:__anon4863
387 any grouping chars. */
508 to special case it because the grouping code always wants
515 locale->grouping,
599 locale->grouping, locale->thousands_sep);
635 grouping description, either for the current locale if type is
646 locale_info->grouping = locale_data->grouping;
652 locale_info->grouping = "\3"; /* Group every 3 characters. The
659 locale_info->grouping = no_grouping;
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
NumberFormat.java 481 // * <li>Leading or doubled grouping separators<br>
483 // * <li>Groups of incorrect length when grouping is used<br>
485 // * <li>Grouping separators used in numbers followed by exponents<br>
489 // * When strict parsing is off, leading zeros and all grouping separators are ignored.
    [all...]
  /external/python/cpython2/Objects/stringlib/
formatter.h 374 char *grouping; member in struct:__anon32922
387 any grouping chars. */
508 to special case it because the grouping code always wants
515 locale->grouping,
599 locale->grouping, locale->thousands_sep);
635 grouping description, either for the current locale if type is
646 locale_info->grouping = locale_data->grouping;
652 locale_info->grouping = "\3"; /* Group every 3 characters. The
659 locale_info->grouping = no_grouping
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 70 cl::aliasopt(UndefinedOnly), cl::Grouping);
76 cl::aliasopt(DynamicSyms), cl::Grouping);
81 cl::aliasopt(DefinedOnly), cl::Grouping);
86 cl::aliasopt(ExternalOnly), cl::Grouping);
89 cl::Grouping);
91 cl::Grouping);
93 cl::Grouping);
105 cl::aliasopt(PrintFileName), cl::Grouping);
107 cl::aliasopt(PrintFileName), cl::Grouping);
112 cl::aliasopt(DebugSyms), cl::Grouping);
    [all...]
  /external/aac/libAACenc/src/
block_switch.cpp 262 /* Calculate suggested grouping info for the last frame */
264 /* Reset grouping info */
268 /* Set grouping info */
462 /* Synchronize grouping info */
470 /* Set grouping info */
485 * syncing, use the grouping of channel with higher maxWindowNrg */
508 /* else use grouping of short-block channel */
grp_data.cpp 99 Description: Short block grouping
135 INT offset; /* needed in sfbOffset grouping */
142 /* group energies and thresholds according to grouping */
  /external/icu/icu4c/source/i18n/
decimalformatpattern.cpp 171 // grouping, etc., and then only change the actual object fields if
201 // Process the digits, decimal, and grouping characters. We
205 // digits. The position of the last grouping character is
246 // Grouping separator after decimal
247 debug("Grouping separator after decimal")
278 // Grouping separator in exponential pattern
279 debug("Grouping separator in exponential pattern")
  /external/icu/icu4c/source/test/intltest/
dcfmapts.cpp 116 errln("Grouping size should be 0 for no grouping.");
120 errln("Grouping size should still be 0.");
288 logln((UnicodeString)"Grouping size (should be 2): " + (int32_t) groupingSize);
361 errln("FAIL: Secondary Grouping Size should be 0, not %d\n", pat.getSecondaryGroupingSize());
365 errln("FAIL: Primary Grouping Size should be 3, not %d\n", pat.getGroupingSize());
396 errln("FAIL: Secondary Grouping Size should be 2, not %d\n", pat.getSecondaryGroupingSize());
400 errln("FAIL: Primary Grouping Size should be 3, not %d\n", pat.getGroupingSize());
    [all...]
numbertest_api.cpp 69 TESTCASE_AUTO(grouping);
889 void NumberFormatterApiTest::grouping() { function in class:NumberFormatterApiTest
891 u"Western Grouping",
892 NumberFormatter::with().grouping(Grouper::defaults()),
905 u"Indic Grouping",
906 NumberFormatter::with().grouping(Grouper::defaults()),
919 u"Western Grouping, Wide",
920 NumberFormatter::with().grouping(Grouper::minTwoDigits()),
933 u"Indic Grouping, Wide",
934 NumberFormatter::with().grouping(Grouper::minTwoDigits())
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java 214 int[] grouping = new int[n]; // The group assignment for each point. local
268 grouping[i] = bestIndex;
306 bestGrouping[i] = reassign[grouping[i]];
  /bionic/tests/
locale_test.cpp 26 EXPECT_STREQ("", localeconv()->grouping);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_localemodule.c 53 /* the grouping is terminated by either 0 or CHAR_MAX */
61 /* empty string: no grouping at all */
237 x = copy_grouping(l->grouping);
240 PyDict_SetItemString(result, "grouping", x);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_localemodule.c 53 /* the grouping is terminated by either 0 or CHAR_MAX */
61 /* empty string: no grouping at all */
237 x = copy_grouping(l->grouping);
240 PyDict_SetItemString(result, "grouping", x);
  /external/autotest/frontend/client/src/autotest/tko/
TableView.java 441 GroupingType grouping = getGroupingFromFields( local
443 if (grouping == GroupingType.TEST_GROUPING) {
445 } else if (grouping == GroupingType.STATUS_COUNTS) {
533 * Get grouping currently active for displayed table.

Completed in 1472 milliseconds

1 2 3 4 56 7 8 91011>>