OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KeywordStruct
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
uloc.cpp
611
}
KeywordStruct
;
615
const char* leftString = ((const
KeywordStruct
*)left)->keyword;
616
const char* rightString = ((const
KeywordStruct
*)right)->keyword;
624
* If addKeyword is not NULL is must have length small enough to fit in
KeywordStruct
.keyword.
636
KeywordStruct
keywordList[ULOC_MAX_NO_KEYWORDS];
[
all
...]
/external/icu/icu4c/source/common/
uloc.cpp
611
}
KeywordStruct
;
615
const char* leftString = ((const
KeywordStruct
*)left)->keyword;
616
const char* rightString = ((const
KeywordStruct
*)right)->keyword;
624
* If addKeyword is not NULL is must have length small enough to fit in
KeywordStruct
.keyword.
636
KeywordStruct
keywordList[ULOC_MAX_NO_KEYWORDS];
[
all
...]
Completed in 305 milliseconds