OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thischars
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/
InlineNative.cpp
227
const u2*
thisChars
;
241
thisChars
= ((const u2*)(void*)thisArray->contents) + thisOffset;
253
int otherRes = __memcmp16(
thisChars
, compChars, minCount);
257
if (
thisChars
[i] != compChars[i]) {
258
pResult->i = (s4)
thisChars
[i] - (s4) compChars[i];
280
if (
thisChars
[i] != compChars[i]) {
281
pResult->i = (s4)
thisChars
[i] - (s4) compChars[i];
330
const u2*
thisChars
;
362
thisChars
= ((const u2*)(void*)thisArray->contents) + thisOffset;
366
pResult->i = (__memcmp16(
thisChars
, compChars, thisCount) == 0)
[
all
...]
/external/icu4c/tools/tzcode/
zic.c
1720
char
thischars
[TZ_MAX_CHARS];
local
[
all
...]
Completed in 161 milliseconds