Home | History | Annotate | Download | only in cintltst

Lines Matching refs:match

127     const UCharsetMatch *match;
139 match = ucsdet_detect(csd, &status);
141 if (match == NULL) {
146 dLength = ucsdet_getUChars(match, detected, sLength, &status);
173 const UCharsetMatch *match;
178 match = ucsdet_detect(csd, &status);
180 if (match == NULL) {
185 name = ucsdet_getName(match, &status);
186 conf = ucsdet_getConfidence(match, &status);
198 match = ucsdet_detect(csd, &status);
200 if (match == NULL) {
205 name = ucsdet_getName(match, &status);
206 conf = ucsdet_getConfidence(match, &status);
236 const UCharsetMatch *match;
245 match = ucsdet_detect(csd, &status);
247 if (match == NULL) {
252 name = ucsdet_getName(match, &status);
259 match = ucsdet_detect(csd, &status);
261 if (match == NULL) {
266 name = ucsdet_getName(match, &status);
289 const UCharsetMatch *match;
303 match = ucsdet_detect(csd, &status);
305 if (match == NULL) {
310 name = ucsdet_getName(match, &status);
315 lang = ucsdet_getLanguage(match, &status);
325 match = ucsdet_detect(csd, &status);
327 if (match == NULL) {
332 name = ucsdet_getName(match, &status);
337 lang = ucsdet_getLanguage(match, &status);
394 const UCharsetMatch *match;
405 match = ucsdet_detect(csd, &status);
407 if (match == NULL) {
417 if (testResults[idx] == NULL || strcmp(ucsdet_getName(match, &status), testResults[idx]) != 0) {
419 ucsdet_getName(match, &status), testResults[idx], idx, ucsdet_getConfidence(match, &status));
479 const UCharsetMatch *match;
483 match = ucsdet_detect(csd, &status);
485 if (match == NULL) {
490 name = ucsdet_getName(match, &status);
496 match = ucsdet_detect(csd, &status);
498 if (match == NULL) {
503 name = ucsdet_getName(match, &status);
557 const UCharsetMatch *match;
561 match = ucsdet_detect(csd, &status);
563 if (match == NULL) {
568 name = ucsdet_getName(match, &status);
574 match = ucsdet_detect(csd, &status);
576 if (match == NULL) {
581 name = ucsdet_getName(match, &status);