Searched refs:lastCharSeen (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/add-ons/icu/
H A DICUTimeData.cpp315 UChar lastCharSeen = 0; local
321 // last character (via lastCharSeen)
324 if (lastCharSeen != 0 && currChar == lastCharSeen) {
330 switch (lastCharSeen) {
408 if (lastCharSeen != 0)
409 posixPattern.append(lastCharSeen);
412 if (lastCharSeen != 0)
413 posixPattern.append(lastCharSeen);
418 lastCharSeen
[all...]

Completed in 30 milliseconds