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

  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.cpp 427 * @param endexpansion the last expansion collation element to be added
433 static int uprv_uca_setMaxExpansion(uint32_t endexpansion,
492 if (endexpansion <= *mid) {
500 if (*start == endexpansion) {
503 else if (*limit == endexpansion) {
524 if (shiftsize == 0 /*|| *(pendexpansionce + pos) < endexpansion*/) { /* the commented part is actually both redundant and dangerous */
525 *(pendexpansionce + pos + 1) = endexpansion;
532 *shiftpos = endexpansion;
544 if (pendexpansionce[temp] == endexpansion) {
551 if (pendexpansionce[temp] == endexpansion) {
    [all...]
  /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 2417 milliseconds