Searched defs:aCpSet (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDPath.cpp42 RTUNICP aCpSet[] = local
45 ssize_t cReplaced = RTStrPurgeComplementSet(pszPath, aCpSet, '_' /* Replacement */);
/vbox/src/VBox/Runtime/testcase/
H A DtstUtf8.cpp846 RTUNICP aCpSet[] = { '1', '5', 'w', 'w', 'r', 'r', 'e', 'f', 't', 't', local
860 { "1234werttrew4321", "1234werttrew4321", aCpSet, '_', 0 },
862 "123_54wert__trew___4321", aCpSet, '_', 3 },
863 { "hjhj8766", "????????", aCpSet, '?', 8 },
864 { "123\xf0\xa4\xad\xa2""4", "123____4", aCpSet, '_', 1 },
865 { "\xff", "\xff", aCpSet, '_', -1 },
894 RTUNICP aCpSet[] = { '1', '5', 'w', 'w', 'r', 'r', 'e', 'f', 't', 't', local
909 { "1234werttrew4321", "1234werttrew4321", 0, aCpSet, '_', 0 },
911 "123_54wert_trew_4321", 0, aCpSet, '_', 3 },
912 { "hjhj8766", "????????", 0, aCpSet, '
[all...]
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1371 RTUNICP aCpSet[] = local
1375 ssize_t cReplacements = RTStrPurgeComplementSet(pszName, aCpSet, '_');

Completed in 45 milliseconds