Home
last modified time | relevance | path

Searched refs:trailing (Results 1 - 25 of 56) sorted by relevance

123

/third_party/node/deps/icu-small/source/common/
H A Dloclikely.cpp95 * @param trailing Any trailing data to append to the new tag.
96 * @param trailingLength The length of the trailing data.
109 const char* trailing, in createTagStringWithAlternates()
261 if (*trailing != '@') { in createTagStringWithAlternates()
270 * Copy the trailing data into the supplied buffer. in createTagStringWithAlternates()
272 sink.Append(trailing, trailingLength); in createTagStringWithAlternates()
391 /* back up over consumed trailing separator */ in parseTagString()
412 #define CHECK_TRAILING_VARIANT_SIZE(trailing, trailingLength) UPRV_BLOCK_MACRO_BEGIN { \
416 if (trailing[
102 createTagStringWithAlternates( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* trailing, int32_t trailingLength, const char* alternateTags, icu::ByteSink& sink, UErrorCode* err) createTagStringWithAlternates() argument
441 const char* trailing = ""; _uloc_addLikelySubtags() local
545 const char* trailing = ""; _uloc_minimizeSubtags() local
[all...]
/third_party/icu/icu4c/source/common/
H A Dloclikely.cpp167 * @param trailing Any trailing data to append to the new tag.
168 * @param trailingLength The length of the trailing data.
181 const char* trailing, in createTagStringWithAlternates()
333 if (*trailing != '@') { in createTagStringWithAlternates()
342 * Copy the trailing data into the supplied buffer. in createTagStringWithAlternates()
344 sink.Append(trailing, trailingLength); in createTagStringWithAlternates()
382 * @param trailing Any trailing data to append to the new tag.
383 * @param trailingLength The length of the trailing dat
174 createTagStringWithAlternates( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* trailing, int32_t trailingLength, const char* alternateTags, icu::ByteSink& sink, UErrorCode* err) createTagStringWithAlternates() argument
388 createTagString( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* trailing, int32_t trailingLength, icu::ByteSink& sink, UErrorCode* err) createTagString() argument
836 const char* trailing = ""; _uloc_addLikelySubtags() local
925 const char* trailing = ""; _uloc_minimizeSubtags() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dloclikely.cpp167 * @param trailing Any trailing data to append to the new tag.
168 * @param trailingLength The length of the trailing data.
181 const char* trailing, in createTagStringWithAlternates()
333 if (*trailing != '@') { in createTagStringWithAlternates()
342 * Copy the trailing data into the supplied buffer. in createTagStringWithAlternates()
344 sink.Append(trailing, trailingLength); in createTagStringWithAlternates()
382 * @param trailing Any trailing data to append to the new tag.
383 * @param trailingLength The length of the trailing dat
174 createTagStringWithAlternates( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* trailing, int32_t trailingLength, const char* alternateTags, icu::ByteSink& sink, UErrorCode* err) createTagStringWithAlternates() argument
388 createTagString( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* trailing, int32_t trailingLength, icu::ByteSink& sink, UErrorCode* err) createTagString() argument
836 const char* trailing = ""; _uloc_addLikelySubtags() local
925 const char* trailing = ""; _uloc_minimizeSubtags() local
[all...]
/third_party/node/deps/undici/src/lib/fetch/
H A DdataURL.js43 // 6. Strip leading and trailing ASCII whitespace
86 // 5. Remove trailing U+0020 SPACE code points from mimeType,
233 // 1. Remove any leading and trailing HTTP whitespace
275 // 8. Remove any trailing HTTP whitespace from subtype.
374 // 2. Remove any trailing HTTP whitespace from parameterValue.
577 function removeHTTPWhitespace (str, leading = true, trailing = true) {
585 if (trailing) {
601 * @see https://infra.spec.whatwg.org/#strip-leading-and-trailing-ascii-whitespace
603 function removeASCIIWhitespace (str, leading = true, trailing = true) {
611 if (trailing) {
[all...]
/third_party/ffmpeg/libavcodec/
H A Dlibzvbi-teletextdec.c202 // skip trailing spaces in gen_sub_text()
245 static void get_trim_info(vbi_page *page, vbi_char *row, int *leading, int *trailing, int *olen) in get_trim_info() argument
262 *trailing = len > 0 ? page->columns - *leading - len : page->columns; in get_trim_info()
298 int leading, trailing, len; in gen_sub_ass() local
315 get_trim_info(page, row, &leading, &trailing, &len); in gen_sub_ass()
320 if (last_trailing != -1 && last_trailing != trailing || trailing > 2) in gen_sub_ass()
322 if (last_trailing != -1 && (FFABS((trailing - leading) - (last_trailing - last_leading)) > 1) || trailing - leading > 4) in gen_sub_ass()
325 last_trailing = trailing; in gen_sub_ass()
[all...]
/third_party/toybox/toys/posix/
H A Dpatch.c134 int matcheof, trailing = 0, reverse = FLAG(R), backwarn = 0; in apply_one_hunk() local
142 if (plist->data[0]==' ') trailing++; in apply_one_hunk()
143 else trailing = 0; in apply_one_hunk()
146 matcheof = !trailing || trailing < TT.context; in apply_one_hunk()
211 if (!TT.context || trailing>TT.context) { in apply_one_hunk()
/third_party/skia/src/sfnt/
H A DSkOTTable_name.cpp33 uint16_t trailing; in next_unichar_UTF16BE() local
34 if (*length < sizeof(trailing)) { in next_unichar_UTF16BE()
38 memcpy(&trailing, *srcPtr, sizeof(trailing)); in next_unichar_UTF16BE()
39 SkUnichar c2 = SkEndian_SwapBE16(trailing); in next_unichar_UTF16BE()
43 *srcPtr += sizeof(trailing); in next_unichar_UTF16BE()
44 *length -= sizeof(trailing); in next_unichar_UTF16BE()
/third_party/node/deps/npm/node_modules/libnpmfund/lib/
H A Dindex.js67 const trailing = dependencies[_trailingDependencies]
69 if (trailing) {
73 trailing
/third_party/python/Lib/
H A Dtabnanny.py146 # the normal form as a pair (count, trailing), where:
150 # trailing
151 # the number of trailing spaces in raw[:n]
183 count, trailing = self.norm
184 return max(len(count)-1, trailing)
194 # il = trailing + sum (i//ts + 1)*ts*count[i] =
195 # trailing + ts * sum (i//ts + 1)*count[i] =
196 # trailing + ts * sum i//ts*count[i] + count[i] =
197 # trailing + ts * [(sum i//ts*count[i]) + (sum count[i])] =
198 # trailing
[all...]
/third_party/skia/modules/skshaper/src/
H A DSkShaper_primitive.cpp90 size_t* trailing) in linebreak()
97 *trailing = 0; in linebreak()
113 // previous fit, put this and following whitespace in trailing in linebreak()
115 // don't put this in trailing if it's the first thing in linebreak()
126 // let it overflow, put any following whitespace in trailing in linebreak()
135 if (trailing) { in linebreak()
136 *trailing = text - prevText; in linebreak()
83 linebreak(const char text[], const char stop[], const RSFont& font, SkScalar width, SkScalar* advance, size_t* trailing) linebreak() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DULocale.java2177 String trailing = null; in addLikelySubtags()
2184 trailing = loc.localeID.substring(trailingIndex); in addLikelySubtags()
2192 trailing); in addLikelySubtags()
2469 * @param trailing Any trailing data to append to the new tag.
2474 String trailing, String alternateTags) { in createTagString()
2557 if (trailing != null && trailing.length() > 1) { in createTagString()
2565 if (trailing.charAt(0) == UNDERSCORE) { in createTagString()
2566 if (trailing in createTagString()
2473 createTagString(String lang, String script, String region, String trailing, String alternateTags) createTagString() argument
2612 createTagString(String lang, String script, String region, String trailing) createTagString() argument
[all...]
/third_party/ffmpeg/tests/fate/
H A Dffmpeg.mak13 FATE_MAPCHAN-$(call FILTERDEMDECENCMUX, PAN, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-mapchan-2ch-extract-ch0-ch2-trailing
14 fate-mapchan-2ch-extract-ch0-ch2-trailing: tests/data/asynth-44100-2.wav
15 fate-mapchan-2ch-extract-ch0-ch2-trailing: CMD = md5 -i $(TARGET_PATH)/tests/data/asynth-44100-2.wav -map_channel 0.0.0 -map_channel 0.0.2? -fflags +bitexact -f wav
17 FATE_MAPCHAN-$(call FILTERDEMDECENCMUX, PAN, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-mapchan-3ch-extract-ch0-ch2-trailing
18 fate-mapchan-3ch-extract-ch0-ch2-trailing: tests/data/asynth-44100-3.wav
19 fate-mapchan-3ch-extract-ch0-ch2-trailing: CMD = md5 -i $(TARGET_PATH)/tests/data/asynth-44100-3.wav -map_channel 0.0.0 -map_channel 0.0.2? -fflags +bitexact -f wav
/third_party/vk-gl-cts/external/amber/src/samples/
H A Damber.cc112 char trailing = 0; in ParseOneInt() local
114 return sscanf_s(str, "%d%c", retval, &trailing, 1) == 1; in ParseOneInt()
116 return std::sscanf(str, "%d%c", retval, &trailing) == 1; in ParseOneInt()
124 char trailing = 0; in ParseIntDotInt() local
126 return sscanf_s(str, "%d.%d%c", retval0, retval1, &trailing, 1) == 2; in ParseIntDotInt()
128 return std::sscanf(str, "%d.%d%c", retval0, retval1, &trailing) == 2; in ParseIntDotInt()
/third_party/gn/src/gn/
H A Dfunction_get_path_info.cc83 // Trim slash since this function doesn't return trailing slashes. The in GetOnePathInfo()
165 not including a trailing slash.
170 not including a trailing slash.
/third_party/typescript/tests/baselines/reference/
H A DasOperator3.js6 var c = `${123 + 456 as number} trailing`;
20 var c = "".concat(123 + 456, " trailing");
/third_party/node/lib/internal/readline/
H A Dinterface.js756 const trailing = StringPrototypeSlice(this.line, this.cursor);
757 const match = RegExpPrototypeExec(/^(?:\s+|[^\w\s]+|\w+)\s*/, trailing);
819 const trailing = StringPrototypeSlice(this.line, this.cursor);
820 const match = RegExpPrototypeExec(/^(?:\s+|\W+|\w+)\s*/, trailing);
823 StringPrototypeSlice(trailing, match[0].length);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java2713 String trailing = null; in addLikelySubtags()
2720 trailing = loc.localeID.substring(trailingIndex); in addLikelySubtags()
2728 trailing); in addLikelySubtags()
3003 * @param trailing Any trailing data to append to the new tag.
3008 String trailing, String alternateTags) { in createTagString()
3091 if (trailing != null && trailing.length() > 1) { in createTagString()
3099 if (trailing.charAt(0) == UNDERSCORE) { in createTagString()
3100 if (trailing in createTagString()
3007 createTagString(String lang, String script, String region, String trailing, String alternateTags) createTagString() argument
3146 createTagString(String lang, String script, String region, String trailing) createTagString() argument
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DdumpICUrules.bat397 # If there is a trailing backslash, then delete it -- we don't
399 # concatenated. Count trailing backslashes; if they are odd,
400 # one is trailing.
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc341 std::string leading, trailing; in TryConsumeEndOfDeclaration() local
343 input_->NextWithComments(&trailing, &detached, &leading); in TryConsumeEndOfDeclaration()
351 location->AttachComments(&leading, &trailing, &detached); in TryConsumeEndOfDeclaration()
494 std::string* leading, std::string* trailing, in AttachComments()
502 if (!trailing->empty()) { in AttachComments()
503 location_->mutable_trailing_comments()->swap(*trailing); in AttachComments()
493 AttachComments( std::string* leading, std::string* trailing, std::vector<std::string>* detached_comments) const AttachComments() argument
H A Dparser.h270 // Attaches leading and trailing comments to the location. The two strings
272 // *trailing will be empty.
276 void AttachComments(std::string* leading, std::string* trailing,
/third_party/node/test/fixtures/wpt/url/
H A Durl-setters-stripping.any.js45 // Cannot test protocol with trailing as the algorithm inserts a colon before proceeding
52 ["trailing", "test" + encodeURIComponent(cpString), "test" + String.fromCodePoint(i)]
66 ["trailing", "test" + (scheme === "https" ? cpString : encodeURIComponent(cpString)), "test" + String.fromCodePoint(i)]
107 }, `Setting port with trailing ${cpReference} (${scheme}:)`);
113 ["trailing", "test" + encodeURIComponent(cpString), "test" + String.fromCodePoint(i)]
/third_party/skia/third_party/externals/freetype/builds/
H A Dtoplevel.mk50 # The `space' variable is used to avoid trailing spaces in defining the
/third_party/ffmpeg/libavcodec/arm/
H A Dstartcode_armv6.S113 @ Preload trailing part-cacheline, if any
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
H A DIndicInputMethodImpl.java58 private static final TextHitInfo ZERO_TRAILING_HIT_INFO = TextHitInfo.trailing(0);
/third_party/curl/projects/
H A Dbuild-wolfssl.bat272 rem not have trailing backslashes, which are handled later.
307 rem Extra trailing \ in Dirs because otherwise it thinks a quote is escaped

Completed in 28 milliseconds

123