Searched refs:locale (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/util/windows/ |
| H A D | NativeFileSystem.cpp | 17 #include <locale>
|
| /ide/tools/previewer/test/fuzztest/commandparse_fuzzer/ |
| H A D | RichCommandParseFuzzer.cpp | 44 "height":2340,"locale":"zh_CN","colorMode":"light","orientation":"portrait",
|
| /ide/tools/previewer/test/unittest/cli/ |
| H A D | CommandLineTest.cpp | 367 "height":"2340","locale":"zh_CN","colorMode":"light","orientation":"portrait", in TEST_F() 380 "height" : 2340, "locale" : "zh_CN" , "colorMode" : "light", "orientation" : "portrait", in TEST_F() 394 "height" : 2340, "locale" : "aa_PP", "colorMode" : "light", "orientation" : "portrait", in TEST_F() 397 // locale error in TEST_F() 404 "height" : 2340, "locale" : "zh_CN", "colorMode" : "aaa", "orientation" : "portrait", in TEST_F() 413 "height" : 2340, "locale" : "zh_CN", "colorMode" : "dark", "orientation" : "aaa", in TEST_F() 422 "height" : 2340, "locale" : "zh_CN", "colorMode" : "dark", "orientation" : "landscape", in TEST_F() 436 "height":2340,"locale":"zh_CN","colorMode":"light","orientation":"portrait", in TEST_F() 446 "height":2340,"locale":"zh_CN","colorMode":"light","orientation":"portrait", in TEST_F()
|
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.cpp | 610 !previewParam["locale"].IsString() || !previewParam["colorMode"].IsString() || in IsSetArgValid() 634 std::string locale = previewParam["locale"].AsString(); in IsStrValVailid() local 637 if (std::find(liteSupportedLanguages.begin(), liteSupportedLanguages.end(), locale) == in IsStrValVailid() 642 if (std::find(richSupportedLanguages.begin(), richSupportedLanguages.end(), locale) == in IsStrValVailid()
|
Completed in 7 milliseconds