Searched refs:quoted (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DClock.java153 boolean quoted = false;
158 quoted = !quoted;
160 if (!quoted && c == 'a') {
/frameworks/base/core/java/android/webkit/
H A DLoadListener.java1480 boolean quoted = false;
1483 quoted = !quoted;
1485 if (!quoted) {
/frameworks/base/core/java/android/widget/
H A DDatePicker.java215 boolean quoted = false;
222 quoted = !quoted;
225 if (!quoted) {
/frameworks/base/libs/utils/
H A DResourceTypes.cpp3387 char quoted = 0; local
3396 if (quoted == 0 && isspace16(c)
3400 if (c == '"' && (quoted == 0 || quoted == '"')) {
3403 if (c == '\'' && (quoted == 0 || quoted == '\'')) {
3423 if (quoted == 0) {
3424 quoted = *p;
3426 quoted = 0;

Completed in 640 milliseconds