Lines Matching refs:append
27 str.append(" "); in indentStr()
45 str.append("{\n"); in toJson()
48 str.append("\"op\": \""); in toJson()
51 str.append("ALWAYS_TRUE"); in toJson()
54 str.append("GREATER_THAN"); in toJson()
57 str.append("LESS_THAN"); in toJson()
60 str.append("EQUALS"); in toJson()
63 str.append("AND_SUBRULES"); in toJson()
66 str.append("OR_SUBRULES"); in toJson()
69 str.append("CONTAINS_ANY"); in toJson()
75 str.append("\""); in toJson()
78 str.append(",\n"); in toJson()
80 str.append("\"negate\": true"); in toJson()
94 str.append(",\n"); in toJson()
96 str.append("\"property\": \""); in toJson()
99 str.append("NONE"); in toJson()
102 str.append("SDK_VERSION"); in toJson()
105 str.append("SCREEN_DENSITY"); in toJson()
108 str.append("NATIVE_PLATFORM"); in toJson()
111 str.append("LANGUAGE"); in toJson()
117 str.append("\""); in toJson()
121 str.append(",\n"); in toJson()
123 str.append("\"subrules\": [\n"); in toJson()
126 str.append(subrules[i]->toJson(indent + 1)); in toJson()
128 str.append(","); in toJson()
130 str.append("\n"); in toJson()
133 str.append("]"); in toJson()
138 str.append(",\n"); in toJson()
140 str.append("\"args\": ["); in toJson()
144 str.append(", "); in toJson()
148 str.append("]"); in toJson()
153 str.append(",\n"); in toJson()
155 str.append("\"args\": ["); in toJson()
159 str.append(", "); in toJson()
161 str.append(stringArgs[i]); in toJson()
163 str.append("]"); in toJson()
170 str.append("\n"); in toJson()
173 str.append("}"); in toJson()