OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uNext
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
uenum.c
118
if (en->
uNext
!= NULL) {
120
const UChar *tempUCharVal = en->
uNext
(en, resultLength, status);
146
if (en->
uNext
!= NULL) {
147
return en->
uNext
(en, resultLength, status);
uenumimp.h
122
UEnumUNext *
uNext
;
134
* when a UEnumeration is defined with '
uNext
' pointing to this
Completed in 43 milliseconds