Home
last modified time | relevance | path

Searched defs:narrow (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/boost/nowide/
Dconvert.hpp24 inline char* narrow(char* output, size_t output_size, const wchar_t* begin, const wchar_t* end) in narrow() function
35 inline char* narrow(char* output, size_t output_size, const wchar_t* source) in narrow() function
70 inline std::string narrow(const wchar_t* s, size_t count) in narrow() function
80 inline std::string narrow(const wchar_t* s) in narrow() function
90 inline std::string narrow(const std::wstring& s) in narrow() function
/third_party/typescript/tests/cases/compiler/
DinstanceofNarrowReadonlyArray.ts3 function narrow(x: readonly number[] | number): readonly number[] { function
/third_party/boost/boost/property_tree/detail/
Dptree_utils.hpp71 Str narrow(const char_type *text) in narrow() function
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
DPseudoLocalesTest.java32 CldrPath narrow = in testExpansion() local
/third_party/ffmpeg/libavcodec/aarch64/
Dh264qpel_neon.S34 .macro lowpass_8 r0, r1, r2, r3, d0, d1, narrow=1
86 .macro lowpass_8_1 r0, r1, d0, narrow=1
/third_party/boost/boost/format/detail/
Dworkarounds_gcc-2_95.hpp76 char narrow(char c, char def) { return c; } in narrow() function in std::basic_ios
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DAnyScriptTest.java108 Transliterator narrow = Transliterator.getInstance("fullwidth-halfwidth"); in TestForWidth() local
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DAnyScriptTest.java105 Transliterator narrow = Transliterator.getInstance("fullwidth-halfwidth"); in TestForWidth() local
/third_party/ffmpeg/libavcodec/arm/
Dh264qpel_neon.S32 .macro lowpass_8 r0, r1, r2, r3, d0, d1, narrow=1
68 .macro lowpass_8_1 r0, r1, d0, narrow=1
Dvc1dsp_neon.S713 …acro mspel_filter acc dest src0 src1 src2 src3 filter_a filter_b filter_c filter_d reg_a reg_b reg…
/third_party/pixman/pixman/
Dpixman-implementation.c196 pixman_bool_t narrow) in _pixman_implementation_lookup_combiner()
/third_party/boost/boost/static_string/
Dstatic_string.hpp495 const long long narrow = in to_static_string_float_impl() local
524 const long long narrow = in to_static_string_float_impl() local
555 const long long narrow = in to_static_wstring_float_impl() local
592 const long long narrow = in to_static_wstring_float_impl() local
/third_party/boost/boost/log/expressions/
Dformatter.hpp211 …BOOST_FORCEINLINE char narrow(char_type ch, char def) const { return this->get().narrow(ch, def); } in narrow() function in boost::expressions::aux::stream_ref
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dreldatefmt.cpp373 static const UChar narrow[7] = {0x002D, 0x006E, 0x0061, 0x0072, 0x0072, 0x006F, 0x0077}; in styleFromAliasUnicodeString() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dreldatefmt.cpp389 static const UChar narrow[7] = {0x002D, 0x006E, 0x0061, 0x0072, 0x0072, 0x006F, 0x0077}; in styleFromAliasUnicodeString() local
/third_party/icu/icu4c/source/i18n/
Dreldatefmt.cpp389 static const UChar narrow[7] = {0x002D, 0x006E, 0x0061, 0x0072, 0x0072, 0x006F, 0x0077}; in styleFromAliasUnicodeString() local
/third_party/flutter/skia/dm/
DDM.cpp984 auto narrow = SkColorSpace::MakeRGB(SkNamedTransferFn::k2Dot2, gNarrow_toXYZD50), in create_sink() local
/third_party/node/deps/icu-small/source/i18n/
Dreldatefmt.cpp389 static const UChar narrow[7] = {0x002D, 0x006E, 0x0061, 0x0072, 0x0072, 0x006F, 0x0077}; in styleFromAliasUnicodeString() local
/third_party/boost/boost/log/utility/
Dformatting_ostream.hpp356 char narrow(char_type ch, char def) const { return m_stream.narrow(ch, def); } in narrow() function in boost::basic_formatting_ostream
/third_party/python/Modules/
Dposixmodule.c1096 BOOL narrow; member
1098 const char *narrow; member
1133 const char *narrow; in path_converter() local