Searched refs:pCandidate (Results 1 – 2 of 2) sorted by relevance
1242 DRCDEC_SELECTION_DATA* pCandidate = in _preSelectionRequirement9() local1244 if (pCandidate == NULL) return DRCDEC_SELECTION_PROCESS_NOT_OK; in _preSelectionRequirement9()1246 if (pCandidate->outputPeakLevel <= hSelProcInput->outputPeakLevelMax) { in _preSelectionRequirement9()1247 if (_drcdec_selection_add(pCandidatesSelected, pCandidate) == NULL) in _preSelectionRequirement9()1302 DRCDEC_SELECTION_DATA* pCandidate = NULL; in _drcSetSelectionAddCandidates() local1306 pCandidate = _drcdec_selection_getAt(pCandidatesPotential, i); in _drcSetSelectionAddCandidates()1307 if (pCandidate == NULL) return DRCDEC_SELECTION_PROCESS_NOT_OK; in _drcSetSelectionAddCandidates()1309 pDrcInstructionUniDrc = pCandidate->pInst; in _drcSetSelectionAddCandidates()1319 pCandidate = _drcdec_selection_getAt(pCandidatesPotential, i); in _drcSetSelectionAddCandidates()1320 if (pCandidate == NULL) return DRCDEC_SELECTION_PROCESS_NOT_OK; in _drcSetSelectionAddCandidates()[all …]
1113 const char *pCandidate = NULL; in uprv_convertToPosix() local1118 pCandidate = getPosixID(&gPosixIDmap[localeIndex], hostid); in uprv_convertToPosix()1126 if (pCandidate && (pPosixID == NULL || uprv_strlen(pCandidate) > uprv_strlen(pPosixID))) { in uprv_convertToPosix()1127 pPosixID = pCandidate; in uprv_convertToPosix()