Searched refs:lengthInUTF8 (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uspoof.cpp | 892 int32_t lengthInUTF8 = 0; in uspoof_getSkeletonUTF8() local 893 u_strToUTF8(dest, destCapacity, &lengthInUTF8, destStr.getBuffer(), destStr.length(), status); in uspoof_getSkeletonUTF8() 894 return lengthInUTF8; in uspoof_getSkeletonUTF8() 913 int32_t lengthInUTF8 = 0; in uspoof_getBidiSkeletonUTF8() local 914 u_strToUTF8(dest, destCapacity, &lengthInUTF8, destStr.getBuffer(), destStr.length(), status); in uspoof_getBidiSkeletonUTF8() 915 return lengthInUTF8; in uspoof_getBidiSkeletonUTF8()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | uspoof.cpp | 754 int32_t lengthInUTF8 = 0; in uspoof_getSkeletonUTF8() local 755 u_strToUTF8(dest, destCapacity, &lengthInUTF8, in uspoof_getSkeletonUTF8() 757 return lengthInUTF8; in uspoof_getSkeletonUTF8()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uspoof.cpp | 750 int32_t lengthInUTF8 = 0; in uspoof_getSkeletonUTF8() local 751 u_strToUTF8(dest, destCapacity, &lengthInUTF8, in uspoof_getSkeletonUTF8() 753 return lengthInUTF8; in uspoof_getSkeletonUTF8()
|
Completed in 6 milliseconds