Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dlocid.cpp464 variantBegin = other.variantBegin; in operator =()
491 variantBegin = other.variantBegin; in operator =()
569 variantBegin = length; in init()
622 variantBegin = (int32_t)(field[variantField] - fullName); in init()
669 if (variantBegin > baseNameLength) { in initBaseName()
670 variantBegin = baseNameLength; in initBaseName()
700 variantBegin = 0; in setToBogus()
/external/icu/icu4c/source/common/unicode/
Dlocid.h1048 int32_t variantBegin; variable
1109 return &baseName[variantBegin]; in getVariant()