Home
last modified time | relevance | path

Searched refs:gEmptyString (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Duresdata.cpp64 } gEmptyString={ 0, 0, 0 }; variable
333 const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res; in res_getString()
391 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset; in res_getAlias()
Dutext.cpp1611 static const char gEmptyString[] = {0}; variable
1619 s = gEmptyString; in utext_openUTF8()