Searched refs:emptytok (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duhash.c212 UHashTok emptytok; local
229 emptytok.pointer = NULL; /* Only one of these two is needed */
230 emptytok.integer = 0; /* but we don't know which one. */
234 p->key = emptytok;
235 p->value = emptytok;
473 UHashTok emptytok; local
526 emptytok.pointer = NULL; emptytok.integer = 0;
527 return emptytok;
/external/icu4c/common/
H A Duhash.c213 UHashTok emptytok; local
230 emptytok.pointer = NULL; /* Only one of these two is needed */
231 emptytok.integer = 0; /* but we don't know which one. */
235 p->key = emptytok;
236 p->value = emptytok;
474 UHashTok emptytok; local
527 emptytok.pointer = NULL; emptytok.integer = 0;
528 return emptytok;

Completed in 101 milliseconds