HomeSort by relevance Sort by last modified time
    Searched defs:__ns (Results 1 - 2 of 2) sorted by null

  /external/stlport/stlport/stl/
_monetary.c 144 string_type __ns = __intl ? __punct_intl.negative_sign() local
179 if (__ns.empty()) {
188 if (__ns.empty())
190 if (*__s == __ns[0]) {
201 if (__ns.empty())
203 if (*__s == __ns[0]) {
256 if (__ns.size() > 1) {
258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end());
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 144 string_type __ns = __intl ? __punct_intl.negative_sign() local
179 if (__ns.empty()) {
188 if (__ns.empty())
190 if (*__s == __ns[0]) {
201 if (__ns.empty())
203 if (*__s == __ns[0]) {
256 if (__ns.size() > 1) {
258 __result = __get_string(__s, __end, __ns.begin() + 1, __ns.end());

Completed in 158 milliseconds