Home | History | Annotate | Download | only in i18n

Lines Matching refs:LINEAR_SEARCH_THRESHOLD

1145 #define LINEAR_SEARCH_THRESHOLD 10
1193 if (binarySearchEnd - binarySearchBegin < LINEAR_SEARCH_THRESHOLD) {