Searched refs:charLen (Results 1 - 9 of 9) sorted by relevance
/third_party/icu/icu4c/source/test/perf/leperf/ |
H A D | leperf.cpp | 26 le_int32 charLen; member in Params 48 glyphCount = engine->layoutChars(chars, 0, params->charLen, params->charLen, true, 0.0, 0.0, status); in iterate() 83 p.charLen = sizeof(ArabChars)/sizeof(ArabChars[0]); in main() 91 p.charLen = 256; in main()
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | EscapeTransliterator.java | 189 int charLen = grokSupplementals ? UTF16.getCharCount(c) : 1; in handleTransliterate() 210 text.replace(start, start + charLen, buf.toString()); in handleTransliterate() 212 limit += buf.length() - charLen; in handleTransliterate()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | EscapeTransliterator.java | 190 int charLen = grokSupplementals ? UTF16.getCharCount(c) : 1; in handleTransliterate() 211 text.replace(start, start + charLen, buf.toString()); in handleTransliterate() 213 limit += buf.length() - charLen; in handleTransliterate()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | esctrn.cpp | 146 int32_t charLen = grokSupplementals ? U16_LENGTH(c) : 1; in handleTransliterate() local 167 text.handleReplaceBetween(start, start + charLen, buf); in handleTransliterate() 169 limit += buf.length() - charLen; in handleTransliterate()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | esctrn.cpp | 146 int32_t charLen = grokSupplementals ? U16_LENGTH(c) : 1; in handleTransliterate() local 167 text.handleReplaceBetween(start, start + charLen, buf); in handleTransliterate() 169 limit += buf.length() - charLen; in handleTransliterate()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | esctrn.cpp | 146 int32_t charLen = grokSupplementals ? U16_LENGTH(c) : 1; in handleTransliterate() local 167 text.handleReplaceBetween(start, start + charLen, buf); in handleTransliterate() 169 limit += buf.length() - charLen; in handleTransliterate()
|
/third_party/node/deps/npm/node_modules/eastasianwidth/ |
H A D | eastasianwidth.js | 300 var charLen = eaw.length(char); 301 if (eawLen >= start - (charLen == 2 ? 1 : 0)) { 302 if (eawLen + charLen <= end) { 308 eawLen += charLen;
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | IsValidUtf8TestUtil.java | 404 int charLen = cb.position(); in testBytesUsingByteBuffers() 406 cb.limit(charLen); in testBytesUsingByteBuffers()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
Completed in 5 milliseconds