- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for JO (0.01 sec)
-
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" });
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 10.8K bytes - Viewed (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 */
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Nov 07 02:20:14 UTC 2024 - 21.7K bytes - Viewed (0)