Searched defs:_NUL (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Ducol.cpp556 static const UChar _NUL = 0; local
558 return &_NUL;
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_res.cpp572 static const UChar _NUL = 0; variable
584 return &_NUL;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcloctst.c856 static UChar _NUL=0; variable
898 testLang=&_NUL;
914 testScript=&_NUL;
930 testCtry=&_NUL;
946 testVar=&_NUL;
962 testName=&_NUL;
1008 if(testName!=&_NUL) {
1011 if(testLang!=&_NUL) {
1014 if(testScript!=&_NUL) {
1017 if(testCtry!=&_NUL) {
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcloctst.c856 static UChar _NUL=0; variable
898 testLang=&_NUL;
914 testScript=&_NUL;
930 testCtry=&_NUL;
946 testVar=&_NUL;
962 testName=&_NUL;
1008 if(testName!=&_NUL) {
1011 if(testLang!=&_NUL) {
1014 if(testScript!=&_NUL) {
1017 if(testCtry!=&_NUL) {
[all...]

Completed in 683 milliseconds