HomeSort by relevance Sort by last modified time
    Searched full:recognizers (Results 1 - 15 of 15) sorted by null

  /external/chromium/third_party/icu/source/i18n/
csdetect.cpp 75 CharsetRecognizer **recognizers; local
133 recognizers = NEW_ARRAY(CharsetRecognizer *, rCount);
135 if (recognizers == NULL) {
140 recognizers[r] = tempArray[r];
142 if (recognizers[r] == NULL) {
153 fCSRecognizers = recognizers;
158 if (fCSRecognizers != recognizers) {
160 delete recognizers[r];
161 recognizers[r] = NULL;
164 DELETE_ARRAY(recognizers);
    [all...]
csrmbcs.h 20 // Recognizers for specific mbcs encodings make their "characters" available
112 * EUC charset recognizers. One abstract class that provides the common function
  /external/icu4c/i18n/
csdetect.cpp 75 CharsetRecognizer **recognizers; local
133 recognizers = NEW_ARRAY(CharsetRecognizer *, rCount);
135 if (recognizers == NULL) {
140 recognizers[r] = tempArray[r];
142 if (recognizers[r] == NULL) {
153 fCSRecognizers = recognizers;
158 if (fCSRecognizers != recognizers) {
160 delete recognizers[r];
161 recognizers[r] = NULL;
164 DELETE_ARRAY(recognizers);
    [all...]
csrmbcs.h 20 // Recognizers for specific mbcs encodings make their "characters" available
112 * EUC charset recognizers. One abstract class that provides the common function
  /packages/apps/Settings/src/com/android/settings/
VoiceInputOutputSettings.java 101 // But first set up the available recognizers map with just the one recognizer.
113 // Multiple recognizers available, so show the full list of choices.
124 private void populateRecognizerPreference(List<ResolveInfo> recognizers) {
125 int size = recognizers.size();
133 // Iterate through all the available recognizers and load up their info to show
137 ResolveInfo resolveInfo = recognizers.get(i);
  /development/samples/VoiceRecognitionService/
AndroidManifest.xml 28 to users if they have to choose between multiple recognizers in
  /external/srec/srec/crec/
c47mulsp.c 39 log_report("Error: too few recognizers allocated\n");
srec.c     [all...]
  /frameworks/base/core/java/android/speech/
RecognitionService.java 212 * {@link RecognitionService#onStartListening(Intent, Callback)} method. Recognizers may call
  /external/srec/srec/include/
simapi.h     [all...]
  /frameworks/base/docs/html/resources/articles/
on-screen-inputs.jd 30 keyboard, hand-writing recognizers, and hard keyboard translators. Our focus,
  /external/srec/srec/clib/
fpi_tgt.c 433 * With multiple recognizers, the gap-test doesn't work !!!
  /external/chromium/third_party/icu/source/test/intltest/
csdetest.cpp 249 printf("There are %d recognizers.\n", count);
  /external/icu4c/test/intltest/
csdetest.cpp 251 printf("There are %d recognizers.\n", count);
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c     [all...]

Completed in 356 milliseconds