Searched refs:needsAutoQuoting (Results 1 – 5 of 5) sorted by relevance
150 hasArgNames(FALSE), hasArgNumbers(FALSE), needsAutoQuoting(FALSE) { in MessagePattern()158 hasArgNames(FALSE), hasArgNumbers(FALSE), needsAutoQuoting(FALSE) { in MessagePattern()166 hasArgNames(FALSE), hasArgNumbers(FALSE), needsAutoQuoting(FALSE) { in MessagePattern()191 needsAutoQuoting(other.needsAutoQuoting) { in MessagePattern()207 needsAutoQuoting=other.needsAutoQuoting; in operator =()307 needsAutoQuoting=FALSE; in clear()345 if(!needsAutoQuoting) { in autoQuoteApostropheDeep()418 needsAutoQuoting=FALSE; in preParse()461 needsAutoQuoting=TRUE; in parseMessage()494 needsAutoQuoting=TRUE; in parseMessage()[all …]
244 needsAutoQuoting=false; in clear()376 if(!needsAutoQuoting) { in autoQuoteApostropheDeep()851 needsAutoQuoting=false; in preParse()876 needsAutoQuoting=true; in parseMessage()908 needsAutoQuoting=true; in parseMessage()916 needsAutoQuoting=true; in parseMessage()1540 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;
255 needsAutoQuoting=false; in clear()399 if(!needsAutoQuoting) { in autoQuoteApostropheDeep()922 needsAutoQuoting=false; in preParse()947 needsAutoQuoting=true; in parseMessage()979 needsAutoQuoting=true; in parseMessage()987 needsAutoQuoting=true; in parseMessage()1611 private boolean needsAutoQuoting;
938 UBool needsAutoQuoting; variable