Searched refs:pRangeCount (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_wgt.h62 * @param pRangeCount The number of ranges. It will be decremented when necessary.
66 ucol_nextWeight(WeightRange ranges[], int32_t *pRangeCount);
H A Ducol_wgt.cpp485 ucol_nextWeight(WeightRange ranges[], int32_t *pRangeCount) { argument
486 if(*pRangeCount<=0) {
498 if(--*pRangeCount>0) {
499 uprv_memmove(ranges, ranges+1, *pRangeCount*sizeof(WeightRange));
/external/icu4c/i18n/
H A Ducol_wgt.h62 * @param pRangeCount The number of ranges. It will be decremented when necessary.
66 ucol_nextWeight(WeightRange ranges[], int32_t *pRangeCount);
H A Ducol_wgt.cpp498 ucol_nextWeight(WeightRange ranges[], int32_t *pRangeCount) { argument
499 if(*pRangeCount<=0) {
511 if(--*pRangeCount>0) {
512 uprv_memmove(ranges, ranges+1, *pRangeCount*sizeof(WeightRange));

Completed in 100 milliseconds