OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uNext
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/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
/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 40 milliseconds