Searched refs:gEmptyString (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duresdata.c60 } gEmptyString={ 0, 0, 0 }; variable in typeref:struct:__anon11680
316 const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res;
335 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset;
H A Dutext.cpp1957 static const char gEmptyString[] = {0}; variable
1965 s = gEmptyString;
/external/chromium_org/third_party/icu/source/i18n/
H A Dnfrule.cpp80 static const UChar gEmptyString[] = {0}; /* "" */ variable
413 ruleSet, rbnf, gEmptyString, status);
441 ruleSet, rbnf, gEmptyString, status);
/external/icu4c/common/
H A Duresdata.c67 } gEmptyString={ 0, 0, 0 }; variable in typeref:struct:__anon19164
323 const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res;
342 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset;
H A Dutext.cpp1597 static const char gEmptyString[] = {0}; variable
1605 s = gEmptyString;
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.c39 static UChar gEmptyString = 0; variable
909 res->u.fString.fChars = &gEmptyString;
976 res->u.fString.fChars = &gEmptyString;
1143 string->u.fString.fChars != &gEmptyString &&
/external/icu4c/tools/genrb/
H A Dreslist.c41 static UChar gEmptyString = 0; variable
911 res->u.fString.fChars = &gEmptyString;
978 res->u.fString.fChars = &gEmptyString;
1145 string->u.fString.fChars != &gEmptyString &&

Completed in 204 milliseconds