HomeSort by relevance Sort by last modified time
    Searched refs:isLegalUTF8 (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Support/
ConvertUTF.c 111 * If your compiler supports it, the "isLegalUTF8" call can be turned
355 static Boolean isLegalUTF8(const UTF8 *source, int length) {
391 return isLegalUTF8(source, length);
506 if (length > sourceEnd - *source || !isLegalUTF8(*source, length))
528 if (!isLegalUTF8(source, extraBytesToRead+1)) {
620 if (!isLegalUTF8(source, extraBytesToRead+1)) {
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
ConvertUTF.cpp 111 * If your compiler supports it, the "isLegalUTF8" call can be turned
355 static Boolean isLegalUTF8(const UTF8 *source, int length) {
391 return isLegalUTF8(source, length);
506 if (length > sourceEnd - *source || !isLegalUTF8(*source, length))
528 if (!isLegalUTF8(source, extraBytesToRead+1)) {
620 if (!isLegalUTF8(source, extraBytesToRead+1)) {
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3convertutf.c 199 * If your compiler supports it, the "isLegalUTF8" call can be turned
287 isLegalUTF8(const UTF8 *source, int length) {
324 return isLegalUTF8(source, length);
342 if (! isLegalUTF8(source, extraBytesToRead+1)) {
468 if (! isLegalUTF8(source, extraBytesToRead+1)) {
  /external/google-breakpad/src/common/
convert_UTF.c 227 * If your compiler supports it, the "isLegalUTF8" call can be turned
313 static Boolean isLegalUTF8(const UTF8 *source, int length) {
349 return isLegalUTF8(source, length);
366 if (! isLegalUTF8(source, extraBytesToRead+1)) {
490 if (! isLegalUTF8(source, extraBytesToRead+1)) {
  /external/unicode/
ConvertUTF.c 208 * If your compiler supports it, the "isLegalUTF8" call can be turned
305 inline Boolean isLegalUTF8(const UTF8 *source, int length) {
341 return isLegalUTF8(source, length);
359 if (! isLegalUTF8(source, extraBytesToRead+1)) {
485 if (! isLegalUTF8(source, extraBytesToRead+1)) {
harness.c 37 * Oct 19, 2004: Updated isLegalUTF8 test data and corrected switch statements to catch
50 used to develop the "isLegalUTF8" routine.
116 gotVal1 = isLegalUTF8(&(utf8_testData[i].utf8_seq[0]), utf8_testData[i].utf8_len);
  /external/v8/src/inspector/
string-16.cc 207 static bool isLegalUTF8(const unsigned char* source, int length) {
298 if (!isLegalUTF8(reinterpret_cast<const unsigned char*>(source),

Completed in 226 milliseconds