Home
last modified time | relevance | path

Searched refs:beyond (Results 1 - 16 of 16) sorted by relevance

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationIterator.java104 // Accounts for one more input code point read beyond the end of the marks buffer.
111 // Returns the number of code points read beyond the skipped marks
115 int beyond = pos - length; in backwardNumCodePoints()
116 if(beyond > 0) { in backwardNumCodePoints()
117 if(beyond >= n) { in backwardNumCodePoints()
122 // Back out all beyond-oldBuffer code points and re-enter the buffer. in backwardNumCodePoints()
123 pos = oldBuffer.offsetByCodePoints(length, beyond - n); in backwardNumCodePoints()
124 return beyond; in backwardNumCodePoints()
164 // or counter for how many code points have been read beyond oldBuffer (pos-oldBuffer.length()).
711 // Number of code points read beyond th in nextCE32FromContraction()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationIterator.java106 // Accounts for one more input code point read beyond the end of the marks buffer.
113 // Returns the number of code points read beyond the skipped marks
117 int beyond = pos - length; in backwardNumCodePoints()
118 if(beyond > 0) { in backwardNumCodePoints()
119 if(beyond >= n) { in backwardNumCodePoints()
124 // Back out all beyond-oldBuffer code points and re-enter the buffer. in backwardNumCodePoints()
125 pos = oldBuffer.offsetByCodePoints(length, beyond - n); in backwardNumCodePoints()
126 return beyond; in backwardNumCodePoints()
166 // or counter for how many code points have been read beyond oldBuffer (pos-oldBuffer.length()).
713 // Number of code points read beyond th in nextCE32FromContraction()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcollationiterator.cpp79 // Accounts for one more input code point read beyond the end of the marks buffer.
86 // Returns the number of code points read beyond the skipped marks
90 int32_t beyond = pos - length; in backwardNumCodePoints() local
91 if(beyond > 0) { in backwardNumCodePoints()
92 if(beyond >= n) { in backwardNumCodePoints()
97 // Back out all beyond-oldBuffer code points and re-enter the buffer. in backwardNumCodePoints()
98 pos = oldBuffer.moveIndex32(length, beyond - n); in backwardNumCodePoints()
99 return beyond; in backwardNumCodePoints()
137 // or counter for how many code points have been read beyond oldBuffer (pos-oldBuffer.length()).
495 // Number of code points read beyond th in nextCE32FromContraction()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationiterator.cpp79 // Accounts for one more input code point read beyond the end of the marks buffer.
86 // Returns the number of code points read beyond the skipped marks
90 int32_t beyond = pos - length; in backwardNumCodePoints() local
91 if(beyond > 0) { in backwardNumCodePoints()
92 if(beyond >= n) { in backwardNumCodePoints()
97 // Back out all beyond-oldBuffer code points and re-enter the buffer. in backwardNumCodePoints()
98 pos = oldBuffer.moveIndex32(length, beyond - n); in backwardNumCodePoints()
99 return beyond; in backwardNumCodePoints()
137 // or counter for how many code points have been read beyond oldBuffer (pos-oldBuffer.length()).
495 // Number of code points read beyond th in nextCE32FromContraction()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationiterator.cpp79 // Accounts for one more input code point read beyond the end of the marks buffer.
86 // Returns the number of code points read beyond the skipped marks
90 int32_t beyond = pos - length; in backwardNumCodePoints() local
91 if(beyond > 0) { in backwardNumCodePoints()
92 if(beyond >= n) { in backwardNumCodePoints()
97 // Back out all beyond-oldBuffer code points and re-enter the buffer. in backwardNumCodePoints()
98 pos = oldBuffer.moveIndex32(length, beyond - n); in backwardNumCodePoints()
99 return beyond; in backwardNumCodePoints()
137 // or counter for how many code points have been read beyond oldBuffer (pos-oldBuffer.length()).
495 // Number of code points read beyond th in nextCE32FromContraction()
[all...]
/third_party/lame/libmp3lame/
H A Dmachine.h159 #define beyond(array) (array+dimension_of(array)) macro
/third_party/libunwind/libunwind/doc/
H A Dunw_reg_states_iterate.tex41 instruction \emph{beyond} the end of the address range. \\
H A Dunw_get_proc_info.tex31 instruction \emph{beyond} the end of the procedure. If this address
/third_party/node/lib/internal/modules/esm/
H A Dhooks.js843 `ESM custom loader '${hookName}' advanced beyond the end of the chain.`,
/third_party/icu/icu4c/source/common/
H A Dunistr.cpp254 // fLength = u_strlen(buff); but do not look beyond buffCapacity in UnicodeString()
414 int32_t beyond = beyondCount; in unistr_printLengths() local
416 beyond += finalLengthCounts[i]; in unistr_printLengths()
418 printf(">59, %9d\n", beyond); in unistr_printLengths()
1189 // we found oldText, replace it by newText and go beyond it in findAndReplace()
1315 // buffLength = u_strlen(buff); but do not look beyond buffCapacity in setTo()
/third_party/node/deps/icu-small/source/common/
H A Dunistr.cpp254 // fLength = u_strlen(buff); but do not look beyond buffCapacity in UnicodeString()
414 int32_t beyond = beyondCount; in unistr_printLengths() local
416 beyond += finalLengthCounts[i]; in unistr_printLengths()
418 printf(">59, %9d\n", beyond); in unistr_printLengths()
1231 // we found oldText, replace it by newText and go beyond it in findAndReplace()
1357 // buffLength = u_strlen(buff); but do not look beyond buffCapacity in setTo()
/third_party/skia/third_party/externals/icu/source/common/
H A Dunistr.cpp254 // fLength = u_strlen(buff); but do not look beyond buffCapacity in UnicodeString()
413 int32_t beyond = beyondCount; in unistr_printLengths() local
415 beyond += finalLengthCounts[i]; in unistr_printLengths()
417 printf(">59, %9d\n", beyond); in unistr_printLengths()
1188 // we found oldText, replace it by newText and go beyond it in findAndReplace()
1314 // buffLength = u_strlen(buff); but do not look beyond buffCapacity in setTo()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_lib.c1467 # error Code needs update for TLS_method() support beyond TLS1_3_VERSION.
1501 # error Code needs update for DTLS_method() support beyond DTLS1_2_VERSION.
/third_party/openssl/ssl/statem/
H A Dstatem_lib.c1432 # error Code needs update for TLS_method() support beyond TLS1_3_VERSION.
1466 # error Code needs update for DTLS_method() support beyond DTLS1_2_VERSION.
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex3737 % Be sure we're not beyond the end of the alphabet.
3750 % Be sure we're not beyond the end of the alphabet.
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs17663 /// Panics if `at` is not on a `UTF-8` code point boundary, or if it is beyond the last
31423 /// Empty if the map has no root, if iteration went beyond the last leaf edge,
[all...]

Completed in 81 milliseconds