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

  /external/icu4c/tools/icuinfo/
testplug.c 57 return UPLUG_TOKEN; /* This must always be returned, to indicate that the entrypoint was actually a plugin. */
73 return UPLUG_TOKEN;
88 return UPLUG_TOKEN;
136 return UPLUG_TOKEN;
151 return UPLUG_TOKEN;
202 return UPLUG_TOKEN;
  /external/icu4c/common/unicode/
icuplug.h 82 * return UPLUG_TOKEN;
90 * <ol><li>The plugin MUST always return UPLUG_TOKEN as a return value- to
130 #define UPLUG_TOKEN 0x54762486
141 * Must always be set to UPLUG_TOKEN
142 * @see UPLUG_TOKEN
178 * @return A valid plugin must return UPLUG_TOKEN
  /external/icu4c/common/
icuplug.c 266 if(token!=UPLUG_TOKEN) {
329 plug->token = UPLUG_TOKEN;

Completed in 2942 milliseconds