Searched refs:isName (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/src/pdf/ |
H A D | SkPDFUnion.h | 73 bool isName() const;
|
H A D | SkPDFTypes.cpp | 88 bool SkPDFUnion::isName() const { in isName() function in SkPDFUnion
|
/third_party/icu/icu4c/source/common/ |
H A 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/node/deps/icu-small/source/common/ |
H A D | uniset_props.cpp | 1023 UBool isName = false; // true for \N{pat}, o/w false in applyPropertyPattern() local 1046 isName = (c == u'N'); in applyPropertyPattern() 1075 if (equals >= 0 && equals < close && !isName) { in applyPropertyPattern() 1086 if (isName) { in applyPropertyPattern()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A 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/ |
H A D | UnicodeSet.java | 3753 boolean isName = false; // true for \N{pat}, o/w false in applyPropertyPattern() 3768 isName = (c == 'N'); in applyPropertyPattern() 3791 if (equals >= 0 && equals < close && !isName) { in applyPropertyPattern() 3803 if (isName) { in applyPropertyPattern()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A 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/skia/third_party/externals/expat/expat/lib/ |
H A D | xmltok.c | 272 #define IS_NAME_CHAR(enc, p, n) (AS_NORMAL_ENCODING(enc)->isName##n(enc, p))
|
/third_party/python/Modules/expat/ |
H A 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/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
Completed in 24 milliseconds