/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBIRuleScanner.java | 44 boolean fQuoteMode; // Scan is in a 'quoted region' field in RBBIRuleScanner 739 if (fQuoteMode) { in nextCharLL() 741 fQuoteMode = false; in nextCharLL() 782 fQuoteMode = !fQuoteMode; in nextChar() 783 if (fQuoteMode == true) { in nextChar() 793 if (fQuoteMode) { in nextChar()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | RBBIRuleScanner.java | 45 boolean fQuoteMode; // Scan is in a 'quoted region' field in RBBIRuleScanner 739 if (fQuoteMode) { in nextCharLL() 741 fQuoteMode = false; in nextCharLL() 782 fQuoteMode = !fQuoteMode; in nextChar() 783 if (fQuoteMode == true) { in nextChar() 793 if (fQuoteMode) { in nextChar()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | rbbiscan.cpp | 95 fQuoteMode = FALSE; in RBBIRuleScanner() 871 if (fQuoteMode) { in nextCharLL() 873 fQuoteMode = FALSE; in nextCharLL() 918 fQuoteMode = !fQuoteMode; in nextChar() 919 if (fQuoteMode == TRUE) { in nextChar() 929 if (fQuoteMode) { in nextChar()
|
D | rbbiscan.h | 103 UBool fQuoteMode; // Scan is in a 'quoted region' variable
|
/third_party/icu/icu4c/source/common/ |
D | rbbiscan.cpp | 95 fQuoteMode = FALSE; in RBBIRuleScanner() 873 if (fQuoteMode) { in nextCharLL() 875 fQuoteMode = FALSE; in nextCharLL() 920 fQuoteMode = !fQuoteMode; in nextChar() 921 if (fQuoteMode == TRUE) { in nextChar() 931 if (fQuoteMode) { in nextChar()
|
D | rbbiscan.h | 105 UBool fQuoteMode; // Scan is in a 'quoted region' variable
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbiscan.cpp | 95 fQuoteMode = FALSE; in RBBIRuleScanner() 873 if (fQuoteMode) { in nextCharLL() 875 fQuoteMode = FALSE; in nextCharLL() 920 fQuoteMode = !fQuoteMode; in nextChar() 921 if (fQuoteMode == TRUE) { in nextChar() 931 if (fQuoteMode) { in nextChar()
|
D | rbbiscan.h | 105 UBool fQuoteMode; // Scan is in a 'quoted region' variable
|
/third_party/node/deps/icu-small/source/common/ |
D | rbbiscan.cpp | 95 fQuoteMode = FALSE; in RBBIRuleScanner() 873 if (fQuoteMode) { in nextCharLL() 875 fQuoteMode = FALSE; in nextCharLL() 920 fQuoteMode = !fQuoteMode; in nextChar() 921 if (fQuoteMode == TRUE) { in nextChar() 931 if (fQuoteMode) { in nextChar()
|
D | rbbiscan.h | 105 UBool fQuoteMode; // Scan is in a 'quoted region' variable
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | regexcmp.h | 143 UBool fQuoteMode; // Scan is in a \Q...\E quoted region variable
|
D | regexcmp.cpp | 69 fQuoteMode = FALSE; in RegexCompile() 159 fQuoteMode = TRUE; in compile() 4034 if (fQuoteMode) { in nextChar() 4038 fQuoteMode = FALSE; // Exit quote mode, in nextChar() 4159 fQuoteMode = TRUE; in nextChar() 4317 UBool savedQuoteMode = fQuoteMode; in scanPosixProp() 4368 fQuoteMode = savedQuoteMode; in scanPosixProp()
|
/third_party/icu/icu4c/source/i18n/ |
D | regexcmp.h | 143 UBool fQuoteMode; // Scan is in a \Q...\E quoted region variable
|
D | regexcmp.cpp | 69 fQuoteMode = FALSE; in RegexCompile() 159 fQuoteMode = TRUE; in compile() 4034 if (fQuoteMode) { in nextChar() 4038 fQuoteMode = FALSE; // Exit quote mode, in nextChar() 4159 fQuoteMode = TRUE; in nextChar() 4317 UBool savedQuoteMode = fQuoteMode; in scanPosixProp() 4368 fQuoteMode = savedQuoteMode; in scanPosixProp()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | regexcmp.h | 143 UBool fQuoteMode; // Scan is in a \Q...\E quoted region variable
|
D | regexcmp.cpp | 69 fQuoteMode = FALSE; in RegexCompile() 159 fQuoteMode = TRUE; in compile() 4037 if (fQuoteMode) { in nextChar() 4041 fQuoteMode = FALSE; // Exit quote mode, in nextChar() 4162 fQuoteMode = TRUE; in nextChar() 4320 UBool savedQuoteMode = fQuoteMode; in scanPosixProp() 4371 fQuoteMode = savedQuoteMode; in scanPosixProp()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | regexcmp.h | 143 UBool fQuoteMode; // Scan is in a \Q...\E quoted region variable
|
D | regexcmp.cpp | 69 fQuoteMode = FALSE; in RegexCompile() 162 fQuoteMode = TRUE; in compile() 4020 if (fQuoteMode) { in nextChar() 4024 fQuoteMode = FALSE; // Exit quote mode, in nextChar() 4143 fQuoteMode = TRUE; in nextChar() 4299 UBool savedQuoteMode = fQuoteMode; in scanPosixProp() 4350 fQuoteMode = savedQuoteMode; in scanPosixProp()
|