/third_party/node/test/fixtures/wpt/encoding/legacy-mb-japanese/euc-jp/ |
H A D | eucjp-decoder.js | 17 stream = stream.replace(/[\s]+/g, " ").trim();
|
/third_party/node/deps/npm/node_modules/@npmcli/agent/lib/ |
H A D | proxy.js | 39 noProxy = noProxy.split(',').map((p) => p.trim()).filter(Boolean)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | MemoryProgramCache.h | 79 size_t trim(size_t limit);
|
H A D | MemoryProgramCache.cpp | 281 size_t MemoryProgramCache::trim(size_t limit) in trim() function in gl::MemoryProgramCache 283 return mBlobCache.trim(limit); in trim()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkCommandPool.cpp | 99 void CommandPool::trim(VkCommandPoolTrimFlags flags) in trim() function in vk::CommandPool
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | transupp.h | 48 * The "trim" option causes untransformable partial iMCUs to be dropped; 52 * (For example, -rot 270 -trim trims only the bottom edge, but -rot 90 -trim 53 * followed by -rot 180 -trim trims both edges.) 73 * image quality and the drop image quality. The trim option can be used with 135 boolean trim; /* if TRUE, trim partial MCUs as needed */ member
|
/third_party/typescript/tests/baselines/reference/ |
H A D | assignFromStringInterface2.js | 31 trim(): string;
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | PluralRulesLoader.java | 69 if (rulesId == null || rulesId.trim().length() == 0) { in getFunctionalEquivalent() 184 if (rulesId == null || rulesId.trim().length() == 0) { in getOrCreateRulesForLocale()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/ |
H A D | IDNAConformanceTest.java | 280 attr = tempStr.substring(0, postion).trim(); in getInputData() 281 body = tempStr.substring(postion + 1).trim(); in getInputData()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | PluralRulesLoader.java | 71 if (rulesId == null || rulesId.trim().length() == 0) { in getFunctionalEquivalent() 241 if (rulesId == null || rulesId.trim().length() == 0) { in forLocale()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
H A D | IDNAConformanceTest.java | 277 attr = tempStr.substring(0, postion).trim(); in getInputData() 278 body = tempStr.substring(postion + 1).trim(); in getInputData()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | ICUTaglet.java | 283 String text = tag.text().trim(); in toString() 321 String text = tag.text().trim(); in toString()
|
/third_party/mesa3d/src/freedreno/ir3/tests/ |
H A D | disasm.c | 422 trim(char *string) in trim() function 467 trim(disasm_output); in main()
|
/third_party/libwebsockets/lib/system/fault-injection/ |
H A D | fault-injection.c | 194 do_inherit(lws_fi_ctx_t *fic_dest, lws_fi_t *pfi, size_t trim) in do_inherit() argument 198 fi.name += trim; in do_inherit()
|
/third_party/node/test/parallel/ |
H A D | test-cli-eval.js | 89 assert.strictEqual(stdout.trim(), require('os').platform()); 106 assert.strictEqual(stderr.trim(),
|
/third_party/node/deps/npm/lib/commands/ |
H A D | profile.js | 147 .filter((arg) => arg.trim() !== '') 173 const prop = (args[0] || '').toLowerCase().trim()
|
/third_party/node/deps/npm/node_modules/ignore-walk/lib/ |
H A D | index.js | 111 .filter(line => !/^#|^$/.test(line.trim())) 113 return new Minimatch(rule.trim(), mmopt)
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | dist-tag.js | 94 return parts.map(p => p.toString()).join(' ').trim() 95 }).join('\n').trim()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | AArch64TargetParser.cpp | 237 StringRef Opt = Opts[I].trim(); in parseBranchProtection() 245 StringRef PACOpt = Opts[I + 1].trim(); in parseBranchProtection()
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TextWrapper.h | 129 void trim() { in trim() function in skia::textlayout::TextWrapper::TextStretch 140 void trim(Cluster* cluster) { in trim() function in skia::textlayout::TextWrapper::TextStretch
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | LocaleMatcherTest.java | 955 test.desired = line.substring(0, matchSep).trim(); in readTestCases() 960 test.expMatch = line.substring(start, limit).trim(); in readTestCases() 962 test.expMatch = line.substring(start, expLimit).trim(); in readTestCases() 966 test.expDesired = line.substring(start, limit).trim(); in readTestCases() 968 test.expDesired = line.substring(start, expLimit).trim(); in readTestCases() 969 test.expCombined = line.substring(expLimit + 1, limit).trim(); in readTestCases()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | LocaleMatcherTest.java | 997 test.desired = line.substring(0, matchSep).trim(); in readTestCases() 1002 test.expMatch = line.substring(start, limit).trim(); in readTestCases() 1004 test.expMatch = line.substring(start, expLimit).trim(); in readTestCases() 1008 test.expDesired = line.substring(start, limit).trim(); in readTestCases() 1010 test.expDesired = line.substring(start, expLimit).trim(); in readTestCases() 1011 test.expCombined = line.substring(expLimit + 1, limit).trim(); in readTestCases()
|
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
H A D | PluralFetcher.java | 113 String trimedLine = line.trim(); in getPluralItems()
|
H A D | MeasureFormatPatternFetcher.java | 90 String trimedLine = line.trim(); in getPatterns()
|
/base/global/i18n/frameworks/intl/include/ |
H A D | utils.h | 42 std::string trim(std::string &s);
|