OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCOL_TOK_TOP
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
ucol_tok.h
39
#define
UCOL_TOK_TOP
0x04
ucol_tok.cpp
768
result = UCOL_TOK_SUCCESS |
UCOL_TOK_TOP
;
777
result = UCOL_TOK_SUCCESS |
UCOL_TOK_TOP
;;
[
all
...]
/external/icu4c/i18n/
ucol_tok.h
39
#define
UCOL_TOK_TOP
0x04
ucol_tok.cpp
762
result = UCOL_TOK_SUCCESS |
UCOL_TOK_TOP
;
771
result = UCOL_TOK_SUCCESS |
UCOL_TOK_TOP
;;
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c
584
top_ = (UBool)((specs &
UCOL_TOK_TOP
) != 0);
968
top_ = (UBool)((specs &
UCOL_TOK_TOP
) != 0);
[
all
...]
/external/icu4c/test/cintltst/
cmsccoll.c
585
top_ = (UBool)((specs &
UCOL_TOK_TOP
) != 0);
970
top_ = (UBool)((specs &
UCOL_TOK_TOP
) != 0);
[
all
...]
Completed in 52 milliseconds