HomeSort by relevance Sort by last modified time
    Searched refs:checkDependency (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/tools/toolutil/
package.h 31 typedef void CheckDependency(void *context, const char *itemName, const char *targetName);
120 * Enumerate all the dependencies and give the results to context and call CheckDependency callback
124 void enumDependencies(void *context, CheckDependency check);
127 void enumDependencies(Item *pItem, void *context, CheckDependency check);
130 * Default CheckDependency function used by checkDependencies()
132 static void checkDependency(void *context, const char *itemName, const char *targetName);
package.cpp     [all...]
  /external/icu4c/tools/toolutil/
package.h 31 typedef void CheckDependency(void *context, const char *itemName, const char *targetName);
134 * Enumerate all the dependencies and give the results to context and call CheckDependency callback
138 void enumDependencies(void *context, CheckDependency check);
141 void enumDependencies(Item *pItem, void *context, CheckDependency check);
144 * Default CheckDependency function used by checkDependencies()
146 static void checkDependency(void *context, const char *itemName, const char *targetName);
package.cpp     [all...]

Completed in 173 milliseconds