Home | History | Annotate | Download | only in toolutil

Lines Matching refs:check

123 // check a dependency ------------------------------------------------------ ***
165 CheckDependency check, void *context,
170 check(context, itemName, target);
176 checkParent(const char *itemName, CheckDependency check, void *context,
212 checkIDSuffix(itemName, parent, parentLength, suffix, check, context, pErrorCode);
220 * Check for the alias from the string or alias resource res.
225 CheckDependency check, void *context, UErrorCode *pErrorCode) {
273 checkIDSuffix(itemName, localeID, -1, (useResSuffix ? ".res" : ""), check, context, pErrorCode);
284 CheckDependency check, void *context,
291 // Check for %%ALIAS
297 // Check for %%DEPENDENCY
309 checkAlias(itemName, res, alias, length, useResSuffix, check, context, pErrorCode);
316 checkAlias(itemName, res, alias, length, TRUE, check, context, pErrorCode);
330 check, context,
351 check, context,
370 CheckDependency check, void *context,
389 checkParent(itemName, check, context, pErrorCode);
401 check(context, itemName, poolName);
405 // check() already printed a complaint.
434 check, context,
446 CheckDependency check, void *context,
455 /* check format version */
480 /* check for supported conversionType values */
539 checkIDSuffix(itemName, baseName, -1, ".cnv", check, context, pErrorCode);
576 Package::enumDependencies(Item *pItem, void *context, CheckDependency check) {
596 ures_enumDependencies(pItem->name, nrb.getDataInfo(), nrb.getBytes(), nrb.getLength(), check, context, this, &errorCode);
618 ucnv_enumDependencies(ds, pItem->name, pInfo, inBytes, length, check, context, &errorCode);