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.cpp490 UChar fPending2ndSurrogate; member in UCharFile
509 fPending2ndSurrogate = 0; in UCharFile()
573 if (fPending2ndSurrogate != 0) { in get()
574 c = fPending2ndSurrogate; in get()
575 fPending2ndSurrogate = 0; in get()
629 fPending2ndSurrogate = utf16Buf[1]; in get()
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp1226 UChar fPending2ndSurrogate; member in UCharFile
1236 fPending2ndSurrogate = 0; in UCharFile()
1300 if (fPending2ndSurrogate != 0) { in get()
1301 c = fPending2ndSurrogate; in get()
1302 fPending2ndSurrogate = 0; in get()
1356 fPending2ndSurrogate = utf16Buf[1]; in get()