/external/stlport/src/ |
num_put.cpp | 26 // Note that grouping[0] is the number of digits in the *rightmost* group. 31 __insert_grouping_aux(Char* first, Char* last, const string& grouping, 49 int groupsize = 0; // Size of the current group (if grouping.size() == 0, size 53 if ( n < grouping.size() ) { 54 groupsize = __STATIC_CAST(int, grouping[n++] ); 75 const string& grouping, 94 int groupsize = 0; // Size of the current group (if grouping.size() == 0, size 98 if ( n < grouping.size() ) { 99 groupsize = __STATIC_CAST( int, grouping[n++] ); 135 __insert_grouping(char * first, char * last, const string& grouping, [all...] |
/ndk/sources/android/stlport/src/ |
num_put.cpp | 26 // Note that grouping[0] is the number of digits in the *rightmost* group. 31 __insert_grouping_aux(Char* first, Char* last, const string& grouping, 49 int groupsize = 0; // Size of the current group (if grouping.size() == 0, size 53 if ( n < grouping.size() ) { 54 groupsize = __STATIC_CAST(int, grouping[n++] ); 75 const string& grouping, 94 int groupsize = 0; // Size of the current group (if grouping.size() == 0, size 98 if ( n < grouping.size() ) { 99 groupsize = __STATIC_CAST( int, grouping[n++] ); 135 __insert_grouping(char * first, char * last, const string& grouping, [all...] |
/external/stlport/test/unit/ |
num_facets_test.cpp | 46 if (!npct.grouping().empty()) { 75 if (!npct.grouping().empty()) { 90 if (npct.grouping().size() == 1 && npct.grouping()[0] == 3) { 243 CPPUNIT_CHECK( cfacet_byname.grouping() == cfacet.grouping() ); 244 if (!cfacet.grouping().empty())
|
money_facets_test.cpp | 134 if (!intl_fmp.grouping().empty()) { 220 if (!dom_fmp.grouping().empty()) { 552 CPPUNIT_CHECK( cfacet_byname.grouping() == cfacet.grouping() ); 553 if (!cfacet_byname.grouping().empty()) 581 CPPUNIT_CHECK( cfacet_byname.grouping() == cfacet.grouping() ); 582 if (!cfacet_byname.grouping().empty())
|
/ndk/sources/android/stlport/test/unit/ |
num_facets_test.cpp | 46 if (!npct.grouping().empty()) { 75 if (!npct.grouping().empty()) { 90 if (npct.grouping().size() == 1 && npct.grouping()[0] == 3) { 243 CPPUNIT_CHECK( cfacet_byname.grouping() == cfacet.grouping() ); 244 if (!cfacet.grouping().empty())
|
money_facets_test.cpp | 134 if (!intl_fmp.grouping().empty()) { 220 if (!dom_fmp.grouping().empty()) { 552 CPPUNIT_CHECK( cfacet_byname.grouping() == cfacet.grouping() ); 553 if (!cfacet_byname.grouping().empty()) 581 CPPUNIT_CHECK( cfacet_byname.grouping() == cfacet.grouping() ); 582 if (!cfacet_byname.grouping().empty())
|
/external/bison/lib/ |
strtol.c | 238 /* This file defines a function to check for correct grouping. */ 239 # include "grouping.h" 270 /* The numeric grouping specification of the current locale, 272 const char *grouping; local 276 grouping = _NL_CURRENT (LC_NUMERIC, GROUPING); 277 if (*grouping <= 0 || *grouping == CHAR_MAX) 278 grouping = NULL; 288 grouping = NULL [all...] |
/frameworks/base/media/libstagefright/codecs/aacdec/ |
sbr_aliasing_reduction.cpp | 172 Int32 grouping = 0; local 178 /* Calculate grouping*/ 183 if (grouping == 0) 186 grouping = 1; 192 if (grouping) 200 grouping = 0; 206 if (grouping)
|
/external/stlport/stlport/stl/ |
_numpunct.h | 58 string grouping() const { return do_grouping(); } function in class:numpunct 87 string grouping() const { return do_grouping(); } function in class:numpunct
|
_monetary.h | 94 string grouping() const { return do_grouping(); } function in class:moneypunct 134 string grouping() const { return do_grouping(); } function in class:moneypunct 175 string grouping() const { return do_grouping(); } function in class:moneypunct 214 string grouping() const { return do_grouping(); } function in class:moneypunct
|
_monetary.c | 218 string __grouping = __intl ? __punct_intl.grouping() 219 : __punct.grouping(); 341 string __grouping = __intl ? __punct_intl.grouping() 342 : __punct.grouping(); 394 // If grouping is required, we make a copy of __digits and 395 // insert the grouping.
|
_num_get.c | 241 //Here there is no grouping so separator is not important, we just pass the default character. 279 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() ); 281 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() ); 283 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), _IsSigned()); 373 string __grouping = __numpunct.grouping();
|
_num_put.c | 124 __group_pos, __np.grouping()); 207 const string& __grouping = __np.grouping(); 238 const string& __grouping = __np.grouping();
|
/ndk/sources/android/stlport/stlport/stl/ |
_numpunct.h | 58 string grouping() const { return do_grouping(); } function in class:numpunct 87 string grouping() const { return do_grouping(); } function in class:numpunct
|
_monetary.h | 94 string grouping() const { return do_grouping(); } function in class:moneypunct 134 string grouping() const { return do_grouping(); } function in class:moneypunct 175 string grouping() const { return do_grouping(); } function in class:moneypunct 214 string grouping() const { return do_grouping(); } function in class:moneypunct
|
_monetary.c | 218 string __grouping = __intl ? __punct_intl.grouping() 219 : __punct.grouping(); 341 string __grouping = __intl ? __punct_intl.grouping() 342 : __punct.grouping(); 394 // If grouping is required, we make a copy of __digits and 395 // insert the grouping.
|
_num_get.c | 241 //Here there is no grouping so separator is not important, we just pass the default character. 279 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() ); 281 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() ); 283 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), _IsSigned()); 373 string __grouping = __numpunct.grouping();
|
_num_put.c | 124 __group_pos, __np.grouping()); 207 const string& __grouping = __np.grouping(); 238 const string& __grouping = __np.grouping();
|
/external/stlport/src/c_locale_win32/ |
c_locale_win32.c | 194 char *grouping; member in struct:_Locale_numeric 223 char *grouping; member in struct:_Locale_monetary 233 static void __FixGrouping(char *grouping); 416 lnum->grouping = GroupingBuffer; 419 lnum->grouping = (char*)malloc(1); 420 if (!lnum->grouping) { free(lnum); *__err_code = _STLP_LOC_NO_MEMORY; return NULL; } 421 lnum->grouping[0] = 0; 848 { lmon->grouping = NULL; *__err_code = _STLP_LOC_NO_MEMORY; return lmon; } 851 lmon->grouping = GroupingBuffer; [all...] |
/ndk/sources/android/stlport/src/c_locale_win32/ |
c_locale_win32.c | 194 char *grouping; member in struct:_Locale_numeric 223 char *grouping; member in struct:_Locale_monetary 233 static void __FixGrouping(char *grouping); 416 lnum->grouping = GroupingBuffer; 419 lnum->grouping = (char*)malloc(1); 420 if (!lnum->grouping) { free(lnum); *__err_code = _STLP_LOC_NO_MEMORY; return NULL; } 421 lnum->grouping[0] = 0; 848 { lmon->grouping = NULL; *__err_code = _STLP_LOC_NO_MEMORY; return lmon; } 851 lmon->grouping = GroupingBuffer; [all...] |
/external/tremolo/Tremolo/ |
codec_internal.h | 141 int grouping; /* group n vectors per partition */ member in struct:vorbis_info_residue
|
res012.c | 68 info->grouping=oggpack_read(opb,24)+1; 109 int samples_per_partition=info->grouping;
|
/frameworks/base/core/java/com/google/android/util/ |
AbstractMessageParser.java | 1032 private String grouping; // either "tags" or "sets" field in class:AbstractMessageParser.FlickrPhoto 1035 public FlickrPhoto(String user, String photo, String grouping, 1044 this.grouping = grouping; 1049 this.grouping = TAGS; 1056 public String getGrouping() { return grouping; } [all...] |
/external/chromium/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;
|