Home
last modified time | relevance | path

Searched defs:bWindows (Results 1 – 6 of 6) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Utility/
H A DStrUtil.cs1165 public static string NormalizeNewLines(string str, bool bWindows) in NormalizeNewLines()
1178 bool bWindows) in NormalizeNewLines()
1196 internal static bool IsNewLineNormalized(char[] v, bool bWindows) in IsNewLineNormalized()
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dcsdetest.cpp481 char *bWindows = extractBytes(sWindows, "windows-1252", lWindows); in C1BytesTest() local
814 std::unique_ptr<char[]> bWindows(extractBytes(sWindows, "windows-1252", lWindows)); in Ticket6954Test() local
/dports/devel/icu/icu/source/test/intltest/
H A Dcsdetest.cpp481 char *bWindows = extractBytes(sWindows, "windows-1252", lWindows); in C1BytesTest() local
814 std::unique_ptr<char[]> bWindows(extractBytes(sWindows, "windows-1252", lWindows)); in Ticket6954Test() local
/dports/devel/icu-lx/icu/source/test/cintltst/
H A Ducsdetst.c235 char *bWindows; in TestC1Bytes() local
/dports/devel/icu/icu/source/test/cintltst/
H A Ducsdetst.c235 char *bWindows; in TestC1Bytes() local
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DPwEntryForm.cs1550 private void PerformAutoTypeCopy(bool bWindows, bool bSequences) in PerformAutoTypeCopy()