OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lineB
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/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
...]
/external/icu/icu4c/source/test/intltest/
ucaconf.cpp
193
char *
lineB
= lineB1, *oldLineB = lineB2;
202
while (fgets(
lineB
, 1024, testFile) != NULL) {
204
u_rtrim(
lineB
);
207
if(*
lineB
== 0 ||
lineB
[0] == '#') {
210
int32_t buflen = u_parseString(
lineB
, buffer, 1024, &first, &status);
213
(long)line, u_errorName(status),
lineB
);
262
errln(" Current data line %s",
lineB
);
274
oldLineB =
lineB
;
277
if(
lineB
== lineB1)
[
all
...]
Completed in 163 milliseconds