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

  /external/icu/icu4c/source/common/unicode/
locid.h 748 int32_t variantBegin;
798 return &baseName[variantBegin];
  /external/icu/icu4c/source/common/
locid.cpp 458 /* The variantBegin is an offset, just copy it */
459 variantBegin = other.variantBegin;
534 variantBegin = length;
587 variantBegin = (int32_t)(field[variantField] - fullName);
631 // The original computation of variantBegin leaves it equal to the length
634 if (variantBegin > baseNameLength) {
635 variantBegin = baseNameLength;

Completed in 63 milliseconds