Home
last modified time | relevance | path

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

/external/icu4c/test/perf/ubrkperf/
Dubrkperfold.cpp485 UChar fPending2ndSurrogate; member in UCharFile
504 fPending2ndSurrogate = 0; in UCharFile()
568 if (fPending2ndSurrogate != 0) { in get()
569 c = fPending2ndSurrogate; in get()
570 fPending2ndSurrogate = 0; in get()
624 fPending2ndSurrogate = utf16Buf[1]; in get()