Lines Matching refs:shallowStatus
1786 UErrorCode shallowStatus = U_ZERO_ERROR;
1796 /* len16 = utext_extract(actual, nativeIndex, nativeIndex + group_len, NULL, 0, &shallowStatus); */
1800 utext_extract(actual, nativeIndex, nativeIndex + group_len, groupChars, len16+1, &shallowStatus);
1802 utext_openUChars(&groupText, groupChars, len16, &shallowStatus);