Home
last modified time | relevance | path

Searched refs:prevC (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/npm/node_modules/yargs-parser/lib/
Dtokenize-arg-string.js10 var prevC = null
16 prevC = c
21 if (!(prevC === ' ')) {
/third_party/node/deps/icu-small/source/tools/genrb/
Dread.c132 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/
Dread.c132 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/
Dread.c132 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/
Dread.c131 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/
DLzcompCompress.java399 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/
DLzcompCompress.java399 byte prevC = buf[index - 1]; in updateModel()
400 int pos = ((prevC & 0xff) << 8) | (c & 0xff); in updateModel()
/third_party/icu/icu4c/source/i18n/
Drematch.cpp4213 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/
Drematch.cpp4213 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/
Drematch.cpp4223 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/
Drematch.cpp4257 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/
DRBBITestMonkey.java1039 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/
DRBBITestMonkey.java1036 int prevC = fText.codePointBefore(pos); in next() local
1037 if (fZWJ.contains(prevC)) { in next()
/third_party/icu/icu4c/source/test/intltest/
Drbbitst.cpp3103 UChar32 prevC = fText->char32At(prevIdx); in next() local
3104 if (fZWJ->contains(prevC)) { in next()