HomeSort by relevance Sort by last modified time
    Searched defs:tok1 (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/icu/source/common/
uvector.cpp 489 UHashTok tok1 = *static_cast<const UHashTok *>(left); local
491 int32_t result = (*compare)(tok1, tok2);
508 const UHashTok *tok1 = static_cast<const UHashTok *>(left); local
510 int32_t result = tok1->integer < tok2->integer? -1 :
511 tok1->integer == tok2->integer? 0 : 1;
  /external/icu4c/common/
uvector.cpp 484 UHashTok tok1 = *static_cast<const UHashTok *>(left); local
486 int32_t result = (*compare)(tok1, tok2);
497 const UHashTok *tok1 = static_cast<const UHashTok *>(left); local
499 int32_t result = tok1->integer < tok2->integer? -1 :
500 tok1->integer == tok2->integer? 0 : 1;
  /external/oprofile/daemon/
opd_ibs.c 311 char * tmp, * ptr, * tok1, * tok2 = NULL; local
327 && (tok1 = strtok_r(ptr, ",", &tok2)) != NULL) {
329 if ((ptr = strstr(tok1, ":")) != NULL) {
335 event = find_event_by_name(tok1, 0, 0);
363 ibs_vc[ibs_selected_size].name = tok1;
380 char * tmp, * tok1, * tok2 = NULL, *end = NULL; local
385 tok1 = strtok_r(tmp, ":", &tok2);
386 *count = strtoul(tok1, &end, 10);
423 char * tmp, * ptr, * tok1, * tok2 = NULL; local
439 tok1 = strtok_r(ptr, "|", &tok2)
    [all...]
  /external/e2fsprogs/e2fsck/
dict.c 1291 char *tok1, *tok2, *val; local
1322 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) {
1326 key = dupstring(tok1);
1357 char *tok1, *tok2, *val; local
    [all...]

Completed in 125 milliseconds