HomeSort by relevance Sort by last modified time
    Searched defs:narrow (Results 26 - 48 of 48) sorted by null

12

  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ctype.h 106 char narrow(char __c, char __dfault) const { function in class:ctype
109 const char* narrow(const char* __low, const char* __high, function in class:ctype
211 char narrow(wchar_t __c, char __dfault) const function in class:ctype
213 const wchar_t* narrow(const wchar_t* __low, const wchar_t* __high, function in class:ctype
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
basic_ios.h 406 * @param c The character to narrow.
407 * @param dfault The character to narrow.
415 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
422 narrow(char_type __c, char __dfault) const function in class:basic_ios
423 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
locale_facets.h 310 * @brief Narrow char_type to char
325 narrow(char_type __c, char __dfault) const function in class:__ctype_abstract_base
329 * @brief Narrow array to char array
347 narrow(const char_type* __lo, const char_type* __hi, function in class:__ctype_abstract_base
541 * @brief Narrow char_type to char
562 * @brief Narrow char_type array to char
906 * @brief Narrow char
924 narrow(char_type __c, char __dfault) const function in class:ctype
935 * @brief Narrow char array
957 narrow(const char_type* __lo, const char_type* __hi, function in class:ctype
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
basic_ios.h 406 * @param __c The character to narrow.
407 * @param __dfault The character to narrow.
415 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
422 narrow(char_type __c, char __dfault) const function in class:basic_ios
423 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
locale_facets.h 311 * @brief Narrow char_type to char
326 narrow(char_type __c, char __dfault) const function in class:__ctype_abstract_base
330 * @brief Narrow array to char array
348 narrow(const char_type* __lo, const char_type* __hi, function in class:__ctype_abstract_base
541 * @brief Narrow char_type to char
562 * @brief Narrow char_type array to char
907 * @brief Narrow char
925 narrow(char_type __c, char __dfault) const function in class:ctype
958 narrow(const char_type* __lo, const char_type* __hi, function in class:ctype
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
basic_ios.h 408 * @param __c The character to narrow.
409 * @param __dfault The character to narrow.
417 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault)
424 narrow(char_type __c, char __dfault) const function in class:basic_ios
425 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
locale_facets.h 309 * @brief Narrow char_type to char
324 narrow(char_type __c, char __dfault) const function in class:__ctype_abstract_base
328 * @brief Narrow array to char array
346 narrow(const char_type* __lo, const char_type* __hi, function in class:__ctype_abstract_base
539 * @brief Narrow char_type to char
560 * @brief Narrow char_type array to char
905 * @brief Narrow char
923 narrow(char_type __c, char __dfault) const function in class:ctype
956 narrow(const char_type* __lo, const char_type* __hi, function in class:ctype
    [all...]
  /external/chromium/base/
values_unittest.cc 129 scoped_ptr<Value> narrow_value(Value::CreateStringValue("narrow"));
138 std::string narrow = "http://google.com"; local
140 ASSERT_TRUE(narrow_value->GetAsString(&narrow));
142 ASSERT_EQ(std::string("narrow"), narrow);
143 ASSERT_EQ(ASCIIToUTF16("narrow"), utf16);
145 ASSERT_TRUE(utf16_value->GetAsString(&narrow));
147 ASSERT_EQ(std::string("utf16"), narrow);
  /external/chromium_org/base/
values_unittest.cc 134 scoped_ptr<Value> narrow_value(new StringValue("narrow"));
142 std::string narrow = "http://google.com"; local
144 ASSERT_TRUE(narrow_value->GetAsString(&narrow));
146 ASSERT_EQ(std::string("narrow"), narrow);
147 ASSERT_EQ(ASCIIToUTF16("narrow"), utf16);
149 ASSERT_TRUE(utf16_value->GetAsString(&narrow));
151 ASSERT_EQ(std::string("utf16"), narrow);
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 1339 android_native_rect_t narrow = {0, 0, 400, 300}; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets.h 309 * @brief Narrow char_type to char
324 narrow(char_type __c, char __dfault) const function in class:__ctype_abstract_base
328 * @brief Narrow array to char array
346 narrow(const char_type* __lo, const char_type* __hi, function in class:__ctype_abstract_base
540 * @brief Narrow char_type to char
561 * @brief Narrow char_type array to char
905 * @brief Narrow char
923 narrow(char_type __c, char __dfault) const function in class:ctype
934 * @brief Narrow char array
956 narrow(const char_type* __lo, const char_type* __hi, function in class:ctype
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets.h 310 * @brief Narrow char_type to char
325 narrow(char_type __c, char __dfault) const function in class:__ctype_abstract_base
329 * @brief Narrow array to char array
347 narrow(const char_type* __lo, const char_type* __hi, function in class:__ctype_abstract_base
541 * @brief Narrow char_type to char
562 * @brief Narrow char_type array to char
906 * @brief Narrow char
924 narrow(char_type __c, char __dfault) const function in class:ctype
935 * @brief Narrow char array
957 narrow(const char_type* __lo, const char_type* __hi, function in class:ctype
    [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.h 310 * @brief Narrow char_type to char
325 narrow(char_type __c, char __dfault) const function in class:__ctype_abstract_base
329 * @brief Narrow array to char array
347 narrow(const char_type* __lo, const char_type* __hi, function in class:__ctype_abstract_base
541 * @brief Narrow char_type to char
562 * @brief Narrow char_type array to char
906 * @brief Narrow char
924 narrow(char_type __c, char __dfault) const function in class:ctype
935 * @brief Narrow char array
957 narrow(const char_type* __lo, const char_type* __hi, function in class:ctype
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 309 * @brief Narrow char_type to char
324 narrow(char_type __c, char __dfault) const function in class:__ctype_abstract_base
328 * @brief Narrow array to char array
346 narrow(const char_type* __lo, const char_type* __hi, function in class:__ctype_abstract_base
540 * @brief Narrow char_type to char
561 * @brief Narrow char_type array to char
905 * @brief Narrow char
923 narrow(char_type __c, char __dfault) const function in class:ctype
934 * @brief Narrow char array
956 narrow(const char_type* __lo, const char_type* __hi, function in class:ctype
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 309 * @brief Narrow char_type to char
324 narrow(char_type __c, char __dfault) const function in class:__ctype_abstract_base
328 * @brief Narrow array to char array
346 narrow(const char_type* __lo, const char_type* __hi, function in class:__ctype_abstract_base
540 * @brief Narrow char_type to char
561 * @brief Narrow char_type array to char
905 * @brief Narrow char
923 narrow(char_type __c, char __dfault) const function in class:ctype
934 * @brief Narrow char array
956 narrow(const char_type* __lo, const char_type* __hi, function in class:ctype
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 309 * @brief Narrow char_type to char
324 narrow(char_type __c, char __dfault) const function in class:__ctype_abstract_base
328 * @brief Narrow array to char array
346 narrow(const char_type* __lo, const char_type* __hi, function in class:__ctype_abstract_base
540 * @brief Narrow char_type to char
561 * @brief Narrow char_type array to char
905 * @brief Narrow char
923 narrow(char_type __c, char __dfault) const function in class:ctype
934 * @brief Narrow char array
956 narrow(const char_type* __lo, const char_type* __hi, function in class:ctype
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets.h 309 * @brief Narrow char_type to char
324 narrow(char_type __c, char __dfault) const function in class:__ctype_abstract_base
328 * @brief Narrow array to char array
346 narrow(const char_type* __lo, const char_type* __hi, function in class:__ctype_abstract_base
540 * @brief Narrow char_type to char
561 * @brief Narrow char_type array to char
905 * @brief Narrow char
923 narrow(char_type __c, char __dfault) const function in class:ctype
934 * @brief Narrow char array
956 narrow(const char_type* __lo, const char_type* __hi, function in class:ctype
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 310 * @brief Narrow char_type to char
325 narrow(char_type __c, char __dfault) const function in class:__ctype_abstract_base
329 * @brief Narrow array to char array
347 narrow(const char_type* __lo, const char_type* __hi, function in class:__ctype_abstract_base
541 * @brief Narrow char_type to char
562 * @brief Narrow char_type array to char
906 * @brief Narrow char
924 narrow(char_type __c, char __dfault) const function in class:ctype
935 * @brief Narrow char array
957 narrow(const char_type* __lo, const char_type* __hi, function in class:ctype
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h 311 * @brief Narrow char_type to char
326 narrow(char_type __c, char __dfault) const function in class:__ctype_abstract_base
330 * @brief Narrow array to char array
348 narrow(const char_type* __lo, const char_type* __hi, function in class:__ctype_abstract_base
541 * @brief Narrow char_type to char
562 * @brief Narrow char_type array to char
907 * @brief Narrow char
925 narrow(char_type __c, char __dfault) const function in class:ctype
958 narrow(const char_type* __lo, const char_type* __hi, function in class:ctype
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
celt_encoder.c 568 int narrow; local
572 /* band is too narrow to be split down to LM=-1 */
573 narrow = (m->eBands[i+1]-m->eBands[i])==1;
583 if (isTransient && !narrow)
596 for (k=0;k<LM+!(isTransient||narrow);k++)
624 if (narrow && (metric[i]==0 || metric[i]==-2*LM))
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 14079 IROp narrow = Iop_INVALID; local
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 1104 milliseconds

12