Home
last modified time | relevance | path

Searched refs:UCHAR_WHITE_SPACE (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dcucdtst.c2473 { 0x0020, UCHAR_WHITE_SPACE, TRUE }, in TestAdditionalProperties()
2474 { 0x202f, UCHAR_WHITE_SPACE, TRUE }, in TestAdditionalProperties()
2475 { 0x3001, UCHAR_WHITE_SPACE, FALSE }, in TestAdditionalProperties()
2949 case UCHAR_WHITE_SPACE: in TestAdditionalProperties()
3586 set = u_getBinaryPropertySet(UCHAR_WHITE_SPACE, &errorCode); in TestBinaryCharacterPropertiesAPI()
/third_party/icu/tools/unicode/c/genprops/
Dcorepropsbuilder.cpp586 { UCHAR_WHITE_SPACE, 1, UPROPS_WHITE_SPACE },
Dpnames_data.h1204 Property(UCHAR_WHITE_SPACE, "WSpace White_Space space"),
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duchar.h321 UCHAR_WHITE_SPACE=31, enumerator
/third_party/node/deps/icu-small/source/common/unicode/
Duchar.h321 UCHAR_WHITE_SPACE=31, enumerator
/third_party/icu/icu4c/source/common/unicode/
Duchar.h321 UCHAR_WHITE_SPACE=31, enumerator
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duchar.h321 UCHAR_WHITE_SPACE=31, enumerator
/third_party/icu/docs/userguide/strings/
Dproperties.md189 | White_Space | binary | (U) | u_isUWhiteSpace, UCHAR_WHITE_SPACE |
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_txt.cc429 if (u_hasBinaryProperty(last_char, UCHAR_WHITE_SPACE)) { in ComputeBidiRuns()
/third_party/flutter/txt/src/txt/
Dparagraph_txt.cc432 if (u_hasBinaryProperty(last_char, UCHAR_WHITE_SPACE)) { in ComputeBidiRuns()