Searched defs:fileLen (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/samples/ugrep/
H A Dugrep.cpp46 int fileLen; // Length, in UTF-16 Code Units. variable
136 for (nextLine(0); lineStart<fileLen; nextLine(lineEnd)) {
267 fileLen = 0; // zero length prevents processing in case of errors.
357 fileLen = destCap;
383 if (lineEnd >= fileLen) {
400 if (lineEnd < fileLen &&
/external/icu/icu4c/source/samples/ugrep/
H A Dugrep.cpp46 int fileLen; // Length, in UTF-16 Code Units. variable
136 for (nextLine(0); lineStart<fileLen; nextLine(lineEnd)) {
267 fileLen = 0; // zero length prevents processing in case of errors.
357 fileLen = destCap;
383 if (lineEnd >= fileLen) {
400 if (lineEnd < fileLen &&
/external/svox/pico/lib/
H A Dpicoos.c1446 picoos_uint32 fileLen; local
1452 picoos_FileLength(f, &fileLen);
1477 nrFileSamples = ((fileLen - (*hdrSize)) / 2);
1483 nrFileSamples = (fileLen - (*hdrSize));
1489 nrFileSamples = (fileLen - (*hdrSize));
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 185 milliseconds