OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCOL_PROCESSED_NULLORDER
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/i18n/unicode/
ucoleitr.h
37
#define
UCOL_PROCESSED_NULLORDER
((int64_t)U_INT64_MAX)
214
* @return The next collation elements ordering, otherwise returns
UCOL_PROCESSED_NULLORDER
237
*
UCOL_PROCESSED_NULLORDER
if an error has occured or if the start of
/external/icu4c/i18n/
ucoleitr.cpp
435
return
UCOL_PROCESSED_NULLORDER
;
452
result =
UCOL_PROCESSED_NULLORDER
;
520
return
UCOL_PROCESSED_NULLORDER
;
588
return
UCOL_PROCESSED_NULLORDER
;
usearch.cpp
410
while ((pce = ucol_nextProcessed(coleiter, NULL, NULL, status)) !=
UCOL_PROCESSED_NULLORDER
&&
[
all
...]
/external/icu4c/test/intltest/
ssearch.cpp
[
all
...]
Completed in 656 milliseconds