Home
last modified time | relevance | path

Searched refs:parseLevels (Results 1 – 16 of 16) sorted by relevance

/dports/devel/icu/icu/source/test/intltest/
H A Dbidiconf.cpp44 UBool parseLevels(const char *&start);
82 UBool BiDiConformanceTest::parseLevels(const char *&start) { in parseLevels() function in BiDiConformanceTest
303 if(!parseLevels(start)) { in TestBidiTest()
530 if(!parseLevels(start)) { in TestBidiCharacterTest()
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dbidiconf.cpp44 UBool parseLevels(const char *&start);
82 UBool BiDiConformanceTest::parseLevels(const char *&start) { in parseLevels() function in BiDiConformanceTest
303 if(!parseLevels(start)) { in TestBidiTest()
530 if(!parseLevels(start)) { in TestBidiCharacterTest()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dcamconst.h30 static bool parseLevels(CameraConst *cc, int bw, void *ji);
H A Dcamconst.cc74 CameraConst::parseLevels(CameraConst *cc, int bw, void *ji_) in parseLevels() function in rtengine::CameraConst
269 if (!parseLevels(cc, 0, ji)) { in parseEntry()
277 if (!parseLevels(cc, 1, ji)) { in parseEntry()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dcamconst.h32 static bool parseLevels(CameraConst *cc, int bw, void *ji);
H A Dcamconst.cc73 CameraConst::parseLevels(CameraConst *cc, int bw, void *ji_) in parseLevels() function in rtengine::CameraConst
267 if (!parseLevels(cc, 0, ji)) { in parseEntry()
275 if (!parseLevels(cc, 1, ji)) { in parseEntry()
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dcamconst.h31 static bool parseLevels(CameraConst *cc, int bw, void *ji);
H A Dcamconst.cc72 CameraConst::parseLevels(CameraConst *cc, int bw, void *ji_) in parseLevels() function in rtengine::CameraConst
345 if (!parseLevels(cc, 0, ji)) { in parseEntry()
353 if (!parseLevels(cc, 1, ji)) { in parseEntry()
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcfg_parser.go324 levels, err := parseLevels(levelsStr)
352 func parseLevels(str string) ([]LogLevel, error) { func
739 levels, err := parseLevels(levelsStr)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcfg_parser.go324 levels, err := parseLevels(levelsStr)
352 func parseLevels(str string) ([]LogLevel, error) { func
739 levels, err := parseLevels(levelsStr)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcfg_parser.go324 levels, err := parseLevels(levelsStr)
352 func parseLevels(str string) ([]LogLevel, error) { func
739 levels, err := parseLevels(levelsStr)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dcfg_parser.go324 levels, err := parseLevels(levelsStr)
352 func parseLevels(str string) ([]LogLevel, error) { func
739 levels, err := parseLevels(levelsStr)
/dports/games/manaplus/manaplus-2.1.3.17/src/net/tmwa/
H A Dchatrecv.cpp90 actorManager->parseLevels( in processChatContinue()
/dports/games/manaplus/manaplus-2.1.3.17/src/
H A Dactormanager.h289 void parseLevels(std::string levels) const;
H A Dactormanager.cpp1810 void ActorManager::parseLevels(std::string levels) const in parseLevels() function in ActorManager
/dports/textproc/fop/fop-2.6/fop-core/src/main/codegen/unicode/java/org/apache/fop/complexscripts/bidi/
H A DGenerateBidiTestData.java348 ldl.add(parseLevels(lines)); in readBidiTestData()
817 private static int[] parseLevels(List lines) { in parseLevels() method in GenerateBidiTestData