Searched refs:isName (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/src/pdf/ |
D | SkPDFUnion.h | 73 bool isName() const;
|
D | SkPDFTypes.cpp | 88 bool SkPDFUnion::isName() const { in isName() function in SkPDFUnion
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFUnion.h | 87 bool isName() const;
|
D | SkPDFTypes.cpp | 84 bool SkPDFUnion::isName() const { in isName() function in SkPDFUnion
|
/third_party/node/deps/icu-small/source/common/ |
D | uniset_props.cpp | 1026 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/ |
D | uniset_props.cpp | 1026 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/ |
D | uniset_props.cpp | 1055 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/ |
D | uniset_props.cpp | 1026 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/ |
D | UnicodeSet.java | 3702 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/ |
D | UnicodeSet.java | 3634 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/ |
D | xmltok.c | 269 #define IS_NAME_CHAR(enc, p, n) (AS_NORMAL_ENCODING(enc)->isName##n(enc, p))
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
D | xmltok.c | 272 #define IS_NAME_CHAR(enc, p, n) (AS_NORMAL_ENCODING(enc)->isName##n(enc, p))
|
/third_party/python/Modules/expat/ |
D | xmltok.c | 272 #define IS_NAME_CHAR(enc, p, n) (AS_NORMAL_ENCODING(enc)->isName##n(enc, p))
|