Searched refs:UPLUG_REASON_QUERY (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/icuinfo/
H A Dtestplug.c52 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/
H A Dtestplug.c52 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/
H A Dicuplug.h74 * 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. **/ enumerator in enum:__anon11635
/external/icu4c/common/unicode/
H A Dicuplug.h74 * 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. **/ enumerator in enum:__anon19116
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dudbgutil.cpp186 FIELD_NAME_STR( LEN_UPLUG_REASON, UPLUG_REASON_QUERY ),
/external/chromium_org/third_party/icu/source/common/
H A Dicuplug.c289 uplug_callPlug(plug, UPLUG_REASON_QUERY, status);
/external/icu4c/common/
H A Dicuplug.c293 uplug_callPlug(plug, UPLUG_REASON_QUERY, status);
/external/icu4c/tools/toolutil/
H A Dudbgutil.cpp191 FIELD_NAME_STR( LEN_UPLUG_REASON, UPLUG_REASON_QUERY ),

Completed in 177 milliseconds