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 703 int32_t variantBegin;
748 return &fullName[variantBegin];
  /external/icu4c/common/
locid.cpp 513 /* The variantBegin is an offset into fullName, just copy it */
514 variantBegin = other.variantBegin;
588 variantBegin = length;
641 variantBegin = (int32_t)(field[variantField] - fullName);
    [all...]

Completed in 283 milliseconds