Home
last modified time | relevance | path

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

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DULocaleTest.java359 String jl = Locale.GERMANY.getISO3Language(); in testGetISO3Language() local
368 String jl = Locale.GERMANY.getISO3Language(); in testGetISO3LanguageString() local
/external/clang/test/SemaCXX/
Dcxx0x-initializer-stdinitializerlist.cpp136 std::initializer_list<int> jl{1, 2, 3}; // expected-warning{{at the end of the constructor}} member
/external/mksh/src/
Djobs.c1062 Job *jl, *oldest; in j_set_async() local
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
DI86-32.s1053 jl 64 label
DI86-64.s1565 jl 64 label
/external/skia/src/core/
DSkVM.cpp1237 void Assembler::jl (Label* l) { this->jump(0x8c, l); } in jl() function in skvm::Assembler