/external/icu4c/i18n/ |
dtfmtsym.cpp | 18 * 06/30/05 emmons Added eraNames, narrow month/day, standalone context 167 static const char gNamesNarrowTag[]="narrow"; 567 case NARROW : 586 case NARROW : 633 case NARROW : 655 case NARROW : 686 case NARROW : 705 case NARROW : 829 case NARROW : 856 case NARROW [all...] |
udat.cpp | 486 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); 494 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); 506 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); 522 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); 600 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); 608 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); 620 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); 636 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
dtfmtsym.cpp | 18 * 06/30/05 emmons Added eraNames, narrow month/day, standalone context 186 static const char gNamesNarrowTag[]="narrow"; 571 case NARROW : 589 case NARROW : 632 case NARROW : 650 case NARROW : 680 case NARROW : 698 case NARROW : 815 case NARROW : 842 case NARROW [all...] |
udat.cpp | 438 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); 442 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); 454 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); 466 res = syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); 543 syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); 547 syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW); 559 syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW); 571 syms->getWeekdays(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::NARROW);
|
/external/chromium_org/tools/win/split_link/ |
split_link.cc | 209 string narrow(reinterpret_cast<char*>(data), length); 210 flag_found = narrow.find("/splitlink") != narrow.npos;
|
/external/chromium_org/testing/gtest/include/gtest/ |
gtest-message.h | 88 // narrow streams. 159 // Since the basic IO manipulators are overloaded for both narrow 181 // Converts the given wide string to a narrow string using the UTF-8 187 // Converts the given wide string to a narrow string using the UTF-8
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
StringView.h | 61 void narrow(unsigned offset, unsigned length) function in class:WTF::StringView
|
/external/chromium_org/third_party/libusb/src/msvc/ |
missing.c | 75 usbi_dbg("Failed to convert environment variable value to narrow string");
|
/external/stlport/stlport/ |
iostream | 59 // wide- and narrow-oriented I/O on the same stream. This implies
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra_s.s | 235 VSHRN dPredQP1,qtempPred1,#0 ;// narrow qtempPred1[i] to 16 bits 241 VSHRN dtempPred1,qtempPred1,#0 ;// narrow qtempPred1[i] to 16 bits 269 VSHRN dPredQP1,qtempPred1,#0 ;// narrow qtempPred1[i] to 16 bits 277 VSHRN dtempPred1,qtempPred1,#0 ;// narrow qtempPred1[i] to 16 bits
|
/ndk/sources/cxx-stl/stlport/stlport/ |
iostream | 59 // wide- and narrow-oriented I/O on the same stream. This implies
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
gtest-message.h | 88 // narrow streams. 159 // Since the basic IO manipulators are overloaded for both narrow 181 // Converts the given wide string to a narrow string using the UTF-8 187 // Converts the given wide string to a narrow string using the UTF-8
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/ |
iostream | 59 // wide- and narrow-oriented I/O on the same stream. This implies
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/ |
iostream | 59 // wide- and narrow-oriented I/O on the same stream. This implies
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/ |
iostream | 59 // wide- and narrow-oriented I/O on the same stream. This implies
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/ |
iostream | 59 // wide- and narrow-oriented I/O on the same stream. This implies
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/ |
iostream | 59 // wide- and narrow-oriented I/O on the same stream. This implies
|
/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);
|
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 121 VSHRN, // ...right narrow 126 VRSHRN, // ...right narrow 132 VQSHRNs, // ...right narrow (signed) 133 VQSHRNu, // ...right narrow (unsigned) 134 VQSHRNsu, // ...right narrow (signed to unsigned) 137 VQRSHRNs, // ...right narrow (signed) 138 VQRSHRNu, // ...right narrow (unsigned) 139 VQRSHRNsu, // ...right narrow (signed to unsigned)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
basic_ios.h | 404 * @param c The character to narrow. 405 * @param dfault The character to narrow. 413 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault) 420 narrow(char_type __c, char __dfault) const function in class:basic_ios 421 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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); }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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); }
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_ios.h | 404 * @param c The character to narrow. 405 * @param dfault The character to narrow. 413 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault) 420 narrow(char_type __c, char __dfault) const function in class:basic_ios 421 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
basic_ios.h | 404 * @param c The character to narrow. 405 * @param dfault The character to narrow. 413 * std::use_facet<ctype<char_type> >(getloc()).narrow(c,dfault) 420 narrow(char_type __c, char __dfault) const function in class:basic_ios 421 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
|