Searched refs:needsAutoQuoting (Results 1 – 5 of 5) sorted by relevance
148 hasArgNames(FALSE), hasArgNumbers(FALSE), needsAutoQuoting(FALSE) { in MessagePattern()156 hasArgNames(FALSE), hasArgNumbers(FALSE), needsAutoQuoting(FALSE) { in MessagePattern()164 hasArgNames(FALSE), hasArgNumbers(FALSE), needsAutoQuoting(FALSE) { in MessagePattern()189 needsAutoQuoting(other.needsAutoQuoting) { in MessagePattern()205 needsAutoQuoting=other.needsAutoQuoting; in operator =()305 needsAutoQuoting=FALSE; in clear()343 if(!needsAutoQuoting) { in autoQuoteApostropheDeep()416 needsAutoQuoting=FALSE; in preParse()459 needsAutoQuoting=TRUE; in parseMessage()492 needsAutoQuoting=TRUE; in parseMessage()[all …]
242 needsAutoQuoting=false; in clear()374 if(!needsAutoQuoting) { in autoQuoteApostropheDeep()846 needsAutoQuoting=false; in preParse()871 needsAutoQuoting=true; in parseMessage()903 needsAutoQuoting=true; in parseMessage()911 needsAutoQuoting=true; in parseMessage()1535 private boolean needsAutoQuoting;
252 needsAutoQuoting=false; in clear()396 if(!needsAutoQuoting) { in autoQuoteApostropheDeep()916 needsAutoQuoting=false; in preParse()941 needsAutoQuoting=true; in parseMessage()973 needsAutoQuoting=true; in parseMessage()981 needsAutoQuoting=true; in parseMessage()1605 private boolean needsAutoQuoting;
253 needsAutoQuoting=false; in clear()397 if(!needsAutoQuoting) { in autoQuoteApostropheDeep()917 needsAutoQuoting=false; in preParse()942 needsAutoQuoting=true; in parseMessage()974 needsAutoQuoting=true; in parseMessage()982 needsAutoQuoting=true; in parseMessage()1606 private boolean needsAutoQuoting;
936 UBool needsAutoQuoting; variable