OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NULL_STRING
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
QueryService.java
47
private static final String
NULL_STRING
= "*null*";
105
sb.append(s == null ?
NULL_STRING
: s);
/frameworks/base/core/java/com/android/internal/util/
TypedProperties.java
88
static final String
NULL_STRING
= new String("<TypedProperties:
NULL_STRING
>");
230
* Null strings are represented by the String instance
NULL_STRING
330
return
NULL_STRING
;
404
if (value ==
NULL_STRING
) {
579
if (value ==
NULL_STRING
) {
707
if (value ==
NULL_STRING
) {
/external/icu4c/i18n/
msgfmt.cpp
146
static const UChar
NULL_STRING
[] = {
1018
appendTo.append(
NULL_STRING
, 4);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
Completed in 138 milliseconds