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

  /external/icu4c/common/unicode/
locid.h 727 int32_t variantBegin;
773 return &baseName[variantBegin];
  /external/icu4c/common/
locid.cpp 433 /* The variantBegin is an offset, just copy it */
434 variantBegin = other.variantBegin;
510 variantBegin = length;
563 variantBegin = (int32_t)(field[variantField] - fullName);
1026 // the computation of variantBegin leaves it equal to the length
1029 if (variantBegin == (int32_t)uprv_strlen(fullName)) {
1030 ((Locale*)this)->variantBegin = baseNameSize;

Completed in 88 milliseconds