Home
last modified time | relevance | path

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

/external/icu/icu4c/source/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/messageformat/java/com/ibm/icu/text/
DMessagePattern.java252 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;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessagePattern.java252 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;
/external/icu/icu4c/source/common/unicode/
Dmessagepattern.h936 UBool needsAutoQuoting; variable