Home
last modified time | relevance | path

Searched refs:trim (Results 101 - 125 of 612) sorted by relevance

12345678910>>...25

/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DBundle.java121 return encoding.trim(); in getLanguageEncoding()
136 return workStr.trim(); in getCountryEncoding()
153 return workStr.trim(); in getVariantEncoding()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DURLHandler.java53 line = line.trim();
66 String key = line.substring(0, ix).trim();
67 String value = line.substring(ix+1).trim();
/third_party/node/deps/npm/node_modules/ini/lib/
H A Dini.js221 val !== val.trim()
229 val = (val || '').trim()
266 return unesc.trim()
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A Dinstall.js230 const filename = path.basename(release.tarballUrl).trim()
304 for (const line of (await res.text()).trim().split('\n')) {
305 const items = line.trim().split(/\s+/)
/third_party/icu/icu4c/source/test/intltest/
H A Didnaconf.cpp235 s.trim(); in Test()
243 key.setTo(s,0,p).trim(); in Test()
244 value.setTo(s,p+1).trim(); in Test()
H A Dtextfile.h46 * @param trim if true then remove leading Pattern_White_Space
51 UBool trim = false);
/third_party/skia/third_party/externals/tint/tools/src/cmd/trim-includes/
H A Dmain.go15 // trim-includes is a tool to try removing unnecessary include statements from
18 // trim-includes removes each #include from each file, then runs the provided
56 trim-includes is a tool to try removing unnecessary include statements from all
59 trim-includes removes each #include from each file, then runs the provided build
66 trim-includes <path-to-build-script>`)
/third_party/rust/crates/version_check/src/
H A Dlib.rs99 let mut components = last_line.trim().split(" "); in version_and_date_from_rustc_version()
110 let split = |s: &str| s.splitn(2, ":").nth(1).map(|s| s.trim().to_string()); in version_and_date_from_rustc_verbose_version()
111 match line.trim().split(" ").nth(0) { in version_and_date_from_rustc_verbose_version()
305 .map(|flag| flag.trim_left_matches("-Z").trim()) in supports_feature()
310 return Some(allow_features.split(',').any(|f| f.trim() == feature)); in supports_feature()
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DBundleItemDialog.java250 item.setTranslation(transField.getText().trim()); in actionPerformed()
251 if (!item.getKey().equals(keyField.getText())) item.setKey(keyField.getText().trim()); in actionPerformed()
265 String name = lookupLabels[i].getText().trim(); in actionPerformed()
268 String value = lookupFields[i].getText().trim(); in actionPerformed()
/third_party/icu/icu4c/source/common/
H A Dunistr_props.cpp29 UnicodeString::trim() in trim() function in UnicodeString
/third_party/node/test/internet/
H A Dtest-snapshot-dns-resolve.js26 assert.strictEqual(stdout.trim().split('\n').length, 2);
H A Dtest-snapshot-dns-lookup.js24 assert.strictEqual(stdout.trim().split('\n').length, 2);
/third_party/node/test/parallel/
H A Dtest-snapshot-dns-lookup-localhost-promise.js24 assert.strictEqual(stdout.trim().split('\n').length, 2);
H A Dtest-snapshot-dns-lookup-localhost.js24 assert.strictEqual(stdout.trim().split('\n').length, 2);
H A Dtest-snapshot-dns-resolve-localhost-promise.js23 assert.strictEqual(stdout.trim().split('\n').length, 1);
H A Dtest-snapshot-dns-resolve-localhost.js23 assert.strictEqual(stdout.trim().split('\n').length, 1);
H A Dtest-tls-cipher-list.js22 assert.strictEqual(out.trim(), check);
H A Dtest-unhandled-exception-rethrow-error.js22 assert.strictEqual(result.stdout.toString().trim(), '');
/third_party/node/test/v8-updates/
H A Dtest-trace-gc-flag.js18 const output = childProcess.stdout.toString().trim();
/third_party/node/deps/icu-small/source/common/
H A Dunistr_props.cpp29 UnicodeString::trim() in trim() function in UnicodeString
/third_party/node/deps/undici/src/lib/cache/
H A Dutil.js32 value = value.trim()
/third_party/skia/src/core/
H A DSkWritePixelsRec.h15 * Helper class to package and trim the parameters passed to writePixels()
47 bool trim(int dstWidth, int dstHeight);
/third_party/skia/src/image/
H A DSkReadPixelsRec.h15 * Helper class to package and trim the parameters passed to readPixels()
47 bool trim(int srcWidth, int srcHeight);
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandPool.hpp37 void trim(VkCommandPoolTrimFlags flags);
/third_party/skia/third_party/externals/icu/source/common/
H A Dunistr_props.cpp29 UnicodeString::trim() in trim() function in UnicodeString

Completed in 9 milliseconds

12345678910>>...25