Home
last modified time | relevance | path

Searched refs:CBU_SENTINEL (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/base/third_party/icu/
Dicu_utf.cc39 return CBU_SENTINEL; in errorValue()
Dicu_utf.h61 #define CBU_SENTINEL (-1) macro
/third_party/gn/src/base/json/
Dstring_escape.cc95 code_point == static_cast<decltype(code_point)>(CBU_SENTINEL) || in EscapeJSONStringImpl()