HomeSort by relevance Sort by last modified time
    Searched full:emptytok (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
uhash.c 212 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;
    [all...]
  /external/icu4c/common/
uhash.c 213 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 759 milliseconds