HomeSort by relevance Sort by last modified time
    Searched defs:imc (Results 1 - 5 of 5) sorted by null

  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/cal10n/
LocLoggerFactory.java 49 final IMessageConveyor imc; field in class:LocLoggerFactory
51 public LocLoggerFactory(IMessageConveyor imc) {
52 this.imc = imc;
62 return new LocLogger(LoggerFactory.getLogger(name), imc);
LocLogger.java 53 final IMessageConveyor imc; field in class:LocLogger
55 public LocLogger(Logger logger, IMessageConveyor imc) {
57 if (imc == null) {
60 this.imc = imc;
75 String translatedMsg = imc.getMessage(key, args);
97 String translatedMsg = imc.getMessage(key, args);
119 String translatedMsg = imc.getMessage(key, args);
141 String translatedMsg = imc.getMessage(key, args);
163 String translatedMsg = imc.getMessage(key, args)
    [all...]
  /external/slf4j/slf4j-ext/src/test/java/org/slf4j/cal10n_dummy/
LocLoggerTest.java 44 IMessageConveyor imc = new MessageConveyor(Locale.UK); field in class:LocLoggerTest
45 LocLoggerFactory llFactory_uk = new LocLoggerFactory(imc);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
TransliteratorInputMethod.java 87 InputMethodContext imc; field in class:TransliteratorInputMethod
118 imc = context;
119 imc.enableClientWindowNotification(this, attachedStatusWindow);
452 imc.dispatchInputMethodEvent(
467 imc.dispatchInputMethodEvent(InputMethodEvent.CARET_POSITION_CHANGED,
  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 2 * EAP-TNC - TNCC (IF-IMC and IF-TNCCS)
42 /* TNC IF-IMC */
97 struct tnc_if_imc *imc; member in struct:tncc_data
113 struct tnc_if_imc *imc; local
127 imc = tnc_imc[imcID];
128 os_free(imc->supported_types);
129 imc->supported_types =
131 if (imc->supported_types == NULL)
133 os_memcpy(imc->supported_types, supportedTypes,
135 imc->num_supported_types = typeCount
148 struct tnc_if_imc *imc; local
491 struct tnc_if_imc *imc; local
514 struct tnc_if_imc *imc; local
533 struct tnc_if_imc *imc; local
544 struct tnc_if_imc *imc; local
586 struct tnc_if_imc *imc; local
888 struct tnc_if_imc *imc, *last; local
1009 struct tnc_if_imc *imc; local
1075 struct tnc_if_imc *imc, *last; local
1123 struct tnc_if_imc *imc; local
1157 struct tnc_if_imc *imc, *prev; local
    [all...]

Completed in 354 milliseconds