Home
last modified time | relevance | path

Searched refs:needToWrite (Results 1 – 25 of 49) sorted by relevance

12

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/posix/
H A DPOSIX_LCCollate.java182 BitSet needToWrite = new BitSet(); in writeList() local
183 needToWrite.set(1); // special weight for uniqueness in writeList()
188 w.primaries.setBits(needToWrite); in writeList()
189 w.secondaries.setBits(needToWrite); in writeList()
190 w.tertiaries.setBits(needToWrite); in writeList()
199 for (int i = 0; i < needToWrite.size(); ++i) { in writeList()
200 if (needToWrite.get(i)) { in writeList()
215 for (int i = 0; i < needToWrite.size(); ++i) { in writeList()
216 if (needToWrite.get(i)) in writeList()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DOverrideModeSetting.cs199 bool needToWrite = false;
207 needToWrite = true;
219 needToWrite = true;
225 if (needToWrite)
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/
H A DOverrideMode.cs235 bool needToWrite = false;
242 needToWrite = true;
251 needToWrite = true;
256 if (needToWrite) {
/dports/devel/icu-lx/icu/source/i18n/
H A Dcollationkeys.cpp206 CollationKeys::LevelCallback::needToWrite(Collation::Level /*level*/) { return TRUE; } in needToWrite() function in CollationKeys::LevelCallback
624 if(!callback.needToWrite(Collation::SECONDARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
631 if(!callback.needToWrite(Collation::CASE_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
653 if(!callback.needToWrite(Collation::TERTIARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
660 if(!callback.needToWrite(Collation::QUATERNARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
H A Dcollationkeys.h100 virtual UBool needToWrite(Collation::Level level);
/dports/devel/icu/icu/source/i18n/
H A Dcollationkeys.cpp206 CollationKeys::LevelCallback::needToWrite(Collation::Level /*level*/) { return TRUE; } in needToWrite() function in CollationKeys::LevelCallback
624 if(!callback.needToWrite(Collation::SECONDARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
631 if(!callback.needToWrite(Collation::CASE_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
653 if(!callback.needToWrite(Collation::TERTIARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
660 if(!callback.needToWrite(Collation::QUATERNARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
H A Dcollationkeys.h100 virtual UBool needToWrite(Collation::Level level);
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Dcollationkeys.cpp206 CollationKeys::LevelCallback::needToWrite(Collation::Level /*level*/) { return TRUE; } in needToWrite() function in CollationKeys::LevelCallback
624 if(!callback.needToWrite(Collation::SECONDARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
631 if(!callback.needToWrite(Collation::CASE_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
653 if(!callback.needToWrite(Collation::TERTIARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
660 if(!callback.needToWrite(Collation::QUATERNARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
H A Dcollationkeys.h100 virtual UBool needToWrite(Collation::Level level);
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Dcollationkeys.cpp206 CollationKeys::LevelCallback::needToWrite(Collation::Level /*level*/) { return TRUE; } in needToWrite() function in CollationKeys::LevelCallback
624 if(!callback.needToWrite(Collation::SECONDARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
631 if(!callback.needToWrite(Collation::CASE_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
653 if(!callback.needToWrite(Collation::TERTIARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
660 if(!callback.needToWrite(Collation::QUATERNARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
H A Dcollationkeys.h100 virtual UBool needToWrite(Collation::Level level);
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Dcollationkeys.cpp206 CollationKeys::LevelCallback::needToWrite(Collation::Level /*level*/) { return TRUE; } in needToWrite() function in CollationKeys::LevelCallback
624 if(!callback.needToWrite(Collation::SECONDARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
631 if(!callback.needToWrite(Collation::CASE_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
653 if(!callback.needToWrite(Collation::TERTIARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
660 if(!callback.needToWrite(Collation::QUATERNARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
H A Dcollationkeys.h100 virtual UBool needToWrite(Collation::Level level);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/
H A Dcollationkeys.cpp206 CollationKeys::LevelCallback::needToWrite(Collation::Level /*level*/) { return TRUE; } in needToWrite() function in CollationKeys::LevelCallback
624 if(!callback.needToWrite(Collation::SECONDARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
631 if(!callback.needToWrite(Collation::CASE_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
653 if(!callback.needToWrite(Collation::TERTIARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
660 if(!callback.needToWrite(Collation::QUATERNARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Dcollationkeys.cpp206 CollationKeys::LevelCallback::needToWrite(Collation::Level /*level*/) { return TRUE; } in needToWrite() function in CollationKeys::LevelCallback
624 if(!callback.needToWrite(Collation::SECONDARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
631 if(!callback.needToWrite(Collation::CASE_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
653 if(!callback.needToWrite(Collation::TERTIARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
660 if(!callback.needToWrite(Collation::QUATERNARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Dcollationkeys.cpp206 CollationKeys::LevelCallback::needToWrite(Collation::Level /*level*/) { return TRUE; } in needToWrite() function in CollationKeys::LevelCallback
624 if(!callback.needToWrite(Collation::SECONDARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
631 if(!callback.needToWrite(Collation::CASE_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
653 if(!callback.needToWrite(Collation::TERTIARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
660 if(!callback.needToWrite(Collation::QUATERNARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Dcollationkeys.cpp206 CollationKeys::LevelCallback::needToWrite(Collation::Level /*level*/) { return TRUE; } in needToWrite() function in CollationKeys::LevelCallback
624 if(!callback.needToWrite(Collation::SECONDARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
631 if(!callback.needToWrite(Collation::CASE_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
653 if(!callback.needToWrite(Collation::TERTIARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
660 if(!callback.needToWrite(Collation::QUATERNARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
H A Dcollationkeys.h100 virtual UBool needToWrite(Collation::Level level);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Dcollationkeys.cpp206 CollationKeys::LevelCallback::needToWrite(Collation::Level /*level*/) { return TRUE; } in needToWrite() function in CollationKeys::LevelCallback
624 if(!callback.needToWrite(Collation::SECONDARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
631 if(!callback.needToWrite(Collation::CASE_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
653 if(!callback.needToWrite(Collation::TERTIARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
660 if(!callback.needToWrite(Collation::QUATERNARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/i18n/
H A Dcollationkeys.cpp206 CollationKeys::LevelCallback::needToWrite(Collation::Level /*level*/) { return TRUE; } in needToWrite() function in CollationKeys::LevelCallback
624 if(!callback.needToWrite(Collation::SECONDARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
631 if(!callback.needToWrite(Collation::CASE_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
653 if(!callback.needToWrite(Collation::TERTIARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
660 if(!callback.needToWrite(Collation::QUATERNARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/
H A Dcollationkeys.cpp206 CollationKeys::LevelCallback::needToWrite(Collation::Level /*level*/) { return TRUE; } in needToWrite() function in CollationKeys::LevelCallback
624 if(!callback.needToWrite(Collation::SECONDARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
631 if(!callback.needToWrite(Collation::CASE_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
653 if(!callback.needToWrite(Collation::TERTIARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
660 if(!callback.needToWrite(Collation::QUATERNARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
/dports/textproc/R-cran-stringi/stringi/src/icu55/i18n/
H A Dcollationkeys.cpp204 CollationKeys::LevelCallback::needToWrite(Collation::Level /*level*/) { return TRUE; } in needToWrite() function in CollationKeys::LevelCallback
622 if(!callback.needToWrite(Collation::SECONDARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
629 if(!callback.needToWrite(Collation::CASE_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
651 if(!callback.needToWrite(Collation::TERTIARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
658 if(!callback.needToWrite(Collation::QUATERNARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
H A Dcollationkeys.h98 virtual UBool needToWrite(Collation::Level level);
/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/
H A Dcollationkeys.cpp206 CollationKeys::LevelCallback::needToWrite(Collation::Level /*level*/) { return TRUE; } in needToWrite() function in CollationKeys::LevelCallback
624 if(!callback.needToWrite(Collation::SECONDARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
631 if(!callback.needToWrite(Collation::CASE_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
653 if(!callback.needToWrite(Collation::TERTIARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
660 if(!callback.needToWrite(Collation::QUATERNARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/
H A Dcollationkeys.cpp204 CollationKeys::LevelCallback::needToWrite(Collation::Level /*level*/) { return TRUE; } in needToWrite() function in CollationKeys::LevelCallback
622 if(!callback.needToWrite(Collation::SECONDARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
629 if(!callback.needToWrite(Collation::CASE_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
651 if(!callback.needToWrite(Collation::TERTIARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()
658 if(!callback.needToWrite(Collation::QUATERNARY_LEVEL)) { return; } in writeSortKeyUpToQuaternary()

12