OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dLength
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
ucsdetst.c
123
int32_t byteLength = 0, sLength = 0,
dLength
= 0;
146
dLength
= ucsdet_getUChars(match, detected, sLength, &status);
148
if (u_strCompare(detected,
dLength
, s, sLength, FALSE) != 0) {
/external/icu4c/test/cintltst/
ucsdetst.c
123
int32_t byteLength = 0, sLength = 0,
dLength
= 0;
146
dLength
= ucsdet_getUChars(match, detected, sLength, &status);
148
if (u_strCompare(detected,
dLength
, s, sLength, FALSE) != 0) {
/external/chromium_org/third_party/icu/source/test/intltest/
csdetest.cpp
178
int32_t
dLength
= 0;
206
dLength
= ucsdet_getUChars(matches[0], decoded, testLength, &status);
208
if (testString.compare(decoded,
dLength
) != 0) {
/external/icu4c/test/intltest/
csdetest.cpp
190
int32_t
dLength
= 0;
218
dLength
= ucsdet_getUChars(matches[0], decoded, testLength, &status);
220
if (testString.compare(decoded,
dLength
) != 0) {
Completed in 165 milliseconds