OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:staticList
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
ThreadSpecificWin.cpp
35
DEFINE_STATIC_LOCAL(DoublyLinkedList<PlatformThreadSpecificKey>,
staticList
, ());
36
return
staticList
;
/external/chromium_org/third_party/icu/source/common/
unisetspan.cpp
46
* However, this implementation uses at least a
staticList
with more than
57
OffsetList() : list(
staticList
), capacity(0), length(0), start(0) {}
60
if(list!=
staticList
) {
67
if(maxLength<=(int32_t)sizeof(
staticList
)) {
68
capacity=(int32_t)sizeof(
staticList
);
161
UBool
staticList
[16];
[
all
...]
/external/icu/icu4c/source/common/
unisetspan.cpp
46
* However, this implementation uses at least a
staticList
with more than
57
OffsetList() : list(
staticList
), capacity(0), length(0), start(0) {}
60
if(list!=
staticList
) {
67
if(maxLength<=(int32_t)sizeof(
staticList
)) {
68
capacity=(int32_t)sizeof(
staticList
);
161
UBool
staticList
[16];
[
all
...]
Completed in 450 milliseconds