Home | History | Annotate | Download | only in cintltst

Lines Matching refs:two

100     static const char two[4] =   {0x74, 0x77, 0x6F, 0}; /* "two" */
120 _put(hash, two, 2, 0);
123 _put(hash, two, -2, 2);
127 _remove(hash, two, -2);
128 _get(hash, two, 0);
130 _put(hash, two, 200, 0);
132 _get(hash, two, 200);
159 static const UChar two[4] = {0x0074, 0x0077, 0x006F, 0}; /* L"two" */
160 static const UChar two2[4] = {0x0074, 0x0077, 0x006F, 0}; /* L"two" */
182 if(uhash_find(hash, (void*)two) != NULL){
185 uhash_puti(hash, (void*)two, 2, &status);
199 log_err("FAIL: uhash_find of \"two\" failed\n");
225 if(_compareUChars((void*)one, (void*)two) == TRUE ||
265 uhash_iput(hash, 2005, (void*)two, &status);