- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for jo (0.34 seconds)
-
src/main/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverter.java
map.put("ギェ", new String[] { "gye" }); map.put("ジャ", new String[] { "zya", "ja", "jya" }); map.put("ジュ", new String[] { "zyu", "ju", "jyu" }); map.put("ジョ", new String[] { "zyo", "jo", "jyo" }); map.put("ジェ", new String[] { "zye", "je", "jye" }); map.put("キャ", new String[] { "kya" }); map.put("キュ", new String[] { "kyu" }); map.put("キョ", new String[] { "kyo" });
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Mon Nov 17 14:28:21 GMT 2025 - 11.4K bytes - Click Count (0) -
src/cmd/asm/internal/arch/arch.go
instructions["JNO"] = x86.AJOC /* alternate */ instructions["JNP"] = x86.AJPC /* alternate */ instructions["JNS"] = x86.AJPL /* alternate */ instructions["JNZ"] = x86.AJNE /* alternate */ instructions["JO"] = x86.AJOS /* alternate */ instructions["JOC"] = x86.AJOC /* overflow clear (OF = 0) */ instructions["JOS"] = x86.AJOS /* overflow set (OF = 1) */ instructions["JP"] = x86.AJPS /* alternate */
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Mar 20 17:02:17 GMT 2026 - 22K bytes - Click Count (0)