Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for je (0.01 sec)

  1. src/main/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverter.java

            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" });
    
            map.put("シャ", new String[] { "sya", "sha" });
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Fri Jul 04 14:00:23 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/arch/arch.go

    	instructions["JC"] = x86.AJCS   /* alternate */
    	instructions["JCC"] = x86.AJCC  /* carry clear (CF = 0) */
    	instructions["JCS"] = x86.AJCS  /* carry set (CF = 1) */
    	instructions["JE"] = x86.AJEQ   /* alternate */
    	instructions["JEQ"] = x86.AJEQ  /* equal (ZF = 1) */
    	instructions["JG"] = x86.AJGT   /* alternate */
    	instructions["JGE"] = x86.AJGE  /* greater than or equal (signed) (SF = OF) */
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Nov 07 02:20:14 UTC 2024
    - 21.7K bytes
    - Viewed (0)
Back to top