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

  /external/chromium/third_party/icu/source/common/
uniset.cpp 50 #define UNICODESET_LOW 0x000000
66 * pinning values < UNICODESET_LOW to UNICODESET_LOW, and
71 if (c < UNICODESET_LOW) {
72 c = UNICODESET_LOW;
    [all...]
  /external/icu4c/common/
uniset.cpp 50 #define UNICODESET_LOW 0x000000
66 * pinning values < UNICODESET_LOW to UNICODESET_LOW, and
71 if (c < UNICODESET_LOW) {
72 c = UNICODESET_LOW;
    [all...]

Completed in 30 milliseconds