Home
last modified time | relevance | path

Searched refs:Trim (Results 1 – 25 of 70) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DtailRecursiveConditionalTypes.js2 type Trim<S extends string> =
3 S extends ` ${infer T}` ? Trim<T> :
4 S extends `${infer T} ` ? Trim<T> :
7 type T10 = Trim<' …
8 type T11 = Trim<' hello …
36 type Trim<S extends string> = S extends ` ${infer T}` ? Trim<T> : S extends `${infer T} ` ? Trim<T>…
37 type T10 = Trim<' …
38 type T11 = Trim<' hello …
DtailRecursiveConditionalTypes.symbols2 type Trim<S extends string> =
3 >Trim : Symbol(Trim, Decl(tailRecursiveConditionalTypes.ts, 0, 0))
6 S extends ` ${infer T}` ? Trim<T> :
9 >Trim : Symbol(Trim, Decl(tailRecursiveConditionalTypes.ts, 0, 0))
12 S extends `${infer T} ` ? Trim<T> :
15 >Trim : Symbol(Trim, Decl(tailRecursiveConditionalTypes.ts, 0, 0))
21 type T10 = Trim<' …
23 >Trim : Symbol(Trim, Decl(tailRecursiveConditionalTypes.ts, 0, 0))
25 type T11 = Trim<' hello …
27 >Trim : Symbol(Trim, Decl(tailRecursiveConditionalTypes.ts, 0, 0))
DtailRecursiveConditionalTypes.types2 type Trim<S extends string> =
3 >Trim : Trim<S>
5 S extends ` ${infer T}` ? Trim<T> :
6 S extends `${infer T} ` ? Trim<T> :
9 type T10 = Trim<' …
12 type T11 = Trim<' hello …
DtemplateLiteralTypes1.js111 type Trim<S extends string> =
112 S extends ` ${infer T}` ? Trim<T> :
113 S extends `${infer T} ` ? Trim<T> :
116 type TR1 = Trim<'xx '>; // 'xx'
117 type TR2 = Trim<' xx'>; // 'xx'
118 type TR3 = Trim<' xx '>; // 'xx'
DtemplateLiteralTypes1.symbols374 type Trim<S extends string> =
375 >Trim : Symbol(Trim, Decl(templateLiteralTypes1.ts, 105, 32))
378 S extends ` ${infer T}` ? Trim<T> :
381 >Trim : Symbol(Trim, Decl(templateLiteralTypes1.ts, 105, 32))
384 S extends `${infer T} ` ? Trim<T> :
387 >Trim : Symbol(Trim, Decl(templateLiteralTypes1.ts, 105, 32))
393 type TR1 = Trim<'xx '>; // 'xx'
395 >Trim : Symbol(Trim, Decl(templateLiteralTypes1.ts, 105, 32))
397 type TR2 = Trim<' xx'>; // 'xx'
399 >Trim : Symbol(Trim, Decl(templateLiteralTypes1.ts, 105, 32))
[all …]
DtemplateLiteralTypes1.errors.txt129 type Trim<S extends string> =
130 S extends ` ${infer T}` ? Trim<T> :
131 S extends `${infer T} ` ? Trim<T> :
134 type TR1 = Trim<'xx '>; // 'xx'
135 type TR2 = Trim<' xx'>; // 'xx'
136 type TR3 = Trim<' xx '>; // 'xx'
DtemplateLiteralTypes1.types225 type Trim<S extends string> =
226 >Trim : Trim<S>
228 S extends ` ${infer T}` ? Trim<T> :
229 S extends `${infer T} ` ? Trim<T> :
232 type TR1 = Trim<'xx '>; // 'xx'
235 type TR2 = Trim<' xx'>; // 'xx'
238 type TR3 = Trim<' xx '>; // 'xx'
/third_party/typescript/tests/cases/compiler/
DtailRecursiveConditionalTypes.ts4 type Trim<S extends string> = alias
5 S extends ` ${infer T}` ? Trim<T> :
6 S extends `${infer T} ` ? Trim<T> :
9 type T10 = Trim<' …
10 type T11 = Trim<' hello …
/third_party/skia/third_party/externals/icu/source/data/locales/
Dro_MD.txt122 "Trim. 1",
123 "Trim. 2",
124 "Trim. 3",
125 "Trim. 4",
/third_party/icu/icu4c/source/data/locales/
Dro_MD.txt122 "Trim. 1",
123 "Trim. 2",
124 "Trim. 3",
125 "Trim. 4",
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypes1.ts113 type Trim<S extends string> = alias
114 S extends ` ${infer T}` ? Trim<T> :
115 S extends `${infer T} ` ? Trim<T> :
118 type TR1 = Trim<'xx '>; // 'xx'
119 type TR2 = Trim<' xx'>; // 'xx'
120 type TR3 = Trim<' xx '>; // 'xx'
/third_party/libphonenumber/resources/geocoding/en/
D353.txt104 353463|Navan/Kells/Trim/Edenderry/Enfield
105 353464|Trim
114 3534694|Trim
119 3534699|Navan/Kells/Trim/Edenderry/Enfield
/third_party/gn/src/gn/
Dohos_components_checker.cc43 static std::string &Trim(std::string &s) in Trim() function
217 auto res_second = std::find(res->second.begin(), res->second.end(), Trim(deps_str)); in InterceptInnerApiPublicDepsInner()
254 auto res_second = std::find(res->second.begin(), res->second.end(), Trim(includes_str)); in InterceptIncludesAbsoluteDepsOther()
272 auto res_second = std::find(res->second.begin(), res->second.end(), Trim(deps_str)); in InterceptTargetAbsoluteDepsOther()
300 auto res_second = std::find(res->second.begin(), res->second.end(), Trim(deps_str)); in InterceptImportOther()
Dcommand_format.cc161 void Trim();
311 Trim(); in PrintTrailingCommentsWrapped()
376 Trim(); in Newline()
381 void Printer::Trim() { in Trim() function in commands::__anon06473ddd0111::Printer
709 Trim(); in Expr()
/third_party/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp371 s.Trim(); in OnOK()
381 pathName.Trim(); in OnOK()
405 sTemp.Trim(); in OnOK()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_simple_image.h57 virtual void Trim (const dng_rect &r);
Ddng_simple_image.cpp87 void dng_simple_image::Trim (const dng_rect &r) in Trim() function in dng_simple_image
/third_party/e2fsprogs/
D1003-add-dac-config.patch63 +static string Trim(const string& s)
136 + value = Trim(value);
165 + str = Trim(str);
178 + value = Trim(value);
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp157 switches.Trim(); in WinMain()
163 switches.Trim(); in WinMain()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DTrim11.cpp52 dxgiDevice3->Trim(); in trim()
/third_party/lzma/CPP/7zip/UI/Console/
DUserInputUtils.cpp39 scannedString.Trim(); in ScanUserYesNoAllQuit()
/third_party/cef/tests/shared/browser/
Dresource_util_mac.mm41 // Trim executable name up to the last separator.
/third_party/lzma/CPP/Common/
DListFileUtils.cpp23 s.Trim(); in AddName()
DCommandLineParser.cpp34 sTemp.Trim(); in SplitCommandLine()
/third_party/musl/Benchmark/musl/
Dbenchmark_framework.cpp305 std::string Trim(const std::string& str) in Trim() function
360 runArgs = ResolveArgs(&argVector, Trim(jsonArgs), presetArgs); in RegisterJsonBenchmarks()

123