Home
last modified time | relevance | path

Searched refs:TRUE_VALUE (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DCombinedFormatUtils.java38 public static final String TRUE_VALUE = "true"; field in CombinedFormatUtils
63 builder.append("," + BEGINNING_OF_SENTENCE_TAG + "=" + TRUE_VALUE); in formatWordProperty()
66 builder.append("," + NOT_A_WORD_TAG + "=" + TRUE_VALUE); in formatWordProperty()
69 builder.append("," + POSSIBLY_OFFENSIVE_TAG + "=" + TRUE_VALUE); in formatWordProperty()
107 return TRUE_VALUE.equalsIgnoreCase(value); in isLiteralTrue()