OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sEmpty
(Results
1 - 5
of
5
) sorted by null
/sdk/find_java2/src/
JavaPath.h
35
static const CJavaPath
sEmpty
;
JavaPath.cpp
25
const CJavaPath CJavaPath::
sEmpty
= CJavaPath();
/frameworks/native/include/input/
KeyCharacterMap.h
225
static sp<KeyCharacterMap>
sEmpty
;
/frameworks/native/libs/input/
KeyCharacterMap.cpp
88
sp<KeyCharacterMap> KeyCharacterMap::
sEmpty
= new KeyCharacterMap();
200
return
sEmpty
;
[
all
...]
/external/icu/icu4c/source/test/intltest/
rbbiapts.cpp
365
UnicodeString
sEmpty
;
366
LocalUTextPointer gut2(utext_openUnicodeString(NULL, &
sEmpty
, status));
[
all
...]
Completed in 293 milliseconds