Searched refs:s1SkeletonLength (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/i18n/
H A Duspoof.cpp435 int32_t s1SkeletonLength = 0; local
451 sizeof(s1SkeletonBuf)/sizeof(UChar), &s1SkeletonLength, status);
454 if (s1SkeletonLength == s2SkeletonLength && u_strncmp(s1Skeleton, s2Skeleton, s1SkeletonLength) == 0) {
487 sizeof(s1SkeletonBuf)/sizeof(UChar), &s1SkeletonLength, status);
490 if (s1SkeletonLength == s2SkeletonLength && u_strncmp(s1Skeleton, s2Skeleton, s1SkeletonLength) == 0) {
/external/icu4c/i18n/
H A Duspoof.cpp435 int32_t s1SkeletonLength = 0; local
451 sizeof(s1SkeletonBuf)/sizeof(UChar), &s1SkeletonLength, status);
454 if (s1SkeletonLength == s2SkeletonLength && u_strncmp(s1Skeleton, s2Skeleton, s1SkeletonLength) == 0) {
487 sizeof(s1SkeletonBuf)/sizeof(UChar), &s1SkeletonLength, status);
490 if (s1SkeletonLength == s2SkeletonLength && u_strncmp(s1Skeleton, s2Skeleton, s1SkeletonLength) == 0) {

Completed in 26 milliseconds