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

  /external/icu4c/common/unicode/
utf.h 176 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff)
  /external/icu4c/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/webkit/Source/JavaScriptCore/icu/unicode/
utf.h 168 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff)
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utf.h 168 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff)
  /external/webkit/Source/WebCore/icu/unicode/
utf.h 168 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff)
  /external/webkit/Source/WebKit/mac/icu/unicode/
utf.h 168 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff)
  /external/webkit/Source/WebCore/html/parser/
HTMLEntityParser.cpp 60 if (U_IS_BMP(value))
67 if (U_IS_BMP(value)) {
  /external/webkit/Source/JavaScriptCore/wtf/unicode/
UTF8.cpp 283 if (U_IS_BMP(character)) {
351 if (U_IS_BMP(character)) {
388 if (U_IS_BMP(character)) {
UnicodeMacrosFromICU.h 11 #define U_IS_BMP(c) ((UChar32)(c)<=0xffff)
  /external/webkit/Source/WebCore/platform/text/
TextCodecUTF8.cpp 144 if (U_IS_BMP(character))
  /external/icu4c/test/intltest/
idnaconf.cpp 212 if (U_IS_BMP(cp)){
  /external/icu4c/test/cintltst/
cucdtst.c     [all...]
  /external/icu4c/common/
normalizer2impl.cpp 887 if(U_IS_BMP(c)) {
    [all...]
utext.cpp     [all...]

Completed in 1075 milliseconds