OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currIndex
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
FormatInterpreterTest.java
69
int
currIndex
= 0;
71
assertEquals("index " +
currIndex
+ " should have matched",
72
format[
currIndex
].getChar(), field.getChar());
73
currIndex
++;
90
int
currIndex
= 0;
92
assertEquals("index " +
currIndex
+ " should have matched",
93
format[
currIndex
].getChar(), field.getChar());
94
currIndex
++;
116
int
currIndex
= 0;
118
assertEquals("Wrong field order for US on index " +
currIndex
+ " of address fields."
[
all
...]
/external/icu/icu4c/source/layout/
ContextualGlyphSubstitution.h
48
le_uint16
currIndex
;
ContextualGlyphInsertionProc2.cpp
91
le_int16
currIndex
= SWAPW(entry->currentInsertionListIndex);
92
if (
currIndex
> 0) {
96
doInsertion(glyphStorage, currGlyph,
currIndex
, count, isKashidaLike, isBefore, success);
ContextualGlyphSubstProc2.cpp
49
le_int16
currIndex
= SWAPW(entry->
currIndex
);
58
if (
currIndex
!= -1) {
59
le_uint32 offset = SWAPL(perGlyphTable(
currIndex
, success));
/external/jdiff/src/jdiff/
HTMLIndexes.java
322
Index
currIndex
= null; // The entry which is emitted
326
if (
currIndex
== null) {
327
currIndex
= nextIndex; // Prime the pump
329
if (nextIndex.name_.compareTo(
currIndex
.name_) == 0) {
336
oldsw = emitIndexEntry(
currIndex
, oldsw, multipleMarker);
340
oldsw = emitIndexEntry(
currIndex
, oldsw, multipleMarker);
343
currIndex
= nextIndex;
346
// Emit the last entry left in
currIndex
349
if (
currIndex
!= null)
350
oldsw = emitIndexEntry(
currIndex
, oldsw, multipleMarker)
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
csdetect.cpp
329
int32_t
currIndex
;
377
if (((Context *)en->context)->
currIndex
< fCSRecognizers_size) {
380
currName = fCSRecognizers[((Context *)en->context)->
currIndex
]->recognizer->getName();
381
((Context *)en->context)->
currIndex
++;
387
while (currName == NULL && ((Context *)en->context)->
currIndex
< fCSRecognizers_size) {
388
if (enabledArray[((Context *)en->context)->
currIndex
]) {
389
currName = fCSRecognizers[((Context *)en->context)->
currIndex
]->recognizer->getName();
391
((Context *)en->context)->
currIndex
++;
395
while (currName == NULL && ((Context *)en->context)->
currIndex
< fCSRecognizers_size) {
396
if (fCSRecognizers[((Context *)en->context)->
currIndex
]->isDefaultEnabled)
[
all
...]
ucurr.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
uenumtst.c
38
int32_t
currIndex
;
65
if(cont->
currIndex
>= cont->maxIndex) {
73
cont->currChar = (cont->array)[cont->
currIndex
];
76
cont->
currIndex
++;
82
if(cont->
currIndex
>= cont->maxIndex) {
86
cont->currChar = (cont->array)[cont->
currIndex
];
88
cont->
currIndex
++;
94
cont->
currIndex
= 0;
144
int32_t
currIndex
;
166
if(ucont->
currIndex
>= ucont->maxIndex)
[
all
...]
/external/icu/icu4c/source/i18n/
csdetect.cpp
329
int32_t
currIndex
;
377
if (((Context *)en->context)->
currIndex
< fCSRecognizers_size) {
380
currName = fCSRecognizers[((Context *)en->context)->
currIndex
]->recognizer->getName();
381
((Context *)en->context)->
currIndex
++;
387
while (currName == NULL && ((Context *)en->context)->
currIndex
< fCSRecognizers_size) {
388
if (enabledArray[((Context *)en->context)->
currIndex
]) {
389
currName = fCSRecognizers[((Context *)en->context)->
currIndex
]->recognizer->getName();
391
((Context *)en->context)->
currIndex
++;
395
while (currName == NULL && ((Context *)en->context)->
currIndex
< fCSRecognizers_size) {
396
if (fCSRecognizers[((Context *)en->context)->
currIndex
]->isDefaultEnabled)
[
all
...]
ucurr.cpp
[
all
...]
/external/icu/icu4c/source/test/cintltst/
uenumtst.c
38
int32_t
currIndex
;
65
if(cont->
currIndex
>= cont->maxIndex) {
73
cont->currChar = (cont->array)[cont->
currIndex
];
76
cont->
currIndex
++;
82
if(cont->
currIndex
>= cont->maxIndex) {
86
cont->currChar = (cont->array)[cont->
currIndex
];
88
cont->
currIndex
++;
94
cont->
currIndex
= 0;
144
int32_t
currIndex
;
166
if(ucont->
currIndex
>= ucont->maxIndex)
[
all
...]
/external/conscrypt/src/platform/java/org/conscrypt/
TrustManagerImpl.java
365
int
currIndex
;
368
for (
currIndex
= 0;
currIndex
< chain.length;
currIndex
++) {
375
for (int nextIndex =
currIndex
+ 1; nextIndex < chain.length; nextIndex++) {
376
if (chain[
currIndex
].getIssuerDN().equals(chain[nextIndex].getSubjectDN())) {
378
// Exchange certificates so that 0 through
currIndex
+ 1 are in proper order
379
if (nextIndex !=
currIndex
+ 1) {
385
chain[nextIndex] = chain[
currIndex
+ 1];
386
chain[
currIndex
+ 1] = tempCertificate
[
all
...]
/external/guava/guava/lib/
jdiff.jar
/cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java
[
all
...]
Completed in 732 milliseconds