Home
last modified time | relevance | path

Searched refs:u_isUUppercase (Results 1 – 15 of 15) sorted by relevance

/third_party/icu/tools/colprobe/
Dline.cpp663 if(u_isUUppercase(c)) { in swapCase()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duchar.h2663 u_isUUppercase(UChar32 c);
Durename.h297 #define u_isUUppercase U_ICU_ENTRY_POINT_RENAME(u_isUUppercase) macro
/third_party/node/deps/icu-small/source/common/unicode/
Duchar.h2775 u_isUUppercase(UChar32 c);
Durename.h302 #define u_isUUppercase U_ICU_ENTRY_POINT_RENAME(u_isUUppercase) macro
/third_party/icu/icu4c/source/common/unicode/
Duchar.h2663 u_isUUppercase(UChar32 c);
Durename.h297 #define u_isUUppercase U_ICU_ENTRY_POINT_RENAME(u_isUUppercase) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duchar.h2625 u_isUUppercase(UChar32 c);
Durename.h294 #define u_isUUppercase U_ICU_ENTRY_POINT_RENAME(u_isUUppercase) macro
/third_party/skia/third_party/externals/icu/source/common/
Ducase.cpp1536 u_isUUppercase(UChar32 c) { in u_isUUppercase() function
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducase.cpp1499 u_isUUppercase(UChar32 c) { in u_isUUppercase() function
/third_party/node/deps/icu-small/source/common/
Ducase.cpp1536 u_isUUppercase(UChar32 c) { in u_isUUppercase() function
/third_party/icu/icu4c/source/common/
Ducase.cpp1536 u_isUUppercase(UChar32 c) { in u_isUUppercase() function
/third_party/icu/docs/userguide/strings/
Dproperties.md186 | Uppercase | binary | (U) | u_isUUppercase, UCHAR_UPPERCASE |
/third_party/icu/icu4c/source/test/cintltst/
Dcucdtst.c2944 if(u_isUUppercase((UChar32)props[i][0])!=(UBool)props[i][2]) { in TestAdditionalProperties()