Home
last modified time | relevance | path

Searched refs:needsAutoQuoting (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Dmessagepattern.cpp148 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 …]
/external/icu4c/common/unicode/
Dmessagepattern.h938 UBool needsAutoQuoting; variable