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

  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 45 static const char *_empty_str = ""; variable
336 { return _empty_str; }
356 { return _empty_str; }
358 { return _empty_str; }
364 { return _empty_str; }
366 { return _empty_str; }
368 { return _empty_str; }
435 { return _empty_str; }
437 { return _empty_str; }
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 45 static const char *_empty_str = ""; variable
340 { return _empty_str; }
367 { return _empty_str; }
369 { return _empty_str; }
375 { return _empty_str; }
377 { return _empty_str; }
379 { return _empty_str; }
446 { return _empty_str; }
448 { return _empty_str; }
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 9 static const char *_empty_str = ""; variable
473 return (_Locale_thousands_sep(__loc) != 0 ) ? (nl_langinfo_l(GROUPING, (locale_t)__loc)) : _empty_str;
536 return (_Locale_mon_thousands_sep( __loc ) != 0 ) ? nl_langinfo_l(MON_GROUPING, (locale_t)__loc) : _empty_str;
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 9 static const char *_empty_str = ""; variable
473 return (_Locale_thousands_sep(__loc) != 0 ) ? (nl_langinfo_l(GROUPING, (locale_t)__loc)) : _empty_str;
536 return (_Locale_mon_thousands_sep( __loc ) != 0 ) ? nl_langinfo_l(MON_GROUPING, (locale_t)__loc) : _empty_str;

Completed in 241 milliseconds