OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testSetting
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/test/intltest/
dadrcal.cpp
111
UnicodeString
testSetting
= currentCase->getString(param, status);
117
testSetting
.extract(0,
testSetting
.length(), toCalLoc, (const char*)0);
121
+
testSetting
);
128
UnicodeString from =
testSetting
=currentCase->getString(param, status);
139
} else if(fromSet.parseFrom(
testSetting
, status)<0 || U_FAILURE(status)){
141
+
testSetting
);
147
UnicodeString operation =
testSetting
=currentCase->getString(param,
156
+
testSetting
);
163
UnicodeString params =
testSetting
[
all
...]
dadrfmt.cpp
335
UnicodeString
testSetting
;
340
testSetting
= settings->getString("Type", status);
345
logln(
testSetting
+ "---");
346
testSetting
.extract(0,
testSetting
.length(), testType, "");
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DataDrivenCalendarTest.java
120
String
testSetting
= settings.getString("ToCalendar");
121
ULocale loc = new ULocale(
testSetting
);
132
String locale =
testSetting
= currentCase.getString("locale");
133
ULocale fromLoc = new ULocale(
testSetting
);
182
String
testSetting
= currentCase.getString(param);
183
locale =
testSetting
;
190
String from =
testSetting
=currentCase.getString(param);
195
fromSet.parseFrom(
testSetting
);
197
// System.err.println("fromset: ["+
testSetting
+"] >> " + fromSet);
201
String operation =
testSetting
=currentCase.getString(param)
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DataDrivenCalendarTest.java
116
String
testSetting
= settings.getString("ToCalendar");
117
ULocale loc = new ULocale(
testSetting
);
128
String locale =
testSetting
= currentCase.getString("locale");
129
ULocale fromLoc = new ULocale(
testSetting
);
178
String
testSetting
= currentCase.getString(param);
179
locale =
testSetting
;
186
String from =
testSetting
=currentCase.getString(param);
191
fromSet.parseFrom(
testSetting
);
193
// System.err.println("fromset: ["+
testSetting
+"] >> " + fromSet);
197
String operation =
testSetting
=currentCase.getString(param)
[
all
...]
Completed in 103 milliseconds