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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntityParser.h 52 if (U_IS_BMP(c)) {
HTMLEntityParser.cpp 65 if (U_IS_BMP(c)) {
274 if (U_IS_BMP(value)) {
  /external/chromium_org/third_party/icu/source/common/unicode/
utf.h 176 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff)
  /external/chromium_org/third_party/icu/source/i18n/
regextxt.cpp 33 if (U_IS_BMP(c)) {
rematch.cpp 367 if (U_IS_BMP(escapedChar)) {
389 if (U_IS_BMP(c)) {
403 if (U_IS_BMP(c)) {
    [all...]
  /external/icu4c/common/unicode/
utf.h 159 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff)
  /external/icu4c/i18n/
regextxt.cpp 34 if (U_IS_BMP(c)) {
rematch.cpp 373 if (U_IS_BMP(escapedChar)) {
395 if (U_IS_BMP(c)) {
409 if (U_IS_BMP(c)) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/
UTF8.cpp 325 if (U_IS_BMP(character)) {
404 if (U_IS_BMP(character)) {
442 if (U_IS_BMP(character)) {
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuilder.h 157 if (U_IS_BMP(c)) {
TextCodecUTF8.cpp 145 if (U_IS_BMP(character))
  /external/chromium_org/third_party/icu/source/test/intltest/
idnaconf.cpp 212 if (U_IS_BMP(cp)){
  /external/icu4c/test/intltest/
idnaconf.cpp 212 if (U_IS_BMP(cp)){
  /external/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c     [all...]
  /external/icu4c/test/cintltst/
cucdtst.c     [all...]
  /external/chromium_org/third_party/icu/source/common/
normalizer2impl.cpp 882 if(U_IS_BMP(c)) {
    [all...]
utext.cpp     [all...]
  /external/icu4c/common/
normalizer2impl.cpp     [all...]
utext.cpp     [all...]

Completed in 1310 milliseconds