Home
last modified time | relevance | path

Searched refs:narrow (Results 1 - 20 of 20) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DtypePredicateFreshLiteralWidening.js10 <TNarrow extends TWide>(narrow: Narrow<TNarrow>) =>
11 narrow;
32 return function (narrow) {
33 return narrow;
H A DinstanceofNarrowReadonlyArray.js4 function narrow(x: readonly number[] | number): readonly number[] {
14 function narrow(x) { function
/third_party/python/Modules/
H A Dposixmodule.c1054 * path.narrow
1079 * At most one of path.wide or path.narrow will be non-NULL.
1082 * both path.wide and path.narrow will be NULL
1106 BOOL narrow; member
1108 const char *narrow; member
1143 const char *narrow; in path_converter() local
1169 path->narrow = FALSE; in path_converter()
1171 path->narrow = NULL; in path_converter()
1240 path->narrow = FALSE; in path_converter()
1283 path->narrow in path_converter()
[all...]
H A Dgetpath.c479 const char *narrow = NULL;
484 narrow = Py_EncodeLocale(path, NULL);
485 if (!narrow) {
489 if (lstat(narrow, &st)) {
506 PyMem_Free((void *)narrow);
606 /* Add a narrow string constant to the dict, using default locale decoding */
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DAnyScriptTest.java103 * Check to make sure that wide characters are converted when going to narrow scripts.
108 Transliterator narrow = Transliterator.getInstance("fullwidth-halfwidth"); in TestForWidth()
119 back = narrow.transform(wideLettersAndSpace); in TestForWidth()
120 assertEquals("Should be narrow", lettersAndSpace, back); in TestForWidth()
121 back = narrow.transform(widePunctOnly); in TestForWidth()
122 assertEquals("Should be narrow", punctOnly, back); in TestForWidth()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DAnyScriptTest.java100 * Check to make sure that wide characters are converted when going to narrow scripts.
105 Transliterator narrow = Transliterator.getInstance("fullwidth-halfwidth"); in TestForWidth()
116 back = narrow.transform(wideLettersAndSpace); in TestForWidth()
117 assertEquals("Should be narrow", lettersAndSpace, back); in TestForWidth()
118 back = narrow.transform(widePunctOnly); in TestForWidth()
119 assertEquals("Should be narrow", punctOnly, back); in TestForWidth()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
H A DPseudoLocalesTest.java32 CldrPath narrow = in testExpansion()
33 ldmlPath("dates/fields/field[@type=\"sun-narrow\"]/relative[@type=\"0\"]"); in testExpansion()
42 value(narrow, "Skipped")) in testExpansion()
/third_party/ffmpeg/libavcodec/arm/
H A Dh264qpel_neon.S32 .macro lowpass_8 r0, r1, r2, r3, d0, d1, narrow=1
33 .if \narrow
60 .if \narrow
68 .macro lowpass_8_1 r0, r1, d0, narrow=1
69 .if \narrow
84 .if \narrow
397 lowpass_8 d0, d1, d16, d17, q11, q12, narrow=0
402 lowpass_8_1 d0, d1, q12, narrow=0
H A Dvp8dsp_neon.S339 vqmovn.s16 d20, q10 @ narrow result back into q10
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.cpp78 return narrow(value); in get_env_var()
365 std::string file_name_utf8 = narrow(fd.cFileName); in delete_folder_contents()
634 std::string narrow(const std::wstring& utf16) { in narrow() function
H A Dtest_util.h289 std::string narrow(const std::wstring& utf16);
/third_party/ffmpeg/libavcodec/aarch64/
H A Dh264qpel_neon.S34 .macro lowpass_8 r0, r1, r2, r3, d0, d1, narrow=1
55 .if \narrow
62 .macro lowpass_8_v r0, r1, r2, r3, r4, r5, r6, d0, d1, narrow=1
73 .if \narrow
104 .macro lowpass_8_1 r0, r1, d0, narrow=1
115 .if \narrow
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc2181 VectorFormat narrow = VectorFormatHalfWidth(wide); in AssembleArchInstruction() local
2183 i.InputSimd128Register(0).Format(narrow)); in AssembleArchInstruction()
2188 VectorFormat narrow = VectorFormatHalfWidthDoubleLanes(wide); in AssembleArchInstruction() local
2190 i.InputSimd128Register(0).Format(narrow)); in AssembleArchInstruction()
2195 VectorFormat narrow = VectorFormatHalfWidth(wide); in AssembleArchInstruction() local
2197 i.InputSimd128Register(0).Format(narrow)); in AssembleArchInstruction()
2202 VectorFormat narrow = VectorFormatHalfWidthDoubleLanes(wide); in AssembleArchInstruction() local
2204 i.InputSimd128Register(0).Format(narrow)); in AssembleArchInstruction()
/third_party/icu/icu4c/source/i18n/
H A Dreldatefmt.cpp353 if (len >= 7 && uprv_strcmp(s + len - 7, "-narrow") == 0) { in styleFromString()
375 static const UChar narrow[7] = {0x002D, 0x006E, 0x0061, 0x0072, 0x0072, 0x006F, 0x0077}; in styleFromAliasUnicodeString() local
377 if (s.endsWith(narrow, 7)) { in styleFromAliasUnicodeString()
/third_party/node/deps/icu-small/source/i18n/
H A Dreldatefmt.cpp353 if (len >= 7 && uprv_strcmp(s + len - 7, "-narrow") == 0) { in styleFromString()
375 static const char16_t narrow[7] = {0x002D, 0x006E, 0x0061, 0x0072, 0x0072, 0x006F, 0x0077}; in styleFromAliasUnicodeString() local
377 if (s.endsWith(narrow, 7)) { in styleFromAliasUnicodeString()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dreldatefmt.cpp367 if (len >= 7 && uprv_strcmp(s + len - 7, "-narrow") == 0) { in styleFromString()
389 static const UChar narrow[7] = {0x002D, 0x006E, 0x0061, 0x0072, 0x0072, 0x006F, 0x0077}; in styleFromAliasUnicodeString() local
391 if (s.endsWith(narrow, 7)) { in styleFromAliasUnicodeString()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/poly1305/
H A Dpoly1305-armv4.S903 vshrn.u64 d30,q5,#26 @ re-narrow
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/poly1305/
H A Dpoly1305-armv4.S903 vshrn.u64 d30,q5,#26 @ re-narrow
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex6293 % Amount to narrow the margins by for @lisp.
6327 % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins; it will
6364 % Flag to tell @lisp, etc., not to narrow margin.
6504 % @format/@smallformat: same as @display except don't narrow margins.
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp28042 narrow(char_type __c, char __dfault) const
28046 narrow(const char_type* __lo, const char_type* __hi,
28243 narrow(char_type __c, char __dfault) const
28254 narrow(const char_type* __lo, const char_type* __hi,
30685 narrow(char_type __c, char __dfault) const
30686 { return __check_facet(_M_ctype).narrow(__c, __dfault); }
[all...]

Completed in 58 milliseconds