Lines Matching refs:bundle
40 UResourceBundle *bundle; member
66 uld->bundle = ures_open(NULL, localeID, status); in ulocdata_open()
82 ures_close(uld->bundle); in ulocdata_close()
111 exemplarChars = ures_getStringByKey(uld->bundle, exemplarSetTypes[extype], &len, &localStatus); in ulocdata_getExemplarSet()
153 delimiterBundle = ures_getByKey(uld->bundle, "delimiters", NULL, &localStatus); in ulocdata_getDelimiter()
190 UResourceBundle* bundle=NULL; in ulocdata_getMeasurementSystem() local
198 bundle = ures_open(NULL, localeID, status); in ulocdata_getMeasurementSystem()
200 measurement = ures_getByKeyWithFallback(bundle, MEASUREMENT_SYSTEM, NULL, status); in ulocdata_getMeasurementSystem()
204 ures_close(bundle); in ulocdata_getMeasurementSystem()
213 UResourceBundle* bundle=NULL; in ulocdata_getPaperSize() local
222 bundle = ures_open(NULL, localeID, status); in ulocdata_getPaperSize()
223 paperSizeBundle = ures_getByKeyWithFallback(bundle, PAPER_SIZE, NULL, status); in ulocdata_getPaperSize()
235 ures_close(bundle); in ulocdata_getPaperSize()