Lines Matching refs:match
125 const UCharsetMatch *match;
137 match = ucsdet_detect(csd, &status);
139 if (match == NULL) {
144 dLength = ucsdet_getUChars(match, detected, sLength, &status);
171 const UCharsetMatch *match;
176 match = ucsdet_detect(csd, &status);
178 if (match == NULL) {
183 name = ucsdet_getName(match, &status);
184 conf = ucsdet_getConfidence(match, &status);
196 match = ucsdet_detect(csd, &status);
198 if (match == NULL) {
203 name = ucsdet_getName(match, &status);
204 conf = ucsdet_getConfidence(match, &status);
234 const UCharsetMatch *match;
243 match = ucsdet_detect(csd, &status);
245 if (match == NULL) {
250 name = ucsdet_getName(match, &status);
257 match = ucsdet_detect(csd, &status);
259 if (match == NULL) {
264 name = ucsdet_getName(match, &status);
287 const UCharsetMatch *match;
301 match = ucsdet_detect(csd, &status);
303 if (match == NULL) {
308 name = ucsdet_getName(match, &status);
313 lang = ucsdet_getLanguage(match, &status);
323 match = ucsdet_detect(csd, &status);
325 if (match == NULL) {
330 name = ucsdet_getName(match, &status);
335 lang = ucsdet_getLanguage(match, &status);
392 const UCharsetMatch *match;
403 match = ucsdet_detect(csd, &status);
405 if (match == NULL) {
415 if (testResults[idx] == NULL || strcmp(ucsdet_getName(match, &status), testResults[idx]) != 0) {
417 ucsdet_getName(match, &status), testResults[idx], idx, ucsdet_getConfidence(match, &status));
477 const UCharsetMatch *match;
481 match = ucsdet_detect(csd, &status);
483 if (match == NULL) {
488 name = ucsdet_getName(match, &status);
494 match = ucsdet_detect(csd, &status);
496 if (match == NULL) {
501 name = ucsdet_getName(match, &status);
555 const UCharsetMatch *match;
559 match = ucsdet_detect(csd, &status);
561 if (match == NULL) {
566 name = ucsdet_getName(match, &status);
572 match = ucsdet_detect(csd, &status);
574 if (match == NULL) {
579 name = ucsdet_getName(match, &status);