OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lineb
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
ucaconf.cpp
164
char *
lineB
= lineB1, *oldLineB = lineB2;
176
while (fgets(
lineB
, 1024, testFile) != NULL) {
178
u_rtrim(
lineB
);
182
if(*
lineB
== 0 || strlen(
lineB
) < 3 ||
lineB
[0] == '#') {
185
offset = u_parseString(
lineB
, buffer, 1024, &first, &status);
188
(long)line, u_errorName(status),
lineB
);
210
errln(" Current data line %s",
lineB
);
216
errln(" Current data line %s",
lineB
);
[
all
...]
/external/icu4c/test/intltest/
ucaconf.cpp
199
char *
lineB
= lineB1, *oldLineB = lineB2;
208
while (fgets(
lineB
, 1024, testFile) != NULL) {
210
u_rtrim(
lineB
);
213
if(*
lineB
== 0 ||
lineB
[0] == '#') {
216
int32_t buflen = u_parseString(
lineB
, buffer, 1024, &first, &status);
219
(long)line, u_errorName(status),
lineB
);
244
errln(" Current data line %s",
lineB
);
259
errln(" Current data line %s",
lineB
);
269
oldLineB =
lineB
;
[
all
...]
Completed in 534 milliseconds