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

  /external/chromium_org/third_party/icu/source/tools/icuinfo/
testplug.c 52 if(reason==UPLUG_REASON_QUERY) {
53 uplug_setPlugName(data, "Just a Test High-Level Plugin"); /* This call is optional in response to UPLUG_REASON_QUERY, but is a good idea. */
54 uplug_setPlugLevel(data, UPLUG_LEVEL_HIGH); /* This call is Mandatory in response to UPLUG_REASON_QUERY */
68 if(reason==UPLUG_REASON_QUERY) {
86 /* Should respond to UPLUG_REASON_QUERY here. */
101 if(reason==UPLUG_REASON_QUERY) {
121 if(reason==UPLUG_REASON_QUERY) {
146 if(reason==UPLUG_REASON_QUERY) {
191 if(reason==UPLUG_REASON_QUERY) {
  /external/icu4c/tools/icuinfo/
testplug.c 52 if(reason==UPLUG_REASON_QUERY) {
53 uplug_setPlugName(data, "Just a Test High-Level Plugin"); /* This call is optional in response to UPLUG_REASON_QUERY, but is a good idea. */
54 uplug_setPlugLevel(data, UPLUG_LEVEL_HIGH); /* This call is Mandatory in response to UPLUG_REASON_QUERY */
68 if(reason==UPLUG_REASON_QUERY) {
86 /* Should respond to UPLUG_REASON_QUERY here. */
101 if(reason==UPLUG_REASON_QUERY) {
121 if(reason==UPLUG_REASON_QUERY) {
146 if(reason==UPLUG_REASON_QUERY) {
191 if(reason==UPLUG_REASON_QUERY) {
  /external/chromium_org/third_party/icu/source/common/unicode/
icuplug.h 74 * if(reason==UPLUG_REASON_QUERY) {
93 * <li>When the 'reason' parameter is set to UPLUG_REASON_QUERY, the
97 * <li>When the 'reason' parameter is UPLUG_REASON_QUERY, the plugin
152 UPLUG_REASON_QUERY = 0, /**< The plugin is being queried for info. **/
  /external/icu4c/common/unicode/
icuplug.h 74 * if(reason==UPLUG_REASON_QUERY) {
93 * <li>When the 'reason' parameter is set to UPLUG_REASON_QUERY, the
97 * <li>When the 'reason' parameter is UPLUG_REASON_QUERY, the plugin
153 UPLUG_REASON_QUERY = 0, /**< The plugin is being queried for info. **/
  /external/chromium_org/third_party/icu/source/tools/toolutil/
udbgutil.cpp 186 FIELD_NAME_STR( LEN_UPLUG_REASON, UPLUG_REASON_QUERY ),
  /external/chromium_org/third_party/icu/source/common/
icuplug.c 289 uplug_callPlug(plug, UPLUG_REASON_QUERY, status);
  /external/icu4c/common/
icuplug.c 293 uplug_callPlug(plug, UPLUG_REASON_QUERY, status);
  /external/icu4c/tools/toolutil/
udbgutil.cpp 191 FIELD_NAME_STR( LEN_UPLUG_REASON, UPLUG_REASON_QUERY ),

Completed in 560 milliseconds