Home | History | Annotate | Download | only in cintltst

Lines Matching defs:one

98     static const char one[4] =   {0x6F, 0x6E, 0x65, 0}; /* "one" */
118 _put(hash, one, 1, 0);
122 _put(hash, one, -1, 1);
125 _put(hash, one, 100, -1);
129 _get(hash, one, 100);
134 if(_compareChars((void*)one, (void*)three) == TRUE ||
135 _compareChars((void*)one, (void*)one2) != TRUE ||
136 _compareChars((void*)one, (void*)one) != TRUE ||
137 _compareChars((void*)one, NULL) == TRUE ) {
140 if(_compareIChars((void*)one, (void*)three) == TRUE ||
141 _compareIChars((void*)one, (void*)one) != TRUE ||
142 _compareIChars((void*)one, (void*)one2) != TRUE ||
143 _compareIChars((void*)one, NULL) == TRUE ) {
157 static const UChar one[4] = {0x006F, 0x006E, 0x0065, 0}; /* L"one" */
178 uhash_puti(hash, (void*)one, 1, &status);
209 uhash_put(hash, (void*)one, NULL, &status);
214 uhash_puti(hash, (void*)one, 1, &status);
220 uhash_puti(hash, (void*)one, 1, &status);
225 if(_compareUChars((void*)one, (void*)two) == TRUE ||
226 _compareUChars((void*)one, (void*)one) != TRUE ||
227 _compareUChars((void*)one, (void*)one2) != TRUE ||
228 _compareUChars((void*)one, NULL) == TRUE ) {
264 uhash_iput(hash, 2004, (void*)one, &status);
269 if(uhash_iremove(hash, 2004) != (void*)one){