OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:noError
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
reldtfmt.cpp
277
UBool
noError
= (pos.getErrorIndex() < 0);
278
int32_t offset = (
noError
)? pos.getIndex(): pos.getErrorIndex();
288
if (
noError
) {
/external/icu/icu4c/source/i18n/
reldtfmt.cpp
317
UBool
noError
= (pos.getErrorIndex() < 0);
318
int32_t offset = (
noError
)? pos.getIndex(): pos.getErrorIndex();
328
if (
noError
) {
/external/aac/libSBRenc/src/
sbr_def.h
93
#define
noError
0
/external/zxing/core/
core.jar
Completed in 209 milliseconds