/third_party/node/deps/npm/node_modules/yargs-parser/lib/ |
D | tokenize-arg-string.js | 10 var prevC = null 16 prevC = c 21 if (!(prevC === ' ')) {
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | read.c | 132 UChar32 prevC=0; in getStringToken() local 202 if(isNLUnescaped == FALSE && prevC!=CR){ in getStringToken() 212 prevC = c; in getStringToken()
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | read.c | 132 UChar32 prevC=0; in getStringToken() local 202 if(isNLUnescaped == FALSE && prevC!=CR){ in getStringToken() 212 prevC = c; in getStringToken()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | read.c | 132 UChar32 prevC=0; in getStringToken() local 202 if(isNLUnescaped == FALSE && prevC!=CR){ in getStringToken() 212 prevC = c; in getStringToken()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/ |
D | read.c | 131 UChar32 prevC=0; in getStringToken() local 201 if(isNLUnescaped == FALSE && prevC!=CR){ in getStringToken() 211 prevC = c; in getStringToken()
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
D | LzcompCompress.java | 399 byte prevC = buf[index - 1]; in updateModel() 400 int pos = ((prevC & 0xff) << 8) | (c & 0xff); in updateModel()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
D | LzcompCompress.java | 399 byte prevC = buf[index - 1]; in updateModel() 400 int pos = ((prevC & 0xff) << 8) | (c & 0xff); in updateModel()
|
/third_party/icu/icu4c/source/i18n/ |
D | rematch.cpp | 4213 UChar32 prevC = UTEXT_PREVIOUS32(fInputText); in MatchAt() local 4217 if (prevC == 0x0a && in MatchAt() 5652 UChar32 prevC; in MatchChunkAt() local 5653 … U16_PREV(inputBuf, 0, fp->fInputIdx, prevC); // !!!: should this 0 be one of f*Limit? in MatchChunkAt() 5655 if (prevC == 0x0a && in MatchChunkAt()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | rematch.cpp | 4213 UChar32 prevC = UTEXT_PREVIOUS32(fInputText); in MatchAt() local 4217 if (prevC == 0x0a && in MatchAt() 5652 UChar32 prevC; in MatchChunkAt() local 5653 … U16_PREV(inputBuf, 0, fp->fInputIdx, prevC); // !!!: should this 0 be one of f*Limit? in MatchChunkAt() 5655 if (prevC == 0x0a && in MatchChunkAt()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | rematch.cpp | 4223 UChar32 prevC = UTEXT_PREVIOUS32(fInputText); in MatchAt() local 4227 if (prevC == 0x0a && in MatchAt() 5666 UChar32 prevC; in MatchChunkAt() local 5667 … U16_PREV(inputBuf, 0, fp->fInputIdx, prevC); // !!!: should this 0 be one of f*Limit? in MatchChunkAt() 5669 if (prevC == 0x0a && in MatchChunkAt()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | rematch.cpp | 4257 UChar32 prevC = UTEXT_PREVIOUS32(fInputText); in MatchAt() local 4261 if (prevC == 0x0a && in MatchAt() 5758 UChar32 prevC; in MatchChunkAt() local 5759 … U16_PREV(inputBuf, 0, fp->fInputIdx, prevC); // !!!: should this 0 be one of f*Limit? in MatchChunkAt() 5761 if (prevC == 0x0a && in MatchChunkAt()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 1039 int prevC = fText.codePointBefore(pos); in next() local 1040 if (fZWJ.contains(prevC)) { in next()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 1036 int prevC = fText.codePointBefore(pos); in next() local 1037 if (fZWJ.contains(prevC)) { in next()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 3103 UChar32 prevC = fText->char32At(prevIdx); in next() local 3104 if (fZWJ->contains(prevC)) { in next()
|