Home | History | Annotate | Download | only in unicode

Lines Matching refs:settings

21   *  Usually, one walks through all settings and executes all cases for 
28 * DataMap *settings = NULL;
30 * while(nextSettings(settings, status)) {
31 * // set settings for the subtest
64 /** Gets the next set of settings for the test. Resets the cases iterator.
66 * @param settings a DataMap pointer provided by the user. Will be NULL if
67 * no more settings are available.
69 * @return A boolean, TRUE if there are settings, FALSE if there is no more
70 * settings.
72 virtual UBool nextSettings(const DataMap *& settings, UErrorCode &status) = 0;
106 virtual UBool nextSettings(const DataMap *& settings, UErrorCode &status);