Home
last modified time | relevance | path

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

/external/icu/icu4c/source/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()
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp1223 UChar fPending2ndSurrogate; member in UCharFile
1233 fPending2ndSurrogate = 0; in UCharFile()
1297 if (fPending2ndSurrogate != 0) { in get()
1298 c = fPending2ndSurrogate; in get()
1299 fPending2ndSurrogate = 0; in get()
1353 fPending2ndSurrogate = utf16Buf[1]; in get()