Symbols  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
JAPANESE_HIRAGANA — Constant static property in class System.IME
A string with the value "JAPANESE_HIRAGANA" for use with setConversionMode() and getConversionMode().
JAPANESE_KATAKANA_FULL — Constant static property in class System.IME
A string with the value "JAPANESE_KATAKANA_FULL" for use with setConversionMode() and getConversionMode().
JAPANESE_KATAKANA_HALF — Constant static property in class System.IME
A string with the value "JAPANESE_KATAKANA_HALF" for use with setConversionMode() and getConversionMode().
join([delimiter:String]) — Method in class Array
Converts the elements in an array to strings, inserts the specified separator between the elements, concatenates them, and returns the resulting string.