Searched defs:maskOtherAlphabetic (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/make/tools/src/build/tools/generatecharacter/
H A DGenerateCharacter.java198 maskOtherAlphabetic = 0x400000000L, field in class:GenerateCharacter
366 addExProp(result, propList, "Other_Alphabetic", maskOtherAlphabetic);
781 if (x.equals("maskOtherAlphabetic")) return "0x" + hex4(maskOtherAlphabetic >> 32);

Completed in 26 milliseconds