Home
last modified time | relevance | path

Searched refs:isName (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/src/pdf/
DSkPDFUnion.h73 bool isName() const;
DSkPDFTypes.cpp88 bool SkPDFUnion::isName() const { in isName() function in SkPDFUnion
/third_party/flutter/skia/src/pdf/
DSkPDFUnion.h87 bool isName() const;
DSkPDFTypes.cpp84 bool SkPDFUnion::isName() const { in isName() function in SkPDFUnion
/third_party/node/deps/icu-small/source/common/
Duniset_props.cpp1026 UBool isName = FALSE; // true for \N{pat}, o/w false in applyPropertyPattern() local
1049 isName = (c == u'N'); in applyPropertyPattern()
1078 if (equals >= 0 && equals < close && !isName) { in applyPropertyPattern()
1089 if (isName) { in applyPropertyPattern()
/third_party/icu/icu4c/source/common/
Duniset_props.cpp1026 UBool isName = FALSE; // true for \N{pat}, o/w false in applyPropertyPattern() local
1049 isName = (c == u'N'); in applyPropertyPattern()
1078 if (equals >= 0 && equals < close && !isName) { in applyPropertyPattern()
1089 if (isName) { in applyPropertyPattern()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duniset_props.cpp1055 UBool isName = FALSE; // true for \N{pat}, o/w false in applyPropertyPattern() local
1078 isName = (c == UPPER_N); in applyPropertyPattern()
1107 if (equals >= 0 && equals < close && !isName) { in applyPropertyPattern()
1118 if (isName) { in applyPropertyPattern()
/third_party/skia/third_party/externals/icu/source/common/
Duniset_props.cpp1026 UBool isName = FALSE; // true for \N{pat}, o/w false in applyPropertyPattern() local
1049 isName = (c == u'N'); in applyPropertyPattern()
1078 if (equals >= 0 && equals < close && !isName) { in applyPropertyPattern()
1089 if (isName) { in applyPropertyPattern()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java3702 boolean isName = false; // true for \N{pat}, o/w false in applyPropertyPattern()
3717 isName = (c == 'N'); in applyPropertyPattern()
3740 if (equals >= 0 && equals < close && !isName) { in applyPropertyPattern()
3752 if (isName) { in applyPropertyPattern()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUnicodeSet.java3634 boolean isName = false; // true for \N{pat}, o/w false in applyPropertyPattern()
3649 isName = (c == 'N'); in applyPropertyPattern()
3672 if (equals >= 0 && equals < close && !isName) { in applyPropertyPattern()
3684 if (isName) { in applyPropertyPattern()
/third_party/expat/lib/
Dxmltok.c269 #define IS_NAME_CHAR(enc, p, n) (AS_NORMAL_ENCODING(enc)->isName##n(enc, p))
/third_party/skia/third_party/externals/expat/expat/lib/
Dxmltok.c272 #define IS_NAME_CHAR(enc, p, n) (AS_NORMAL_ENCODING(enc)->isName##n(enc, p))
/third_party/python/Modules/expat/
Dxmltok.c272 #define IS_NAME_CHAR(enc, p, n) (AS_NORMAL_ENCODING(enc)->isName##n(enc, p))