Searched defs:one2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dchashtst.c99 static const char one2[4] = {0x6F, 0x6E, 0x65, 0}; /* Get around compiler optimizations */ local
135 _compareChars((void*)one, (void*)one2) != TRUE ||
142 _compareIChars((void*)one, (void*)one2) != TRUE ||
158 static const UChar one2[4] = {0x006F, 0x006E, 0x0065, 0}; /* Get around compiler optimizations */ local
227 _compareUChars((void*)one, (void*)one2) != TRUE ||
/external/icu/icu4c/source/test/cintltst/
H A Dchashtst.c99 static const char one2[4] = {0x6F, 0x6E, 0x65, 0}; /* Get around compiler optimizations */ local
135 _compareChars((void*)one, (void*)one2) != TRUE ||
142 _compareIChars((void*)one, (void*)one2) != TRUE ||
158 static const UChar one2[4] = {0x006F, 0x006E, 0x0065, 0}; /* Get around compiler optimizations */ local
227 _compareUChars((void*)one, (void*)one2) != TRUE ||

Completed in 45 milliseconds