OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sISO
(Results
1 - 4
of
4
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
TestCharsetDetector.java
222
String
sISO
=
228
byte[] bISO =
sISO
.getBytes("ISO-8859-1");
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
TestCharsetDetector.java
219
String
sISO
=
225
byte[] bISO =
sISO
.getBytes("ISO-8859-1");
[
all
...]
/external/icu/icu4c/source/test/intltest/
csdetest.cpp
491
UnicodeString
sISO
= "This is a small sample of some English text. Just enough to be sure that it detects correctly.";
495
char *bISO = extractBytes(
sISO
, "ISO-8859-1", lISO);
823
UnicodeString
sISO
= "This is a small sample of some English text. Just enough to be sure that it detects correctly.";
828
char *bISO = extractBytes(
sISO
, "ISO-8859-1", lISO);
[
all
...]
/external/icu/icu4c/source/test/cintltst/
ucsdetst.c
231
UChar
sISO
[sizeof(ssISO)];
240
sISOLength = u_unescape(ssISO,
sISO
, sizeof(ssISO));
242
bISO = extractBytes(
sISO
, sISOLength, "ISO-8859-1", &lISO);
Completed in 137 milliseconds