HomeSort by relevance Sort by last modified time
    Searched refs:intl (Results 1 - 25 of 46) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/
types.pass.cpp 25 // static const bool intl = International;
44 test(std::moneypunct<char, false>::intl);
45 test(std::moneypunct<char, true>::intl);
46 test(std::moneypunct<wchar_t, false>::intl);
47 test(std::moneypunct<wchar_t, true>::intl);
  /external/stlport/src/
monetary.cpp 140 const bool moneypunct<char, true>::intl; member in class:moneypunct
141 const bool moneypunct<char, false>::intl; member in class:moneypunct
143 const bool moneypunct<wchar_t, true>::intl; member in class:moneypunct
144 const bool moneypunct<wchar_t, false>::intl; member in class:moneypunct
  /ndk/sources/cxx-stl/stlport/src/
monetary.cpp 140 const bool moneypunct<char, true>::intl; member in class:moneypunct
141 const bool moneypunct<char, false>::intl; member in class:moneypunct
143 const bool moneypunct<wchar_t, true>::intl; member in class:moneypunct
144 const bool moneypunct<wchar_t, false>::intl; member in class:moneypunct
  /external/stlport/test/unit/
alg_test.cpp 248 list<int> intl; local
249 intl.push_front(1);
250 intl.push_front(2);
260 first = find_first_of(intv.begin(), intv.end(), intl.begin(), intl.end());
272 first = find_first_of(intv.begin(), intv.end(), intl.begin(), intl.end());
  /ndk/tests/device/test-gnustl-full/unit/
alg_test.cpp 248 list<int> intl; local
249 intl.push_front(1);
250 intl.push_front(2);
260 first = find_first_of(intv.begin(), intv.end(), intl.begin(), intl.end());
272 first = find_first_of(intv.begin(), intv.end(), intl.begin(), intl.end());
  /ndk/tests/device/test-stlport/unit/
alg_test.cpp 248 list<int> intl; local
249 intl.push_front(1);
250 intl.push_front(2);
260 first = find_first_of(intv.begin(), intv.end(), intl.begin(), intl.end());
272 first = find_first_of(intv.begin(), intv.end(), intl.begin(), intl.end());
  /ndk/sources/android/support/src/musl-locale/
strfmon.c 12 int fill, nogrp, negpar, nosym, left, intl; local
61 intl = *fmt++ == 'i';
  /external/stlport/stlport/stl/
_monetary.h 103 _STLP_STATIC_CONSTANT(bool, intl = true);
143 _STLP_STATIC_CONSTANT(bool, intl = false);
184 _STLP_STATIC_CONSTANT(bool, intl = true);
223 _STLP_STATIC_CONSTANT(bool, intl = false);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 103 _STLP_STATIC_CONSTANT(bool, intl = true);
143 _STLP_STATIC_CONSTANT(bool, intl = false);
184 _STLP_STATIC_CONSTANT(bool, intl = true);
223 _STLP_STATIC_CONSTANT(bool, intl = false);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 103 _STLP_STATIC_CONSTANT(bool, intl = true);
143 _STLP_STATIC_CONSTANT(bool, intl = false);
184 _STLP_STATIC_CONSTANT(bool, intl = true);
223 _STLP_STATIC_CONSTANT(bool, intl = false);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 103 _STLP_STATIC_CONSTANT(bool, intl = true);
143 _STLP_STATIC_CONSTANT(bool, intl = false);
184 _STLP_STATIC_CONSTANT(bool, intl = true);
223 _STLP_STATIC_CONSTANT(bool, intl = false);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 103 _STLP_STATIC_CONSTANT(bool, intl = true);
143 _STLP_STATIC_CONSTANT(bool, intl = false);
184 _STLP_STATIC_CONSTANT(bool, intl = true);
223 _STLP_STATIC_CONSTANT(bool, intl = false);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_monetary.h 103 _STLP_STATIC_CONSTANT(bool, intl = true);
143 _STLP_STATIC_CONSTANT(bool, intl = false);
184 _STLP_STATIC_CONSTANT(bool, intl = true);
223 _STLP_STATIC_CONSTANT(bool, intl = false);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_monetary.h 103 _STLP_STATIC_CONSTANT(bool, intl = true);
143 _STLP_STATIC_CONSTANT(bool, intl = false);
184 _STLP_STATIC_CONSTANT(bool, intl = true);
223 _STLP_STATIC_CONSTANT(bool, intl = false);
  /ndk/sources/android/support/
Android.mk 52 src/musl-locale/intl.c \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets_nonio.h 936 static const bool intl = _Intl; member in class:moneypunct
1270 const bool moneypunct<_CharT, _Intl>::intl; member in class:moneypunct
1312 static const bool intl = _Intl; member in class:moneypunct_byname
1334 const bool moneypunct_byname<_CharT, _Intl>::intl; member in class:moneypunct_byname
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.h 951 static const bool intl = _Intl; member in class:moneypunct
1288 const bool moneypunct<_CharT, _Intl>::intl; member in class:moneypunct
1330 static const bool intl = _Intl; member in class:moneypunct_byname
1352 const bool moneypunct_byname<_CharT, _Intl>::intl; member in class:moneypunct_byname
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.h 951 static const bool intl = _Intl; member in class:moneypunct
1288 const bool moneypunct<_CharT, _Intl>::intl; member in class:moneypunct
1330 static const bool intl = _Intl; member in class:moneypunct_byname
1352 const bool moneypunct_byname<_CharT, _Intl>::intl; member in class:moneypunct_byname
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 936 static const bool intl = _Intl; member in class:moneypunct
1270 const bool moneypunct<_CharT, _Intl>::intl; member in class:moneypunct
1312 static const bool intl = _Intl; member in class:moneypunct_byname
1334 const bool moneypunct_byname<_CharT, _Intl>::intl; member in class:moneypunct_byname
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 936 static const bool intl = _Intl; member in class:moneypunct
1270 const bool moneypunct<_CharT, _Intl>::intl; member in class:moneypunct
1312 static const bool intl = _Intl; member in class:moneypunct_byname
1334 const bool moneypunct_byname<_CharT, _Intl>::intl; member in class:moneypunct_byname
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 936 static const bool intl = _Intl; member in class:moneypunct
1270 const bool moneypunct<_CharT, _Intl>::intl; member in class:moneypunct
1312 static const bool intl = _Intl; member in class:moneypunct_byname
1334 const bool moneypunct_byname<_CharT, _Intl>::intl; member in class:moneypunct_byname
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets_nonio.h 936 static const bool intl = _Intl; member in class:moneypunct
1270 const bool moneypunct<_CharT, _Intl>::intl; member in class:moneypunct
1312 static const bool intl = _Intl; member in class:moneypunct_byname
1334 const bool moneypunct_byname<_CharT, _Intl>::intl; member in class:moneypunct_byname
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.h 951 static const bool intl = _Intl; member in class:moneypunct
1288 const bool moneypunct<_CharT, _Intl>::intl; member in class:moneypunct
1330 static const bool intl = _Intl; member in class:moneypunct_byname
1352 const bool moneypunct_byname<_CharT, _Intl>::intl; member in class:moneypunct_byname
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets_nonio.h 951 static const bool intl = _Intl; member in class:moneypunct
1288 const bool moneypunct<_CharT, _Intl>::intl; member in class:moneypunct
1330 static const bool intl = _Intl; member in class:moneypunct_byname
1352 const bool moneypunct_byname<_CharT, _Intl>::intl; member in class:moneypunct_byname
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.h 951 static const bool intl = _Intl; member in class:moneypunct
1288 const bool moneypunct<_CharT, _Intl>::intl; member in class:moneypunct
1330 static const bool intl = _Intl; member in class:moneypunct_byname
1352 const bool moneypunct_byname<_CharT, _Intl>::intl; member in class:moneypunct_byname
    [all...]

Completed in 893 milliseconds

1 2