Home
last modified time | relevance | path

Searched refs:TRUE (Results 1 - 2 of 2) sorted by relevance

/interface/sdk_c/third_party/icu4c/ndk_headers/unicode/
H A Dumachine.h271 * Normally turns off defining macros FALSE=0 & TRUE=1 in public ICU headers.
287 // Inside ICU: Keep FALSE & TRUE available.
290 // Outside ICU: Avoid collision with non-macro definitions of FALSE & TRUE.
295 #ifndef TRUE
297 * The TRUE value of a UBool.
301 # define TRUE 1 macro
/interface/sdk-js/build-tools/openharmony_sdk_upgrade_assistant/src/main/java/com/update/check/action/view/
H A DUpdateReportPanel.java446 return object -> seen.putIfAbsent(keyExtractor.apply(object), Boolean.TRUE) == null; in distinctByKey()

Completed in 2 milliseconds