Home
last modified time | relevance | path

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

123

/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Dro_MD.txt122 "Trim. 1",
123 "Trim. 2",
124 "Trim. 3",
125 "Trim. 4",
/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/typescript/tests/baselines/reference/
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'
338 declare type Trim<S extends string> = S extends ` ${infer T}` ? Trim<T> : S extends `${infer T} ` ?…
339 declare type TR1 = Trim<'xx '>;
340 declare type TR2 = Trim<' xx'>;
341 declare type TR3 = Trim<' 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.txt131 type Trim<S extends string> =
132 S extends ` ${infer T}` ? Trim<T> :
133 S extends `${infer T} ` ? Trim<T> :
136 type TR1 = Trim<'xx '>; // 'xx'
137 type TR2 = Trim<' xx'>; // 'xx'
138 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/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/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/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
Ddng_image.h271 virtual void Trim (const dng_rect &r);
Ddng_image.cpp723 void dng_image::Trim (const dng_rect &r) in Trim() function in dng_image
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DTrim11.cpp52 dxgiDevice3->Trim(); in trim()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DTrim11.cpp52 dxgiDevice3->Trim(); in trim()
/third_party/musl/Benchmark/musl/
Dbenchmark_framework.cpp267 std::string Trim(const std::string& str) in Trim() function
322 runArgs = ResolveArgs(&argVector, Trim(jsonArgs), presetArgs); in RegisterJsonBenchmarks()
/third_party/cef/tests/shared/browser/
Dresource_util_mac.mm41 // Trim executable name up to the last separator.
/third_party/gn/src/gn/
Dcommand_format.cc161 void Trim();
311 Trim(); in PrintTrailingCommentsWrapped()
376 Trim(); in Newline()
381 void Printer::Trim() { in Trim() function in commands::__anon5df4d2fb0111::Printer
709 Trim(); in Expr()
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.cc704 uint8* EpsCopyOutputStream::Trim(uint8* ptr) { in Trim() function in google::protobuf::io::EpsCopyOutputStream
857 ptr = Trim(ptr); in WriteAliasedRaw()
944 CodedOutputStream::~CodedOutputStream() { Trim(); } in ~CodedOutputStream()
Dcoded_stream.h683 uint8* Trim(uint8* ptr);
1071 void Trim() { cur_ = impl_.Trim(cur_); } in Trim() function
/third_party/protobuf/src/google/protobuf/
Dmessage_lite.cc352 out.Trim(ptr); in SerializeToArrayImpl()
420 stream.Trim(target); in SerializePartialToZeroCopyStream()
/third_party/flutter/skia/third_party/externals/icu/
DREADME.chromium94 a. Trim the locale data for Chrome's UI langauges :
96 b. Trim the locale data for non-UI languages to the bare minimum :
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/
Dmain.go488 return "k" + strings.ReplaceAll(pascalCase(strings.Trim(s, `"`)), "-", "")
/third_party/spirv-tools/utils/vscode/src/parser/
Dparser.go527 extName := strings.Trim(extTok.Text(p.lines), `"`)

123