Home | History | Annotate | Download | only in common

Lines Matching refs:aposMode

145         : aposMode(UCONFIG_MSGPAT_DEFAULT_APOSTROPHE_MODE),
153 : aposMode(mode),
161 : aposMode(UCONFIG_MSGPAT_DEFAULT_APOSTROPHE_MODE),
185 : UObject(other), aposMode(other.aposMode), msg(other.msg),
201 aposMode=other.aposMode;
316 aposMode==other.aposMode &&
326 int32_t hash=(aposMode*37+msg.hashCode())*37+partsLength;
466 aposMode==UMSGPAT_APOS_DOUBLE_REQUIRED ||