Home
last modified time | relevance | path

Searched defs:hasFile (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/m133/third_party/externals/icu/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp73 UBool hasFile() const { return ucharBuf!=nullptr; } in hasFile() function in DictionaryTriePerfTest
/third_party/icu/icu4c/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp73 UBool hasFile() const { return ucharBuf!=NULL; } in hasFile() function in DictionaryTriePerfTest
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp721 bool hasFile = false; in CPPline() local