Home
last modified time | relevance | path

Searched refs:variantBegin (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dlocid.cpp468 variantBegin = other.variantBegin; in operator =()
543 variantBegin = length; in init()
596 variantBegin = (int32_t)(field[variantField] - fullName); in init()
643 if (variantBegin > baseNameLength) { in initBaseName()
644 variantBegin = baseNameLength; in initBaseName()
674 variantBegin = 0; in setToBogus()
/external/icu/icu4c/source/common/unicode/
Dlocid.h749 int32_t variantBegin; variable
799 return &baseName[variantBegin]; in getVariant()