Searched refs:needsAutoQuoting (Results 1 – 4 of 4) 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 …]
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;
936 UBool needsAutoQuoting; variable