Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dmessagepattern.cpp150 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 …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMessagePattern.java244 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;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessagePattern.java255 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;
/external/icu/icu4c/source/common/unicode/
Dmessagepattern.h938 UBool needsAutoQuoting; variable