Home
last modified time | relevance | path

Searched refs:trim (Results 201 - 225 of 377) sorted by relevance

12345678910>>...16

/third_party/node/test/abort/
H A Dtest-addon-uv-handle-leak.js90 const line = lines.shift().trim();
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-korean/euc-kr/
H A Deuckr-encoder.js76 return out.trim();
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-tchinese/big5/
H A Dbig5-encoder.js93 return out.trim();
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/
H A Deucjp-encoder.js90 return out.trim();
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/shift_jis/
H A Dsjis-decoder.js17 stream = stream.replace(/[\s]+/g, " ").trim();
H A Dsjis-encoder.js102 return out.trim();
/third_party/node/deps/npm/node_modules/debug/src/
H A Dnode.js252 .map(str => str.trim())
/third_party/node/deps/npm/lib/utils/
H A Dformat-search-stream.js132 return output.split('\u0000').join('\u001B[0m').trim()
/third_party/node/deps/npm/node_modules/negotiator/lib/
H A Dlanguage.js35 var language = parseLanguage(accepts[i].trim(), i);
42 // trim accepts
/third_party/node/deps/npm/node_modules/diff/lib/patch/
H A Dparse.js79 index[keyPrefix + 'Header'] = (data[1] || '').trim();
/third_party/node/deps/npm/node_modules/libnpmdiff/lib/
H A Dformat-diff.js93 return res.trim()
/third_party/node/deps/undici/src/lib/cookies/
H A Dindex.js41 out[name.trim()] = value.join('=')
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTableCollector.java52 // No need to use CharMatcher to trim "properly" since only ASCII space is possible. in writeCsv()
53 out.println(getRow(rowIndex).collect(joining(joiner)).trim()); in writeCsv()
/third_party/rust/crates/clang-sys/build/
H A Dstatic.rs113 let mode = common::run_llvm_config(&["--shared-mode"]).map(|m| m.trim().to_owned()); in link()
/third_party/rust/crates/clap/examples/
H A Drepl.rs8 let line = line.trim(); in main()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DBlobCache.h133 size_t trim(size_t limit) { return mBlobCache.shrinkToSize(limit); }
/third_party/rust/crates/once_cell/xtask/src/
H A Dmain.rs73 let has_tag = cmd!(sh, "git tag --list").read()?.lines().any(|it| it.trim() == tag); in main()
/third_party/rust/crates/regex/tests/
H A Dreplace.rs42 trim,
45 " \t trim me\t \t",
47 "trim me"
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbase64.rs38 let src = src.trim(); in decode_block()
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/
H A DStableAPI.java316 if (nameStr.trim().equals(U_ICU_VERSION)) { in setVer()
322 String initStr = initVal.getNodeValue().trim().replaceAll("\"", ""); in setVer()
585 prototype = prototype.trim(); in purifyPrototype()
592 prototype = prototype.trim(); in purifyPrototype()
1053 String str = HTMLSafe(s.trim()); in formatCode()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtransupp.c77 * 4. When "trim" is in effect, the destination's dimensions will be the
193 boolean trim, j_compress_ptr dstinfo) in adjust_quant()
207 if (trim) in adjust_quant()
1730 if (info->trim) in GLOBAL()
1737 if (info->trim) in GLOBAL()
1743 /* transpose does NOT have to trim anything */ in GLOBAL()
1749 if (info->trim) { in GLOBAL()
1758 if (info->trim) in GLOBAL()
1765 if (info->trim) { in GLOBAL()
1773 if (info->trim) in GLOBAL()
191 adjust_quant(j_decompress_ptr srcinfo, jvirt_barray_ptr *src_coef_arrays, j_decompress_ptr dropinfo, jvirt_barray_ptr *drop_coef_arrays, boolean trim, j_compress_ptr dstinfo) adjust_quant() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralRulesTest.java336 String key = temp[0].trim(); in getTargetStrings()
339 String valString = vals[j].trim(); in getTargetStrings()
407 String pattern = pair[0].trim(); in testOperands()
408 String categoriesAndExpected = pair[1].trim(); in testOperands()
1068 String keyword = ruleAndValues[0].trim(); in TestGetAllKeywordValues()
1071 valueList = valueList.trim(); in TestGetAllKeywordValues()
1486 test = test.trim(); in TestLocales()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBPropertiesImporter.java59 if (!line.trim().equals("")) count++; in beginImport()
/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/iso-2022-jp/
H A Diso2022jp-decoder.js26 stream = stream.replace(/[\s]+/g, " ").trim();
H A Diso2022jp-encoder.js204 return out.trim();

Completed in 15 milliseconds

12345678910>>...16