Searched refs:mzPartialLoc (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
D | zstrfmt.cpp | 748 UnicodeString mzPartialLoc[MAX_METAZONES_PER_ZONE][4]; in addSingleZone() local 950 if (mzPartialLoc[j][0] == mzid) { in addSingleZone() 969 mzPartialLoc[mzPartialLocIdx][0].setTo(mzid); in addSingleZone() 970 mzPartialLoc[mzPartialLocIdx][1].remove(); in addSingleZone() 971 mzPartialLoc[mzPartialLocIdx][2].remove(); in addSingleZone() 972 mzPartialLoc[mzPartialLocIdx][3].remove(); in addSingleZone() 981 fallbackFmt->format(params, 2, mzPartialLoc[mzPartialLocIdx][1], fpos, status); in addSingleZone() 988 fallbackFmt->format(params, 2, mzPartialLoc[mzPartialLocIdx][2], fpos, status); in addSingleZone() 990 mzPartialLoc[mzPartialLocIdx][3].setTo(TRUE, gCommonlyUsedTrue, -1); in addSingleZone() 1054 genericPartialLocationNames[i][j].setTo(mzPartialLoc[i][j]); in addSingleZone()
|