Searched refs:LABEL_FLAGS_PRESERVE_CASE (Results 1 – 1 of 1) sorted by relevance
84 private static final int LABEL_FLAGS_PRESERVE_CASE = 0x8000; field in Key349 if ((labelFlags & LABEL_FLAGS_PRESERVE_CASE) != 0) return false; in needsToUpperCase()