OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intRef
(Results
1 - 3
of
3
) sorted by null
/external/icu/android_icu4j/src/main/java/android/icu/text/
TransliterationRule.java
389
int[]
intRef
= new int[1];
409
intRef
[0] = posBefore(text, pos.start);
412
match = anteContext.matches(text,
intRef
, anteLimit, false);
418
oText =
intRef
[0];
430
intRef
[0] = pos.start;
433
match = key.matches(text,
intRef
, pos.limit, incremental);
439
keyLimit =
intRef
[0];
450
match = postContext.matches(text,
intRef
, pos.contextLimit, incremental);
456
oText =
intRef
[0];
474
int newLength = output.replace(text, pos.start, keyLimit,
intRef
);
[
all
...]
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliterationRule.java
388
int[]
intRef
= new int[1];
408
intRef
[0] = posBefore(text, pos.start);
411
match = anteContext.matches(text,
intRef
, anteLimit, false);
417
oText =
intRef
[0];
429
intRef
[0] = pos.start;
432
match = key.matches(text,
intRef
, pos.limit, incremental);
438
keyLimit =
intRef
[0];
449
match = postContext.matches(text,
intRef
, pos.contextLimit, incremental);
455
oText =
intRef
[0];
473
int newLength = output.replace(text, pos.start, keyLimit,
intRef
);
[
all
...]
/external/deqp/modules/internal/
ditTextureFormatTests.cpp
1121
const deUint32*
intRef
;
[
all
...]
Completed in 951 milliseconds