HomeSort by relevance Sort by last modified time
    Searched full:endexpansion (Results 1 - 1 of 1) sorted by null

  /external/icu4c/i18n/
ucol_elm.cpp 429 * @param endexpansion the last expansion collation element to be added
435 static int uprv_uca_setMaxExpansion(uint32_t endexpansion,
494 if (endexpansion <= *mid) {
502 if (*start == endexpansion) {
505 else if (*limit == endexpansion) {
526 if (shiftsize == 0 /*|| *(pendexpansionce + pos) < endexpansion*/) { /* the commented part is actually both redundant and dangerous */
527 *(pendexpansionce + pos + 1) = endexpansion;
534 *shiftpos = endexpansion;
546 if (pendexpansionce[temp] == endexpansion) {
553 if (pendexpansionce[temp] == endexpansion) {
    [all...]

Completed in 358 milliseconds