Searched refs:lookBehind (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | regexcmp.h | 82 lookBehind = -7, enumerator
|
D | collationiterator.cpp | 454 int32_t lookBehind = 0; in getCE32FromPrefix() local 459 ++lookBehind; in getCE32FromPrefix() 466 forwardNumCodePoints(lookBehind, errorCode); in getCE32FromPrefix()
|
D | regexcmp.cpp | 685 fParenStack.push(lookBehind, *fStatus); // Frame type in doParseActions() 2283 case lookBehind: in handleCloseParen()
|
/third_party/icu/icu4c/source/i18n/ |
D | regexcmp.h | 82 lookBehind = -7, enumerator
|
D | collationiterator.cpp | 454 int32_t lookBehind = 0; in getCE32FromPrefix() local 459 ++lookBehind; in getCE32FromPrefix() 466 forwardNumCodePoints(lookBehind, errorCode); in getCE32FromPrefix()
|
D | regexcmp.cpp | 685 fParenStack.push(lookBehind, *fStatus); // Frame type in doParseActions() 2283 case lookBehind: in handleCloseParen()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | regexcmp.h | 82 lookBehind = -7, enumerator
|
D | collationiterator.cpp | 454 int32_t lookBehind = 0; in getCE32FromPrefix() local 459 ++lookBehind; in getCE32FromPrefix() 466 forwardNumCodePoints(lookBehind, errorCode); in getCE32FromPrefix()
|
D | regexcmp.cpp | 680 fParenStack.push(lookBehind, *fStatus); // Frame type in doParseActions() 2281 case lookBehind: in handleCloseParen()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | regexcmp.h | 82 lookBehind = -7, enumerator
|
D | collationiterator.cpp | 454 int32_t lookBehind = 0; in getCE32FromPrefix() local 459 ++lookBehind; in getCE32FromPrefix() 466 forwardNumCodePoints(lookBehind, errorCode); in getCE32FromPrefix()
|
D | regexcmp.cpp | 671 fParenStack.push(lookBehind, *fStatus); // Frame type in doParseActions() 2273 case lookBehind: in handleCloseParen()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationIterator.java | 675 int lookBehind = 0; in getCE32FromPrefix() local 680 ++lookBehind; in getCE32FromPrefix() 687 forwardNumCodePoints(lookBehind); in getCE32FromPrefix()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationIterator.java | 673 int lookBehind = 0; in getCE32FromPrefix() local 678 ++lookBehind; in getCE32FromPrefix() 685 forwardNumCodePoints(lookBehind); in getCE32FromPrefix()
|