/external/icu4c/test/intltest/ |
tsdtfmsy.cpp | 65 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW}; 90 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols::WIDE, DateFormatSymbols::ABBREVIATED, DateFormatSymbols::NARROW}; 216 const UnicodeString *narrowMonths = en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW); 217 fr.setMonths(narrowMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW); 218 if( *en.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW) != 219 *fr.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW )) { 220 errln("ERROR: setMonths(FORMAT,NARROW) failed"); 237 const UnicodeString *standaloneNarrowMonths = en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW); 238 fr.setMonths(standaloneNarrowMonths, count, DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW); 239 if( *en.getMonths(count,DateFormatSymbols::STANDALONE,DateFormatSymbols::NARROW) != [all...] |
/external/webkit/WebCore/manual-tests/ |
select-narrow-width.html | 3 Select narrow width manual test. 15 (more than 20) items that had narrow widths.
|
select-webkit-appearance-off-narrow-select.html | 14 #narrow-with-border { 39 <select id="narrow-with-border">
|
/external/icu4c/i18n/unicode/ |
dtfmtsym.h | 217 * Gets narrow era strings. For example: A" and "D". 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
|
_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
|
_iosfwd.h | 116 // Typedefs for ordinary (narrow-character) streams.
|
c_locale.h | 101 * For narrow characters, we expose the lookup table interface.
|
_time_facets.c | 407 char __c = _Ct.narrow(*__pat, 0); 411 __c = _Ct.narrow(*__pat++, 0); 414 __c = _Ct.narrow(*__pat++, 0);
|
_bitset.c | 197 char __c = __is.narrow(__c2, '*');
|
/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);
|
/bionic/libc/tzcode/ |
difftime.c | 53 ** Punt if unsigned long is too narrow.
|
/external/gtest/include/gtest/ |
gtest-message.h | 83 // narrow streams. 144 // Since the basic IO manipulators are overloaded for both narrow 170 // Converts the given wide string to a narrow string using the UTF-8 176 // Converts the given wide string to a narrow string using the UTF-8
|
/external/iptables/extensions/ |
libipt_recent.man | 33 \fB--update\fR. When used, this will narrow the match to only happen 39 \fB--update\fR. When used, this will narrow the match to only happen 47 \fB--update\fR. When used, this will narrow the match to only happen
|
/external/icu4c/i18n/ |
dtfmtsym.cpp | 18 * 06/30/05 emmons Added eraNames, narrow month/day, standalone context 184 static const char gNamesNarrowTag[]="narrow"; 569 case NARROW : 587 case NARROW : 630 case NARROW : 648 case NARROW : 678 case NARROW : 696 case NARROW : 813 case NARROW : 840 case NARROW [all...] |
udat.cpp | 391 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); 395 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); 407 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); 419 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); 496 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); 500 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); 512 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); 524 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
|
/external/stlport/stlport/ |
iostream | 59 // wide- and narrow-oriented I/O on the same stream. This implies
|
/frameworks/base/graphics/java/android/renderscript/ |
ProgramVertex.java | 142 // range -1,1 in the narrow axis. 154 // range -1,1 in the narrow axis at z = 0.
|
/frameworks/base/docs/html/guide/tutorials/notepad/ |
notepad-extra-credit.jd | 30 right click in the narrow grey border on the left of the edit window at the
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
notepad-extra-credit.jd | 30 right click in the narrow grey border on the left of the edit window at the
|
/external/icu4c/test/testdata/ |
structLocale.txt | [all...] |
/external/skia/src/opts/ |
SkBlitRow_opts_arm.cpp | 354 "vshrn.i16 d22, q8, #3 \n\t" // shift right and narrow to 5 bits 355 "vshrn.i16 d23, q9, #2 \n\t" // shift right and narrow to 6 bits 356 "vshrn.i16 d24, q10, #3 \n\t" // shift right and narrow to 5 bits 360 "vmovn.i16 d18, q0 \n\t" // narrow to get blue as bytes 364 "vmovn.i16 d16, q0 \n\t" // narrow to get red as bytes 376 "vshrn.i16 d0, q0, #8 \n\t" // shift down red by 8 and narrow 377 "vshrn.i16 d2, q1, #8 \n\t" // shift down green by 8 and narrow 378 "vshrn.i16 d4, q2, #8 \n\t" // shift down blue by 8 and narrow [all...] |
/build/tools/apicheck/src/com/android/apicheck/ |
MethodInfo.java | 117 // the compiler, so this check needs to be quite narrow. A change in 'final'
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
xf86str.h | 114 MODE_HSYNC_NARROW, /* horizontal sync too narrow */ 116 MODE_HBLANK_NARROW, /* horizontal blanking too narrow */ 118 MODE_VSYNC_NARROW, /* vertical sync too narrow */ 120 MODE_VBLANK_NARROW, /* vertical blanking too narrow */ [all...] |