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

12

  /external/gtest/src/
gtest.cc     [all...]
gtest-internal-inl.h 227 // code_point parameter is of type UInt32 because wchar_t may not be
229 // If the code_point is not a valid Unicode code point
232 GTEST_API_ std::string CodePointToUtf8(UInt32 code_point);
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc     [all...]
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/mesa3d/src/gtest/src/
gtest.cc     [all...]
gtest-internal-inl.h 216 // code_point parameter is of type UInt32 because wchar_t may not be
220 // If the code_point is not a valid Unicode code point
223 GTEST_API_ char* CodePointToUtf8(UInt32 code_point, char* str);
    [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]
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...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc     [all...]
gtest-internal-inl.h 227 // code_point parameter is of type UInt32 because wchar_t may not be
229 // If the code_point is not a valid Unicode code point
232 GTEST_API_ std::string CodePointToUtf8(UInt32 code_point);
    [all...]
  /external/chromium_org/base/json/
json_parser.cc 776 uint32 code_point = CBU16_GET_SUPPLEMENTARY(code_unit16_high, local
779 CBU8_APPEND_UNSAFE(code_unit8, offset, code_point);
  /external/chromium_org/net/base/
net_util_icu.cc 61 unsigned code_point; local
62 U16_NEXT(str, i, str_len, code_point);
65 UScriptCode cur_script = uscript_getScript(code_point, &err);
    [all...]
  /external/chromium_org/third_party/ots/src/
cmap.cc 217 const uint16_t code_point = cp; local
220 const uint16_t glyph = code_point + ranges[i].id_delta;
225 const uint16_t range_delta = code_point - ranges[i].start_range;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc 628 // code_point parameter is of type UInt32 because wchar_t may not be
630 // If the code_point is not a valid Unicode code point
633 GTEST_API_ std::string CodePointToUtf8(UInt32 code_point);
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 628 // code_point parameter is of type UInt32 because wchar_t may not be
630 // If the code_point is not a valid Unicode code point
633 GTEST_API_ std::string CodePointToUtf8(UInt32 code_point);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc 628 // code_point parameter is of type UInt32 because wchar_t may not be
630 // If the code_point is not a valid Unicode code point
633 GTEST_API_ std::string CodePointToUtf8(UInt32 code_point);
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest-internal-inl.h 227 // code_point parameter is of type UInt32 because wchar_t may not be
229 // If the code_point is not a valid Unicode code point
232 GTEST_API_ std::string CodePointToUtf8(UInt32 code_point);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-internal-inl.h 216 // code_point parameter is of type UInt32 because wchar_t may not be
220 // If the code_point is not a valid Unicode code point
223 GTEST_API_ char* CodePointToUtf8(UInt32 code_point, char* str);
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 1599 milliseconds

12