HomeSort by relevance Sort by last modified time
    Searched full:narrow (Results 26 - 50 of 613) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
narrow_many.pass.cpp 14 // const charT* narrow(const charT* low, const charT*, char dfault, char* to) const;
30 assert(f.narrow(&in[0], in.data() + in.size(), '*', v.data()) == in.data() + in.size());
  /external/llvm/test/MC/ARM/
thumb2-narrow-dp.ll 6 // Assemblers should chose the narrow thumb encoding when possible, i.e.
16 ANDS r2, r2, r1 // Should choose narrow
17 ANDS r2, r1, r2 // Should choose narrow - commutative
21 ANDS r7, r7, r1 // Should use narrow
47 ANDEQ r3, r3, r1 // Should choose narrow
49 ANDEQ r3, r1, r3 // Should choose narrow - commutative
57 ANDEQ r7, r7, r1 // Should use narrow
103 EORS r5, r5, r1 // Should choose narrow
104 EORS r5, r1, r5 // Should choose narrow - commutative
108 EORS r7, r7, r1 // Should use narrow
    [all...]
  /external/pixman/pixman/
pixman-implementation.c 196 pixman_bool_t narrow)
202 switch ((narrow << 1) | component_alpha)
204 case 0: /* not narrow, not component alpha */
208 case 1: /* not narrow, component_alpha */
212 case 2: /* narrow, not component alpha */
216 case 3: /* narrow, component_alpha */
  /bionic/libc/tzcode/
difftime.c 44 ** Punt if uintmax_t is too narrow.
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/
template-params.xml 32 split action bar when running on a device with a narrow display, and show three tabs.
  /external/chromium_org/base/strings/
string_util_constants.cc 34 0x202F, /* Narrow No-Break Space */ \
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtfmtsym.h 217 * Gets narrow era strings. For example: "A" and "B".
220 * @return the narrow era strings.
226 * Sets narrow era strings. For example: "A" and "B".
227 * @param narrowEras Array of narrow era strings (DateFormatSymbols retains ownership.)
284 NARROW,
292 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
304 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
346 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW
357 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW
367 * are no NARROW quarters
    [all...]
  /external/stlport/stlport/stl/
_ios.h 106 inline char narrow(_CharT, char) const ;
145 basic_ios<_CharT, _Traits>::narrow(_CharT __c, char __default) const function in class:basic_ios
146 { return _M_ctype_facet()->narrow(__c, __default); }
156 basic_ios<char, char_traits<char> >::narrow(char __c, char) const function in class:basic_ios
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios.h 106 inline char narrow(_CharT, char) const ;
145 basic_ios<_CharT, _Traits>::narrow(_CharT __c, char __default) const function in class:basic_ios
146 { return _M_ctype_facet()->narrow(__c, __default); }
156 basic_ios<char, char_traits<char> >::narrow(char __c, char) const function in class:basic_ios
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios.h 106 inline char narrow(_CharT, char) const ;
145 basic_ios<_CharT, _Traits>::narrow(_CharT __c, char __default) const function in class:basic_ios
146 { return _M_ctype_facet()->narrow(__c, __default); }
156 basic_ios<char, char_traits<char> >::narrow(char __c, char) const function in class:basic_ios
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios.h 106 inline char narrow(_CharT, char) const ;
145 basic_ios<_CharT, _Traits>::narrow(_CharT __c, char __default) const function in class:basic_ios
146 { return _M_ctype_facet()->narrow(__c, __default); }
156 basic_ios<char, char_traits<char> >::narrow(char __c, char) const function in class:basic_ios
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios.h 106 inline char narrow(_CharT, char) const ;
145 basic_ios<_CharT, _Traits>::narrow(_CharT __c, char __default) const function in class:basic_ios
146 { return _M_ctype_facet()->narrow(__c, __default); }
156 basic_ios<char, char_traits<char> >::narrow(char __c, char) const function in class:basic_ios
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios.h 106 inline char narrow(_CharT, char) const ;
145 basic_ios<_CharT, _Traits>::narrow(_CharT __c, char __default) const function in class:basic_ios
146 { return _M_ctype_facet()->narrow(__c, __default); }
156 basic_ios<char, char_traits<char> >::narrow(char __c, char) const function in class:basic_ios
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ios.h 106 inline char narrow(_CharT, char) const ;
145 basic_ios<_CharT, _Traits>::narrow(_CharT __c, char __default) const function in class:basic_ios
146 { return _M_ctype_facet()->narrow(__c, __default); }
156 basic_ios<char, char_traits<char> >::narrow(char __c, char) const function in class:basic_ios
  /external/icu4c/i18n/unicode/
dtfmtsym.h 218 * Gets narrow era strings. For example: "A" and "B".
221 * @return the narrow era strings.
227 * Sets narrow era strings. For example: "A" and "B".
228 * @param narrowEras Array of narrow era strings (DateFormatSymbols retains ownership.)
285 NARROW,
302 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
314 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
358 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARROW
369 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARROW
379 * are no NARROW quarters
    [all...]
  /external/chromium_org/base/
safe_numerics_unittest.cc 62 // Narrow signed destination.
70 // Narrow unsigned destination.
  /external/stlport/src/
complex_io.cpp 26 // Specializations for narrow characters; lets us avoid the nuisance of
45 // Specialization for narrow characters; lets us avoid widen.
  /external/stlport/test/unit/
ctype_facets_test.cpp 156 //narrow
158 CPPUNIT_ASSERT( ct.narrow('a', 'b') == 'a' );
161 //narrow range
165 ct.narrow(range, range + sizeof(range), 'b', res);
301 //narrow
303 CPPUNIT_CHECK( wct.narrow(L'a', 'b') == L'a' );
306 //narrow range
311 wct.narrow(range, range + sizeof(range) / sizeof(wchar_t), 'b', res);
  /ndk/sources/cxx-stl/stlport/src/
complex_io.cpp 26 // Specializations for narrow characters; lets us avoid the nuisance of
45 // Specialization for narrow characters; lets us avoid widen.
  /ndk/tests/device/test-gnustl-full/unit/
ctype_facets_test.cpp 156 //narrow
158 CPPUNIT_ASSERT( ct.narrow('a', 'b') == 'a' );
161 //narrow range
165 ct.narrow(range, range + sizeof(range), 'b', res);
301 //narrow
303 CPPUNIT_CHECK( wct.narrow(L'a', 'b') == L'a' );
306 //narrow range
311 wct.narrow(range, range + sizeof(range) / sizeof(wchar_t), 'b', res);
  /ndk/tests/device/test-stlport/unit/
ctype_facets_test.cpp 156 //narrow
158 CPPUNIT_ASSERT( ct.narrow('a', 'b') == 'a' );
161 //narrow range
165 ct.narrow(range, range + sizeof(range), 'b', res);
301 //narrow
303 CPPUNIT_CHECK( wct.narrow(L'a', 'b') == L'a' );
306 //narrow range
311 wct.narrow(range, range + sizeof(range) / sizeof(wchar_t), 'b', res);
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/
AndroidManifest.xml 46 display is narrow. In ActionBarCompat this is done by setting the
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/
AndroidManifest.xml 46 display is narrow. In ActionBarCompat this is done by setting the
  /development/samples/browseable/Styled/
AndroidManifest.xml 46 display is narrow. In ActionBarCompat this is done by setting the
  /external/chromium/base/
format_macros.h 40 // GCC will concatenate wide and narrow strings correctly, so nothing needs to

Completed in 1340 milliseconds

12 3 4 5 6 7 8 91011>>