Searched refs:foldedC (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | regeximp.cpp | 28 UChar32 foldedC; in next() local 44 foldedC = (UChar32)fFoldLength; in next() 46 return foldedC; in next() 52 U16_NEXT(fFoldChars, fFoldIndex, fFoldLength, foldedC); in next() 56 return foldedC; in next() 75 UChar32 foldedC; in next() local 92 foldedC = (UChar32)fFoldLength; in next() 94 return foldedC; in next() 100 U16_NEXT(fFoldChars, fFoldIndex, fFoldLength, foldedC); in next() 104 return foldedC; in next()
|
/third_party/icu/icu4c/source/i18n/ |
D | regeximp.cpp | 28 UChar32 foldedC; in next() local 44 foldedC = (UChar32)fFoldLength; in next() 46 return foldedC; in next() 52 U16_NEXT(fFoldChars, fFoldIndex, fFoldLength, foldedC); in next() 56 return foldedC; in next() 75 UChar32 foldedC; in next() local 92 foldedC = (UChar32)fFoldLength; in next() 94 return foldedC; in next() 100 U16_NEXT(fFoldChars, fFoldIndex, fFoldLength, foldedC); in next() 104 return foldedC; in next()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | regeximp.cpp | 28 UChar32 foldedC; in next() local 44 foldedC = (UChar32)fFoldLength; in next() 46 return foldedC; in next() 52 U16_NEXT(fFoldChars, fFoldIndex, fFoldLength, foldedC); in next() 56 return foldedC; in next() 75 UChar32 foldedC; in next() local 92 foldedC = (UChar32)fFoldLength; in next() 94 return foldedC; in next() 100 U16_NEXT(fFoldChars, fFoldIndex, fFoldLength, foldedC); in next() 104 return foldedC; in next()
|