Lines Matching defs:translated
27 private boolean translated; // Has this item been translated?
39 * @param value The translated value of the item appropriate for the encoding of the bundle file to which the item belongs
47 translated = false;
120 * Has the item yet been translated, or was it merely derived from a previous
125 return translated;
139 * Sets the translated value of the item. A true mark indicates that the item has
145 if (translated == isTranslated) return;
146 translated = isTranslated;
264 String retStr = (translated ? "# @translated true" : "# @translated false");