HomeSort by relevance Sort by last modified time
    Searched refs:code_point (Results 26 - 31 of 31) sorted by null

12

  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 215 // code_point parameter is of type UInt32 because wchar_t may not be
219 // If the code_point is not a valid Unicode code point
222 GTEST_API_ char* CodePointToUtf8(UInt32 code_point, char* str);
    [all...]
  /external/open-vcdiff/gtest/src/
gtest-internal-inl.h 193 // code_point parameter is of type UInt32 because wchar_t may not be
197 // If the code_point is not a valid Unicode code point
200 char* CodePointToUtf8(UInt32 code_point, char* str);
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 189 // code_point parameter is of type UInt32 because wchar_t may not be
193 // If the code_point is not a valid Unicode code point
196 char* CodePointToUtf8(UInt32 code_point, char* str);
    [all...]
  /external/chromium/net/base/
net_util.cc 486 unsigned code_point; local
487 U16_NEXT(str, i, str_len, code_point);
490 UScriptCode cur_script = uscript_getScript(code_point, &err);
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 206 milliseconds

12