OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastWord
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/test/intltest/
thcoll.cpp
95
UnicodeString
lastWord
, word;
107
if (
lastWord
.length() > 0) {
108
Collator::EComparisonResult result = coll->compare(
lastWord
, word);
109
doTest(coll,
lastWord
, word, result);
111
lastWord
= word;
142
UnicodeString
lastWord
, word;
154
if (
lastWord
.length() > 0) {
155
int32_t result = coll->compare(
lastWord
, word);
164
+ " compare(" + IntlTest::prettify(
lastWord
, str);
170
coll->getCollationKey(
lastWord
, k1, status)
[
all
...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationThaiTest.java
142
String
lastWord
= "";
159
if (
lastWord
.length() > 0) {
164
// CollationTest.doTest(this, coll,
lastWord
, word, -1);
165
int result = coll.compare(
lastWord
, word);
171
+
lastWord
+ ", " + word + ") returned " + result + ", expected -1\n";
173
k1 = coll.getCollationKey(
lastWord
);
180
lastWord
= word;
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1PRNG_SecureRandomImpl.java
287
int
lastWord
; // index of last word in frame containing bytes
294
lastWord
= seed[BYTES_OFFSET] == 0 ? 0
305
lastWord
= seed[BYTES_OFFSET] == 0 ? 0
324
// no need to set to "0" 3 words after "
lastWord
" and
326
for (i =
lastWord
+ 3; i < FRAME_LENGTH + 2; i++) {
370
seed[
lastWord
] = (int) (counter >>> 32);
371
seed[
lastWord
+ 1] = (int) (counter & 0xFFFFFFFF);
372
seed[
lastWord
+ 2] = END_FLAGS[0];
376
seed[
lastWord
] |= (int) ((counter >>> RIGHT1[n]) & MASK[n]);
377
seed[
lastWord
+ 1] = (int) ((counter >>> RIGHT2[n]) & 0xFFFFFFFF)
[
all
...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
structs.h
376
WebRtc_UWord16
lastWord
;
/external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
/prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar
Completed in 607 milliseconds