Home
last modified time | relevance | path

Searched refs:BASE_LENGTH (Results 1 – 25 of 50) sorted by relevance

12

/dports/misc/gnuls/coreutils-8.30/src/
H A Dbase64.c98 # define BASE_LENGTH BASE32_LENGTH macro
113 # define BASE_LENGTH BASE64_LENGTH macro
169 char outbuf[BASE_LENGTH (ENC_BLOCKSIZE)]; in do_encode()
188 base_encode (inbuf, sum, outbuf, BASE_LENGTH (sum)); in do_encode()
190 wrap_write (outbuf, BASE_LENGTH (sum), wrap_column, in do_encode()
207 char inbuf[BASE_LENGTH (DEC_BLOCKSIZE)]; in do_decode()
223 n = fread (inbuf + sum, 1, BASE_LENGTH (DEC_BLOCKSIZE) - sum, in); in do_decode()
241 while (sum < BASE_LENGTH (DEC_BLOCKSIZE) && !feof (in)); in do_decode()
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dbasenc.c181 # define BASE_LENGTH BASE32_LENGTH macro
196 # define BASE_LENGTH BASE64_LENGTH macro
213 # define BASE_LENGTH base_length macro
978 outbuf = xmalloc (BASE_LENGTH (ENC_BLOCKSIZE)); in do_encode()
996 base_encode (inbuf, sum, outbuf, BASE_LENGTH (sum)); in do_encode()
998 wrap_write (outbuf, BASE_LENGTH (sum), wrap_column, in do_encode()
1022 inbuf = xmalloc (BASE_LENGTH (DEC_BLOCKSIZE)); in do_decode()
1039 n = fread (inbuf + sum, 1, BASE_LENGTH (DEC_BLOCKSIZE) - sum, in); in do_decode()
1057 while (sum < BASE_LENGTH (DEC_BLOCKSIZE) && !feof (in)); in do_decode()
/dports/devel/icu-lx/icu/source/i18n/
H A Dalphaindex.cpp44 const int32_t BASE_LENGTH = 1; variable
376 if (!current.startsWith(BASE, BASE_LENGTH)) { in fixLabel()
379 UChar rest = current.charAt(BASE_LENGTH); in fixLabel()
393 return temp.setTo(current, BASE_LENGTH); in fixLabel()
503 } else if (current.length() == BASE_LENGTH + 1 && current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
504 0x41 <= (c = current.charAt(BASE_LENGTH)) && c <= 0x5A) { in createBucketList()
509 if (!current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
768 U_ASSERT (s.startsWith(BASE, BASE_LENGTH)); in addChineseIndexCharacters()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Dalphaindex.cpp44 const int32_t BASE_LENGTH = 1; variable
375 if (!current.startsWith(BASE, BASE_LENGTH)) { in fixLabel()
378 UChar rest = current.charAt(BASE_LENGTH); in fixLabel()
392 return temp.setTo(current, BASE_LENGTH); in fixLabel()
502 } else if (current.length() == BASE_LENGTH + 1 && current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
503 0x41 <= (c = current.charAt(BASE_LENGTH)) && c <= 0x5A) { in createBucketList()
508 if (!current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
767 U_ASSERT (s.startsWith(BASE, BASE_LENGTH)); in addChineseIndexCharacters()
/dports/devel/icu/icu/source/i18n/
H A Dalphaindex.cpp44 const int32_t BASE_LENGTH = 1; variable
376 if (!current.startsWith(BASE, BASE_LENGTH)) { in fixLabel()
379 UChar rest = current.charAt(BASE_LENGTH); in fixLabel()
393 return temp.setTo(current, BASE_LENGTH); in fixLabel()
503 } else if (current.length() == BASE_LENGTH + 1 && current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
504 0x41 <= (c = current.charAt(BASE_LENGTH)) && c <= 0x5A) { in createBucketList()
509 if (!current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
768 U_ASSERT (s.startsWith(BASE, BASE_LENGTH)); in addChineseIndexCharacters()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Dalphaindex.cpp44 const int32_t BASE_LENGTH = 1; variable
375 if (!current.startsWith(BASE, BASE_LENGTH)) { in fixLabel()
378 UChar rest = current.charAt(BASE_LENGTH); in fixLabel()
392 return temp.setTo(current, BASE_LENGTH); in fixLabel()
502 } else if (current.length() == BASE_LENGTH + 1 && current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
503 0x41 <= (c = current.charAt(BASE_LENGTH)) && c <= 0x5A) { in createBucketList()
508 if (!current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
767 U_ASSERT (s.startsWith(BASE, BASE_LENGTH)); in addChineseIndexCharacters()
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Dalphaindex.cpp44 const int32_t BASE_LENGTH = 1; variable
375 if (!current.startsWith(BASE, BASE_LENGTH)) { in fixLabel()
378 UChar rest = current.charAt(BASE_LENGTH); in fixLabel()
392 return temp.setTo(current, BASE_LENGTH); in fixLabel()
502 } else if (current.length() == BASE_LENGTH + 1 && current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
503 0x41 <= (c = current.charAt(BASE_LENGTH)) && c <= 0x5A) { in createBucketList()
508 if (!current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
767 U_ASSERT (s.startsWith(BASE, BASE_LENGTH)); in addChineseIndexCharacters()
/dports/textproc/R-cran-stringi/stringi/src/icu55/i18n/
H A Dalphaindex.cpp42 const int32_t BASE_LENGTH = 1; variable
374 if (!current.startsWith(BASE, BASE_LENGTH)) { in fixLabel()
377 UChar rest = current.charAt(BASE_LENGTH); in fixLabel()
391 return temp.setTo(current, BASE_LENGTH); in fixLabel()
501 } else if (current.length() == BASE_LENGTH + 1 && current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
502 0x41 <= (c = current.charAt(BASE_LENGTH)) && c <= 0x5A) { in createBucketList()
507 if (!current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
771 U_ASSERT (s.startsWith(BASE, BASE_LENGTH)); in addChineseIndexCharacters()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/
H A Dalphaindex.cpp44 const int32_t BASE_LENGTH = 1; variable
375 if (!current.startsWith(BASE, BASE_LENGTH)) { in fixLabel()
378 UChar rest = current.charAt(BASE_LENGTH); in fixLabel()
392 return temp.setTo(current, BASE_LENGTH); in fixLabel()
502 } else if (current.length() == BASE_LENGTH + 1 && current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
503 0x41 <= (c = current.charAt(BASE_LENGTH)) && c <= 0x5A) { in createBucketList()
508 if (!current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
767 U_ASSERT (s.startsWith(BASE, BASE_LENGTH)); in addChineseIndexCharacters()
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Dalphaindex.cpp44 const int32_t BASE_LENGTH = 1; variable
376 if (!current.startsWith(BASE, BASE_LENGTH)) { in fixLabel()
379 UChar rest = current.charAt(BASE_LENGTH); in fixLabel()
393 return temp.setTo(current, BASE_LENGTH); in fixLabel()
503 } else if (current.length() == BASE_LENGTH + 1 && current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
504 0x41 <= (c = current.charAt(BASE_LENGTH)) && c <= 0x5A) { in createBucketList()
509 if (!current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
768 U_ASSERT (s.startsWith(BASE, BASE_LENGTH)); in addChineseIndexCharacters()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Dalphaindex.cpp44 const int32_t BASE_LENGTH = 1; variable
375 if (!current.startsWith(BASE, BASE_LENGTH)) { in fixLabel()
378 UChar rest = current.charAt(BASE_LENGTH); in fixLabel()
392 return temp.setTo(current, BASE_LENGTH); in fixLabel()
502 } else if (current.length() == BASE_LENGTH + 1 && current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
503 0x41 <= (c = current.charAt(BASE_LENGTH)) && c <= 0x5A) { in createBucketList()
508 if (!current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
767 U_ASSERT (s.startsWith(BASE, BASE_LENGTH)); in addChineseIndexCharacters()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Dalphaindex.cpp44 const int32_t BASE_LENGTH = 1; variable
375 if (!current.startsWith(BASE, BASE_LENGTH)) { in fixLabel()
378 UChar rest = current.charAt(BASE_LENGTH); in fixLabel()
392 return temp.setTo(current, BASE_LENGTH); in fixLabel()
502 } else if (current.length() == BASE_LENGTH + 1 && current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
503 0x41 <= (c = current.charAt(BASE_LENGTH)) && c <= 0x5A) { in createBucketList()
508 if (!current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
767 U_ASSERT (s.startsWith(BASE, BASE_LENGTH)); in addChineseIndexCharacters()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Dalphaindex.cpp44 const int32_t BASE_LENGTH = 1; variable
375 if (!current.startsWith(BASE, BASE_LENGTH)) { in fixLabel()
378 UChar rest = current.charAt(BASE_LENGTH); in fixLabel()
392 return temp.setTo(current, BASE_LENGTH); in fixLabel()
502 } else if (current.length() == BASE_LENGTH + 1 && current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
503 0x41 <= (c = current.charAt(BASE_LENGTH)) && c <= 0x5A) { in createBucketList()
508 if (!current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
767 U_ASSERT (s.startsWith(BASE, BASE_LENGTH)); in addChineseIndexCharacters()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/i18n/
H A Dalphaindex.cpp44 const int32_t BASE_LENGTH = 1; variable
376 if (!current.startsWith(BASE, BASE_LENGTH)) { in fixLabel()
379 UChar rest = current.charAt(BASE_LENGTH); in fixLabel()
393 return temp.setTo(current, BASE_LENGTH); in fixLabel()
503 } else if (current.length() == BASE_LENGTH + 1 && current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
504 0x41 <= (c = current.charAt(BASE_LENGTH)) && c <= 0x5A) { in createBucketList()
509 if (!current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
773 U_ASSERT (s.startsWith(BASE, BASE_LENGTH)); in addChineseIndexCharacters()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/
H A Dalphaindex.cpp44 const int32_t BASE_LENGTH = 1; variable
376 if (!current.startsWith(BASE, BASE_LENGTH)) { in fixLabel()
379 UChar rest = current.charAt(BASE_LENGTH); in fixLabel()
393 return temp.setTo(current, BASE_LENGTH); in fixLabel()
503 } else if (current.length() == BASE_LENGTH + 1 && current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
504 0x41 <= (c = current.charAt(BASE_LENGTH)) && c <= 0x5A) { in createBucketList()
509 if (!current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
773 U_ASSERT (s.startsWith(BASE, BASE_LENGTH)); in addChineseIndexCharacters()
/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/
H A Dalphaindex.cpp44 const int32_t BASE_LENGTH = 1; variable
376 if (!current.startsWith(BASE, BASE_LENGTH)) { in fixLabel()
379 UChar rest = current.charAt(BASE_LENGTH); in fixLabel()
393 return temp.setTo(current, BASE_LENGTH); in fixLabel()
503 } else if (current.length() == BASE_LENGTH + 1 && current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
504 0x41 <= (c = current.charAt(BASE_LENGTH)) && c <= 0x5A) { in createBucketList()
509 if (!current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
768 U_ASSERT (s.startsWith(BASE, BASE_LENGTH)); in addChineseIndexCharacters()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/
H A Dalphaindex.cpp42 const int32_t BASE_LENGTH = 1; variable
374 if (!current.startsWith(BASE, BASE_LENGTH)) { in fixLabel()
377 UChar rest = current.charAt(BASE_LENGTH); in fixLabel()
391 return temp.setTo(current, BASE_LENGTH); in fixLabel()
501 } else if (current.length() == BASE_LENGTH + 1 && current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
502 0x41 <= (c = current.charAt(BASE_LENGTH)) && c <= 0x5A) { in createBucketList()
507 if (!current.startsWith(BASE, BASE_LENGTH) && in createBucketList()
771 U_ASSERT (s.startsWith(BASE, BASE_LENGTH)); in addChineseIndexCharacters()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/onig_sys-69.6.0/oniguruma/harnesses/
H A Dbase.c19 #define BASE_LENGTH 2048 macro
133 if (len < BASE_LENGTH) { in search()
140 retry_limit = (unsigned int )(BASE_RETRY_LIMIT * BASE_LENGTH / len); in search()
/dports/textproc/bat/bat-0.18.3/cargo-crates/onig_sys-69.6.0/oniguruma/harnesses/
H A Dbase.c19 #define BASE_LENGTH 2048 macro
133 if (len < BASE_LENGTH) { in search()
140 retry_limit = (unsigned int )(BASE_RETRY_LIMIT * BASE_LENGTH / len); in search()
/dports/misc/broot/broot-1.7.0/cargo-crates/onig_sys-69.7.0/oniguruma/harnesses/
H A Dbase.c19 #define BASE_LENGTH 2048 macro
214 if (len < BASE_LENGTH) { in search()
221 retry_limit = (unsigned int )(BASE_RETRY_LIMIT * BASE_LENGTH / len); in search()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/onig_sys-69.7.0/oniguruma/harnesses/
H A Dbase.c19 #define BASE_LENGTH 2048 macro
214 if (len < BASE_LENGTH) { in search()
221 retry_limit = (unsigned int )(BASE_RETRY_LIMIT * BASE_LENGTH / len); in search()
/dports/devel/oniguruma/oniguruma-6.9.7.1/harnesses/
H A Dbase.c19 #define BASE_LENGTH 2048 macro
214 if (len < BASE_LENGTH) { in search()
221 retry_limit = (unsigned int )(BASE_RETRY_LIMIT * BASE_LENGTH / len); in search()
/dports/www/zola/zola-0.15.2/cargo-crates/onig_sys-69.7.1/oniguruma/harnesses/
H A Dbase.c19 #define BASE_LENGTH 2048
214 if (len < BASE_LENGTH) {
221 retry_limit = (unsigned int )(BASE_RETRY_LIMIT * BASE_LENGTH / len);
/dports/www/xh/xh-0.14.1/cargo-crates/onig_sys-69.7.0/oniguruma/harnesses/
H A Dbase.c19 #define BASE_LENGTH 2048 macro
214 if (len < BASE_LENGTH) { in search()
221 retry_limit = (unsigned int )(BASE_RETRY_LIMIT * BASE_LENGTH / len); in search()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/deflate-0.9.1/src/
H A Dhuffman_table.rs65 const BASE_LENGTH: [u8; NUM_LENGTH_CODES] = [ const
157 let base = BASE_LENGTH[n as usize]; in get_length_code_and_extra_bits()

12